-
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
Port open PRs from upstream for edge-core platforms: AS4630-54TE, AS5835-54X, AS7326-56X, and AS7726-32X #4
Open
matofeder
wants to merge
78
commits into
master
Choose a base branch
from
fix_edgecore
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Signed-off-by: Matej Feder <[email protected]>
Signed-off-by: jostar-yang <[email protected]>
Add system-health.service into service dependency to prevent from system-health.service start failed due to sonic_platform not installed. Signed-off-by: Brandon Chuang <[email protected]>
as4630_54te: 1. Fix wrong fan direction 2. Fix wrong get_status_led() 3. Fix wrong get_status() when psu power good failed as5835_54x: 1. Fix wrong get_status_led() 2. Fix wrong get_status() when psu power good failed 3. Fix wrong sysfs path of rear fan Signed-off-by: Brandon Chuang <[email protected]>
Why I did it The customer report of the PCIe Bus Errors upon the SDK initialization. The root cause is BRCM MAC chipset DNX/XGS series does not support the ASPM function. How I did it Based on the internal info and discussion, update "pcie_aspm=off" into ONIE_PLATFORM_EXTRA_CMDLINE_LINUX of installer.conf to resolve it. Signed-off-by: Brandon Chuang <[email protected]>
Signed-off-by: jostar-yang <[email protected]>
Signed-off-by: michael_shih <[email protected]>
…_peer branch The matofeder/fix_bgp_peer branch contains PR#20333 [frrcfgd] Support configuring source IPv6 for routes. refer to: sonic-net/sonic-buildimage#20333 Signed-off-by: Matej Feder <[email protected]>
matofeder
force-pushed
the
fix_edgecore
branch
from
October 9, 2024 10:00
ace44f5
to
2d7aaa3
Compare
2. sync disk data before shutdown DUT
Signed-off-by: Brandon Chuang <[email protected]>
This commit resolves a permission denied issue during the mv command in bookworm by adding escalated sudo privileges. For more details, see the related PR and discussion: sonic-net/sonic-buildimage#18789 Signed-off-by: Matej Feder <[email protected]>
Why I did it: After DUT starts up, the syncd cannot work. And, the syslog will indicate: - ERR syncd#syncd: [none] SAI_API_SWITCH:platform_process_command:430 Platform command "init bcm" failed, rc = -1. - INFO syncd#supervisord: syncd Scache on unit 0 exhausted the stable_size of 76303156#015 How I dit it: Modify SDK configuration file of as4630_54te (followed as4630_54pe) How to verify it: Check syncd is running normally after DUT starts up, and no related error syslog exists.
This was referenced Oct 16, 2024
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.
This PR ports open PRs from upstream for edge-core platforms: AS4630-54TE, AS5835-54X, AS7326-56X, and AS7726-32X.
Inspired by the edge-core PR [Sync PRs and Fix bugs] For platforms: AS4630-54TE, AS5835-54X, AS7326-56X, AS7726-32X, AS9716-32D, and AS9736-64D and investigation described within SovereignCloudStack/issues#706
List of ported PRs:
AS4630-54TE
AS5835-54X
AS7326-56X
AS7726-32X
Additional PRs
Relates to: