[Mellanox] Fix speed in Mellanox-SN5600-C256-S1 SKU port config#28577
Open
etrykoz-nvda wants to merge 1 commit into
Open
[Mellanox] Fix speed in Mellanox-SN5600-C256-S1 SKU port config#28577etrykoz-nvda wants to merge 1 commit into
etrykoz-nvda wants to merge 1 commit into
Conversation
Fix a typo introduced in sonic-net#25958. Speed of Ethernet512 must be 10000 instead of 10. Signed-off-by: Eduard Trykoz <etrykoz@nvidia.com>
|
|
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
volodymyrsamotiy
approved these changes
Jul 22, 2026
Collaborator
|
This PR has backport request label(s) for branch(es): 202605, but is missing required test information. Please make sure you tick the tested branch(es) in the Tested branch section and provide test evidence (e.g., 202605: <test result>) in the Test result section as well in your PR description. ---Powered by SONiC BuildBot
|
Author
|
I have updated the test result field in the description |
Collaborator
|
The Tested branch section has been ticked and Test result is provided for branch(es): 202605. Added label(s): Tested for 202605 Branch. ---Powered by SONiC BuildBot
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix a typo introduced in #25958.
Speed of Ethernet512 must be 10000 instead of 10.
Why I did it
sonic-cfggen -H -k Mellanox-SN5600-C256S1 --preset t1 > /etc/sonic/config_db.jsonon SN5600 generates an invalid config that causes ports to have "n/a" operational status.How I did it
Changed speed of Ethernet512 in
device/mellanox/x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1/port_config.inifrom10to10000How to verify it
Under root user on SN5600 switch:
sonic-cfggen -H -k Mellanox-SN5600-C256S1 --preset t1 > /etc/sonic/config_db.jsonconfig reloadshow int statusshould show operational status down or up, depending on devices connected to ports.Which release branch to backport (provide reason below if selected)
Tracking issue/work item for backport/cherry-pick request (GitHub issue or Microsoft ADO):
Failure type:
Tested branch
Test result
202605: tested manually according to steps written above
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)
Uni