-
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
Provide proper configurations as its hardware design for AS9736-64D based on PR:12904 and 13762. #15103
Closed
BrandonCheng0121
wants to merge
31
commits into
sonic-net:master
from
BrandonCheng0121:20230517-as9736-64d
Closed
Provide proper configurations as its hardware design for AS9736-64D based on PR:12904 and 13762. #15103
BrandonCheng0121
wants to merge
31
commits into
sonic-net:master
from
BrandonCheng0121:20230517-as9736-64d
Conversation
This file contains 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
- Why I did it Need to support new platform as9736-64d - How I did it Add device files for new platform as9736-64d - How to verify it 1. sonic-cli cmd: show platform {fan, temperature, firmware status, syseeprom, psustatus} 2. sfputil show {presence, eeprom, lpmode} 3. Use sonic-mgmt(/tests/platform_tests/api/{test_chassis.py, test_component.py, test_fan_drawer.py, test_psu.py, test_thermal.py, test_sfp.py}) Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
-Reason: FPGA driver can't write more than one byte to eeprom. Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
…ton_as9736_64d_psu.c). Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
…er_good= failed. Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
…sh_optoe_dev_class()) name from sfp.py(refresh_optoe_dev_class()) Signed-off-by: michael_shih <michael_shih@edge-core.com>
…al removal xcvr Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
…eshold value Signed-off-by: michael_shih <michael_shih@edge-core.com>
…sfs size create. Detail: When 400G xcvr plugin, fpga need to get support-pagable info from xcvr: If get info failed, do not create 256 bytes. Because this will let xcvr cannot get page1~page0xff's data. Enhance method is create 32,896 bytes( (1+256)*128 ) when get info failed. Signed-off-by: michael_shih <michael_shih@edge-core.com>
…AS9736-64D. Detail: Sync with #PR:11805 about part of as9736-64d Signed-off-by: michael_shih <michael_shih@edge-core.com>
… renaming sensors label. Signed-off-by: michael_shih <michael_shih@edge-core.com>
…ommand:[show platform ssdhealth --vendor]. Signed-off-by: michael_shih <michael_shih@edge-core.com>
Signed-off-by: michael_shih <michael_shih@edge-core.com>
…onic-buildimage into 20230517-as9736-64d
…ased on PR:12904 and 13762.
|
tigerfu000
pushed a commit
to tigerfu000/ec-sonic-buildimage
that referenced
this pull request
May 31, 2024
To sync 3717ec8575d03c35f88b04ff58f7ed4cf09c808e from PR: sonic-net/sonic-buildimage#15103 This reverts commit e1385f7.
tigerfu000
pushed a commit
to tigerfu000/ec-sonic-buildimage
that referenced
this pull request
Jul 3, 2024
To sync 3717ec8575d03c35f88b04ff58f7ed4cf09c808e from PR: sonic-net/sonic-buildimage#15103 This reverts commit e1385f7.
MuLinForest
pushed a commit
to MuLinForest/sonic-buildimage
that referenced
this pull request
Aug 6, 2024
…4d_syncd_failed [Sync PR sonic-net#15103] Provide proper configurations as its hardware design for AS9736-64D-100G based on PR:sonic-net#12904 and sonic-net#13762.
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.
Why I did it
Some port-related configurations should follow its hardware design.
How I did it
Based on PR:12904 and 13762 and modify some configurations as its hardware design.
How to verify it
Doing "show interface status" works.
Doing some breakout commands like "config interface breakout Ethernet236 '1x400G' -y" works.
Which release branch to backport (provide reason below if selected)
Description for the changelog
Provide the proper configurations as its hardware design for AS9736-64D.
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)