-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mellanox] Adding SKU Mellanox-SN5600-C256 #58
Conversation
c9f3393
to
8a51f84
Compare
@DavidZagury , Since CMIS Host Management should be enabled on this SKU, you need to add the following files as well:
|
@dprital Resolved |
device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256/pg_profile_lookup.ini
Outdated
Show resolved
Hide resolved
device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256/pg_profile_lookup.ini
Outdated
Show resolved
Hide resolved
{% set default_cable = '40m' %} | ||
{% set ingress_lossless_pool_size = '104773632' %} | ||
{% set ingress_lossless_pool_xoff = '26165248' %} | ||
{% set egress_lossless_pool_size = '162027520' %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this value is too large to be accepted by SDK. Let's use 158229504
{% set default_cable = '300m' %} | ||
{% set ingress_lossless_pool_size = '124303360' %} | ||
{% set ingress_lossless_pool_xoff = '20529152' %} | ||
{% set egress_lossless_pool_size = '162027520' %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use 158229504
Why I did it
Work item tracking
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)