-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[DELL]Fixing orchagent crash in S6100,Z9100 #3439
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
Merged
Merged
Conversation
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
nikos-github
approved these changes
Sep 17, 2019
@lguohan Can you please review and if ok merge this? It's blocking development and testing :-( |
yxieca
approved these changes
Sep 24, 2019
mssonicbld
added a commit
that referenced
this pull request
Aug 7, 2024
…atically (#19832) #### Why I did it src/sonic-utilities ``` * 317e649 - (HEAD -> master, origin/master, origin/HEAD) Fix kexec_unload failure on secure boot enabled platforms (#3439) (34 hours ago) [Vivek] * 557d688 - [Mellanox] Add support for Mellanox-SN4700-O32 and Mellanox-SN4700-V64 (#3450) (34 hours ago) [Andriy Yurkiv] * 018eb73 - Fix to use IPv6 linklocal address as snmp agent address (#3215) (35 hours ago) [SuvarnaMeenakshi] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Jan 11, 2025
…lly (#21382) #### Why I did it src/sonic-swss ``` * 54a499bf - (HEAD -> master, origin/master, origin/HEAD) Fix VRF update handling for loopback interfaces in IntfsOrch (#3461) (6 hours ago) [Sai Rama Mohan Reddy S] * 6f30dddb - Remove update of mgmt oper status in swss (#3439) (24 hours ago) [SuvarnaMeenakshi] ``` #### How I did it #### How to verify it #### Description for the changelog
VladimirKuk
pushed a commit
to Marvell-switching/sonic-buildimage
that referenced
this pull request
Jan 21, 2025
…lly (sonic-net#21382) #### Why I did it src/sonic-swss ``` * 54a499bf - (HEAD -> master, origin/master, origin/HEAD) Fix VRF update handling for loopback interfaces in IntfsOrch (sonic-net#3461) (6 hours ago) [Sai Rama Mohan Reddy S] * 6f30dddb - Remove update of mgmt oper status in swss (sonic-net#3439) (24 hours ago) [SuvarnaMeenakshi] ``` #### How I did it #### How to verify it #### Description for the changelog
prabhataravind
pushed a commit
to prabhataravind/sonic-buildimage
that referenced
this pull request
Mar 5, 2025
…lly (sonic-net#21382) #### Why I did it src/sonic-swss ``` * 54a499bf - (HEAD -> master, origin/master, origin/HEAD) Fix VRF update handling for loopback interfaces in IntfsOrch (sonic-net#3461) (6 hours ago) [Sai Rama Mohan Reddy S] * 6f30dddb - Remove update of mgmt oper status in swss (sonic-net#3439) (24 hours ago) [SuvarnaMeenakshi] ``` #### How I did it #### How to verify it #### Description for the changelog
yanjundeng
pushed a commit
to yanjundeng/sonic-buildimage
that referenced
this pull request
Apr 23, 2025
…atically (sonic-net#19832) #### Why I did it src/sonic-utilities ``` * 317e649 - (HEAD -> master, origin/master, origin/HEAD) Fix kexec_unload failure on secure boot enabled platforms (sonic-net#3439) (34 hours ago) [Vivek] * 557d688 - [Mellanox] Add support for Mellanox-SN4700-O32 and Mellanox-SN4700-V64 (sonic-net#3450) (34 hours ago) [Andriy Yurkiv] * 018eb73 - Fix to use IPv6 linklocal address as snmp agent address (sonic-net#3215) (35 hours ago) [SuvarnaMeenakshi] ``` #### How I did it #### How to verify it #### Description for the changelog
yanjundeng
pushed a commit
to yanjundeng/sonic-buildimage
that referenced
this pull request
Apr 23, 2025
…lly (sonic-net#21382) #### Why I did it src/sonic-swss ``` * 54a499bf - (HEAD -> master, origin/master, origin/HEAD) Fix VRF update handling for loopback interfaces in IntfsOrch (sonic-net#3461) (6 hours ago) [Sai Rama Mohan Reddy S] * 6f30dddb - Remove update of mgmt oper status in swss (sonic-net#3439) (24 hours ago) [SuvarnaMeenakshi] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
- What I did
Removed the 10G ports that are defined in config.bcm but not in port_config.ini. With new breakout changes, syncd tries to remove these ports during bootup and broadcom SAI returns error assuming delete call comes for breakout and the 10G ports don't support breakout.
- How I did it
Removed configs from config.bcm
- How to verify it
Load Z9100 and S6100 with these change and verify if there is no orchagent crash in Z9100,S6100
- Description for the changelog
Removed unused 10G port related configurations from config.bcm to avoid orchagent crash during bootup
- A picture of a cute animal (not mandatory but encouraged)