[DellEmc] Fix port lanes on alternative S5232 SKUs #8208
Merged
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.
Backport the fix (444cede) that was made for the default SKU
to the alternative SKUs.
Why I did it
The
tenGigE1/33
andtenGigE1/34
works with the default SKU configuration, but not with the one I want to use -DellEMC-S5232f-P-25G
.How I did it
I looked at the differences between these SKUs as well as the state in
bcmsh
and saw that theps
output looked off whenEthernet129
was enabled.How to verify it
sonic-cfggen -H -k DellEMC-S5232f-P-25G --print-data > /etc/sonic/config_db.json; reboot
sudo config int startup Ethernet129
show int status | grep tenGig
sudo config int startup Ethernet128
show int status | grep tenGig
.E.g.:
Which release branch to backport (provide reason below if selected)
These are the releases the referenced bug fix was included in, but the alternative SKUs were not fixed.
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)