[Submodule update]: Update sonic-sairedis and sonic-swss#1724
Merged
pavel-shirshov merged 1 commit intosonic-net:masterfrom May 17, 2018
pavel-shirshov:pavelsh/update_submodules
Merged
[Submodule update]: Update sonic-sairedis and sonic-swss#1724pavel-shirshov merged 1 commit intosonic-net:masterfrom pavel-shirshov:pavelsh/update_submodules
pavel-shirshov merged 1 commit intosonic-net:masterfrom
pavel-shirshov:pavelsh/update_submodules
Conversation
qiluo-msft
approved these changes
May 17, 2018
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Jul 28, 2021
this PR updates the following commits c2ac2d2 [show] fix show muxcable metrics <port> for sorted output (sonic-net#1731) 4422911 [fwutil]: Update command reference doc: per component FW update. (sonic-net#1708) b83d2bf [minigraph][port_config] Use imported config.main and add conditional patch (sonic-net#1724) Signed-off-by: vaibhav-dahiya <[email protected]>
5 tasks
lguohan
pushed a commit
that referenced
this pull request
Jul 31, 2021
this PR updates the following commits c2ac2d2 [show] fix show muxcable metrics <port> for sorted output (#1731) 4422911 [fwutil]: Update command reference doc: per component FW update. (#1708) b83d2bf [minigraph][port_config] Use imported config.main and add conditional patch (#1724) Signed-off-by: vaibhav-dahiya <[email protected]>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
this PR updates the following commits c2ac2d2 [show] fix show muxcable metrics <port> for sorted output (sonic-net#1731) 4422911 [fwutil]: Update command reference doc: per component FW update. (sonic-net#1708) b83d2bf [minigraph][port_config] Use imported config.main and add conditional patch (sonic-net#1724) Signed-off-by: vaibhav-dahiya <[email protected]>
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
… patch (sonic-net#1724) Signed-off-by: Jing Kan [email protected]
patrickmacarthur
pushed a commit
to patrickmacarthur/sonic-buildimage
that referenced
this pull request
Dec 11, 2025
…a_settings.json file (sonic-net#1724) For x86_64-arista_7800r3a_36dm2_lc, use MEDIA_KEY and LANE_SPEED_KEY in media_settings.json to prevent OA crashes caused by speed misconfiguration. #### Why I did it Address https://github.com/aristanetworks/sonic-qual.msft/issues/876 ##### Work item tracking N/A #### How I did it Add LANE_SPEED_KEY to media_settings.json so that tuning values are selected based on the configured port speed. If the port speed is not supported by the inserted transceiver, the tuning value will be None and skipped, preventing it from being applied to the hardware. This avoids SAI call failures and, ultimately, OA crashes. #### How to verify it On a 7800r3a_36dm2 Linecard, 1. Tested 100G port with 400G optic; 'lane_speed_key' is None and tuning is skipped as there is NO matching key. 2025 Oct 2 05:31:04.377221 cmp235-3 NOTICE pmon#xcvrd: Retrieving media settings for port Ethernet96 speed 100000 num_lanes 4, using key {'vendor_key': 'ARISTA NETWORKS -AOC-D-D-400G-1M ', 'media_key': 'QSFP-DD-active_cable_media_interface', 'lane_speed_key': None, 'medium_lane_speed_key': 'COPPER25000'} 2. Tested a 400G port with 100G optic; Tuning is skipped because the lane_speed_key, 50G, do not match any keys in "Default" case. 2025 Oct 2 05:54:04.181472 cmp235-4 NOTICE pmon#xcvrd: Retrieving media settings for port Ethernet16 speed 400000 num_lanes 8, using key {'vendor_key': 'ARISTA NETWORKS -AOC-Q-Q-100G-1M ', 'media_key': 'QSFP28-100G AOC (Active Optical Cable) or 25GAUI C2M AOC-1.0M', 'lane_speed_key': 'speed:50G', 'medium_lane_speed_key': 'OPTICAL50000'} #### Which release branch to backport (provide reason below if selected) - [ ] 202205 - [ ] 202211 - [ ] 202305 - [ ] 202311 - [x] 202405 - [ ] 202411 - [ ] 202505 #### Tested branch (Please provide the tested image version) - [x] master - [x] 202405 #### Description for the changelog N/A #### Link to config_db schema for YANG module changes N/A #### A picture of a cute animal (not mandatory but encouraged) N/A
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
Update sonic-sairedis and sonic-swss submodules to have updates for FR.
- How I did it
git submodule update --remote
- How to verify it
Build and run on RUT
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)