-
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
Update arista submodules for SFP txdisable toggle #2122
Merged
Merged
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
First port lane map needs to be swapped.
With this update the SFPs will set txdisable to 0 when out of reset. Allowing optical cables to be used on these ports.
judyjoseph
added a commit
that referenced
this pull request
Apr 4, 2022
liat-grozovik
pushed a commit
that referenced
this pull request
Apr 4, 2022
In order to include the following commit: c752457 [PBH] Implement Edit Flows (sonic-net/sonic-utilities#2093) sonic-utilities f70dc27 [techsupport] Handle minor fixes of TS Lock and update auto-TS (#2114) 51d3550 Fix issues in clear_qos (#2122) 6d3aa1e [GCU] Optimizing moves by adding generators for keys/tables (#2120) 65a5a6b Fixing get port speed when oper status is down (#2123) c752457 [PBH] Implement Edit Flows (#2093) 827358f [debug dump] dump interface module added (#2070) Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
volodymyrsamotiy
added a commit
to volodymyrsamotiy/sonic-buildimage
that referenced
this pull request
Apr 6, 2022
* 3fc6e27 Fix issues in clear_qos (sonic-net#2122) Signed-off-by: Volodymyr Samotiy <volodymyrs@nvidia.com>
liat-grozovik
pushed a commit
that referenced
this pull request
Apr 7, 2022
* 3fc6e27 Fix issues in clear_qos (#2122) Signed-off-by: Volodymyr Samotiy <volodymyrs@nvidia.com>
stepanblyschak
added a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
Apr 13, 2022
23e93984 [scripts/fast-reboot] Shutdown remaining containers through systemd (sonic-net#2133) 576c9efc [scripts/fast-reboot] stop timers in advance (sonic-net#2131) 4dad79c4 bugfix: incorrect command for portchannel creation (sonic-net#2134) c17b1f49 [show][muxcable] Decrease the timeout for show mux status/hwmode (sonic-net#2130) 49d61f84 [scripts/fast-reboot] cleanup (sonic-net#2132) 52ca3245 [config/config_mgmt.py]: Fix dpb issue with upper case mac in (sonic-net#2066) 9e2fbf40 Update db_migrator to support `pfcwd_sw_enable` (sonic-net#2087) 4010bd09 FGNHG CLI changes (sonic-net#1588) 6bd54d04 Fix 'show mac' output when FDB entry for default vlan is None instead of 1 (sonic-net#2126) f70dc27 [techsupport] Handle minor fixes of TS Lock and update auto-TS (sonic-net#2114) 51d3550 Fix issues in clear_qos (sonic-net#2122) 6d3aa1e [GCU] Optimizing moves by adding generators for keys/tables (sonic-net#2120) 65a5a6b Fixing get port speed when oper status is down (sonic-net#2123) c752457 [PBH] Implement Edit Flows (sonic-net#2093) 827358f [debug dump] dump interface module added (sonic-net#2070) Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
- What I did Fix issues in clear_qos 1. Remove tables BUFFER_PORT_INGRESS_PROFILE_LIST and BUFFER_PORT_EGRESS_PROFILE_LIST When clear_qos is executed, all QoS- and buffer-related tables should be removed. Currently, both tables are missed. This is to fix it. 2. Adjust the order in which the buffer and QoS tables are removed Remove the tables whose entries depend on other tables first and then the tables whose entries are referenced by other tables. Any object can be removed from SAI only if there is no object referencing it. There are retrying and dependency-tracking mechanisms to guarantee it in orchagent. If CLI operates the table in an order where the referencing tables removed first before referenced tables, it is possible to reduce the probability to retry theoretically. The order does not guarantee it but adjusting the order is almost zero-cost so we would like to do it. - How I did it - How to verify it Signed-off-by: Stephen Sun stephens@nvidia.com
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.
With this update the SFPs will set txdisable to 0 when out of reset.
Allowing optical cables to be used on these ports.
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)