DellEMC-Z9264f: 10G_Port_Addition#3475
Merged
lguohan merged 1 commit intosonic-net:masterfrom Sep 27, 2019
Merged
Conversation
lguohan
approved these changes
Sep 27, 2019
mssonicbld
added a commit
that referenced
this pull request
Aug 22, 2024
…atically (#19971) #### Why I did it src/sonic-utilities ``` * 9a3f359 - (HEAD -> master, origin/master, origin/HEAD) Add timeout for rexec's get_password (#3484) (29 hours ago) [Changrong Wu] * 4372ced - Add lock to config reload/load_minigraph (#3475) (2 days ago) [Longxiang Lyu] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Aug 25, 2024
…atically (#20017) #### Why I did it src/sonic-utilities ``` * 8e385451 - (HEAD -> 202405, origin/202405) Add lock to config reload/load_minigraph (#3475) (27 hours ago) [Longxiang Lyu] * 2e9009e6 - [config] no op if Golden Config is invalid (#3367) (27 hours ago) [jingwenxie] * 1f4315ea - [Bug Fix] Fix disk check test and drops group test (#3424) (27 hours ago) [Changrong Wu] * a2040b5b - Add timeout for rexec's get_password (#3484) (27 hours ago) [Changrong Wu] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Aug 29, 2024
…atically (#20069) #### Why I did it src/sonic-utilities ``` * d7788d4d - (HEAD -> 202311, origin/202311) Add lock to config reload/load_minigraph (#3475) (#3505) (10 hours ago) [Longxiang Lyu] * b36b9b50 - [config] no op if Golden Config is invalid (#3367) (18 hours ago) [jingwenxie] * f72699f7 - [config] Check golden config exist early if flag is set (#3169) (#3504) (22 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
11 tasks
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
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
Added 10G ports for all the HWSKU(100G/40G/50G)
- How I did it
Added 10G ports in port_config and changed the port number ordering bcm config.
- How to verify it
Did Unit testing and attached the results [here.]([url](url
10G port UT.txt
))
- Description for the changelog