-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
sonic-buildimage: rename qsp 128x400g to o128s2, fix lane map typo #20580
sonic-buildimage: rename qsp 128x400g to o128s2, fix lane map typo #20580
Conversation
In keeping with normative convention, renaming the hwsku folders for qsp/qspr from 128x400G to O128S2.
hi Chris - just in case, do you mind to mention this PR in the issue tracker? Storm will help check and get it merged. |
There is a typo in the lanes used for Ethernet356 within port_config.ini, where lanes 381 and 382 appear twice instead of being followed by the intended 383 and 384. This change fixes that typo. This exact typo is not present in the other hwskus under x86_64-arista_7060x6_64pe or x86_64-arista_7060x6_64de.
@r12f FYI I expanded the scope of this PR a bit to include a commit to fix a small typo in the bcm config file (rather than having to wait for this PR to merge before posting a separate PR). |
/azpw ms_conflict |
1 similar comment
/azpw ms_conflict |
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.
LGTM
hi @bingwang-ms could you help to cherry pick for 202405? This is for TH5. |
Why I did it
Renamed hwsku directory for qsp-128x400g in an effort to use consistent hwsku naming convention going forward.
Added fix for lane mapping typo found recently.
Work item tracking
How I did it
Renamed hwsku directory from
Arista-7060X6-64PE-128x400G
toArista-7060X6-64PE-O128S2
.Changed lanes to correct mapping for Ethernet356.
How to verify it
Confirm that the "hwsku" entry in config_db.json: matches: "Arista-7060X6-64PE-O128S2"
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
202405
Description for the changelog
Renaming a hwsku folder for qsp platform from 128x400G to O128S2. Fixing lane map typo for interface Ethernet356.