-
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
[src]: Update sonic-sairedis/swss #213
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
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…#213) * [PFCWD]: set default configuration when enabled by default Signed-off-by: Sihui Han <sihan@microsoft.com> * update as comments Signed-off-by: Sihui Han <sihan@microsoft.com>
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
…onic-net#213) * Add arm build lock to avoid parallel arm builds on one Jenkins node Co-authored-by: Xianghong Gu <xgu@centecnetworks.com>
liat-grozovik
pushed a commit
that referenced
this pull request
May 31, 2021
stepanblyschak
added a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
Jun 2, 2021
4601fa8 [patch] add patch "net: sch_generic: fix the missing new qdisc assignment bug" (sonic-net#213) Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
qiluo-msft
pushed a commit
that referenced
this pull request
Jun 7, 2021
Includes below comments: ``` fcf7cdc [patch] add patch "net: sch_generic: fix the missing new qdisc assignment bug" (#213) ``` #### Why I did it To bring the fix "net: sch_generic: fix the missing new qdisc assignment bug". #### How I did it Updated submodule. #### How to verify it Build and run. Verify that flapping a LAG member port does not lead to this member beeing stuck in disabled state.
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
fcf7cdc [patch] add patch "net: sch_generic: fix the missing new qdisc assignment bug" (sonic-net#213) This fixes an issue that flapping a LAG member port does not lead to this member being stuck in disabled state.
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Aug 25, 2021
This PR updates the following commits in sonic-platform-daemons e038bc2 [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd (sonic-net#197) 57e3d78 Fix issue#8230 (sonic-net#210) f63fc94 [thermalctld] Use interval set in thermal policy if available (sonic-net#164) 8b2227d [CI] Sum up Azp unit test code coverage (sonic-net#209) b880c48 [xrcvd]: Added unit test for sfp oir events (sonic-net#205) 4a32b5a [y-cable] fix for logging the xcvrd metrics before writing the state to the State-DB (sonic-net#208) 53e1532 (origin/shilong-test) Add str conversion for numeric xcvr info fields to xcvrd (sonic-net#200) 03a4add Introduce mgmtinit delay after transceiver module insertion (sonic-net#201) This PR updates the following commits in sonic-platform-common 0dc71c1 Add y-cable driver for simulated mux (sonic-net#213) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
This was referenced Aug 25, 2021
vdahiya12
added a commit
that referenced
this pull request
Aug 30, 2021
This PR updates the following commits in sonic-platform-daemons e038bc2 [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd (#197) 57e3d78 Fix issue#8230 (#210) f63fc94 [thermalctld] Use interval set in thermal policy if available (#164) 8b2227d [CI] Sum up Azp unit test code coverage (#209) b880c48 [xrcvd]: Added unit test for sfp oir events (#205) 4a32b5a [y-cable] fix for logging the xcvrd metrics before writing the state to the State-DB (#208) 53e1532 (origin/shilong-test) Add str conversion for numeric xcvr info fields to xcvrd (#200) 03a4add Introduce mgmtinit delay after transceiver module insertion (#201) This PR updates the following commits in sonic-platform-common 0dc71c1 Add y-cable driver for simulated mux (#213) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
vdahiya12
added a commit
that referenced
this pull request
Sep 6, 2021
…aemons (#8607) This PR updates the following commits in sonic-platform-common 9d2e7d5 Add y-cable driver for simulated mux (#213) e3e8f09 [Y-Cable][Broadcom] Broadcom implementation of YCable class which inherits from YCableBase required for Y-Cable API's in sonic-platform-daemons (#208) This PR updates the following commits in sonic-platform-daemons ebc4f3f [Y-Cable] create unknown entries for mux_cable when there is a cable present but module definition is not present/invalid module b10c417 [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd (#197) (#213) f3fc1ea [y-cable] fix for logging the xcvrd metrics before writing the state to the State-DB (#208) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
6 tasks
snider-nokia
pushed a commit
to snider-nokia/sonic-buildimage
that referenced
this pull request
Apr 6, 2023
Description This PR added y-cable driver for simulated mux. This y-cable driver conforms with the requirement of https://github.com/Azure/SONiC/pull/757/files Motivation and Context After the abstract y-cable base class is added for multi-vendor y-cable support, we also need a y-cable driver for simulated mux used in lab testing. How Has This Been Tested? Update the xcvrd package in pmon docker to include the changes in [xcvrd] initial support for integrating vendor specfic class objects for calling Y-Cable API's inside xcvrd sonic-platform-daemons#197 Update the sonic_y_cable package in pmon docker to include the changes in this PR. Create /etc/sonic/config_db.json on DUT. Restart the pmon docker. Run some dualtor test scripts. Check mux status on dualtor testbed. Signed-off-by: Xin Wang <xiwang5@microsoft.com>
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
…ment bug" (sonic-net#213) To fix ENOBUFS returned by send() instead of ENETDOWN when interface flaps. The original issue is - when performing LAG memeber flapping, a LAG memeber can stuck in disabled state until next interface flap. This is because, teamd calls lacp_send() when setting internal LAG member state which ignores ENETDOWN but not ENOBUFS. This will lead to a situation when internal LACP member state stucks in disabled state.
mssonicbld
added a commit
that referenced
this pull request
Jul 28, 2023
#15952) #### Why I did it src/linkmgrd ``` * aa902a3 - (HEAD -> master, origin/master, origin/HEAD) [link prober] Increase pause/restart probe log verbosity (#213) (3 days ago) [Longxiang Lyu] * 736cdda - [active-standby] Write `unhealthy` is default route `N/A` (#214) (3 days ago) [Longxiang Lyu] * e923e15 - Add ADO to the PR template (#215) (4 days ago) [Longxiang Lyu] ``` #### How I did it #### How to verify it #### Description for the changelog
yxieca
pushed a commit
that referenced
this pull request
Aug 11, 2023
#16105) src/linkmgrd * 6ce71ba - (HEAD -> 202205, origin/202205) Add ADO to the PR template (#215) (4 hours ago) [Longxiang Lyu] * 1010d93 - [active-standby] Write `unhealthy` is default route `N/A` (#214) (4 hours ago) [Longxiang Lyu] * 15e9ca2 - [link prober] Increase pause/restart probe log verbosity (#213) (4 hours ago) [Longxiang Lyu]
mssonicbld
added a commit
that referenced
this pull request
Aug 16, 2023
#16152) #### Why I did it src/linkmgrd ``` * 40113fd - (HEAD -> 202305, origin/202305) [active-standby] Fix extra toggle observed in `config reload` (#216) (2 days ago) [Longxiang Lyu] * b6d40fc - Add ADO to the PR template (#215) (2 days ago) [Longxiang Lyu] * fe41ad2 - [active-standby] Write `unhealthy` is default route `N/A` (#214) (2 days ago) [Longxiang Lyu] * 8ff265c - [link prober] Increase pause/restart probe log verbosity (#213) (2 days ago) [Longxiang Lyu] ``` #### How I did it #### How to verify it #### Description for the changelog
sonic-otn
pushed a commit
to sonic-otn/sonic-buildimage
that referenced
this pull request
Sep 20, 2023
sonic-net#15952) #### Why I did it src/linkmgrd ``` * aa902a3 - (HEAD -> master, origin/master, origin/HEAD) [link prober] Increase pause/restart probe log verbosity (sonic-net#213) (3 days ago) [Longxiang Lyu] * 736cdda - [active-standby] Write `unhealthy` is default route `N/A` (sonic-net#214) (3 days ago) [Longxiang Lyu] * e923e15 - Add ADO to the PR template (sonic-net#215) (4 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
Jun 4, 2024
…lly (#19129) #### Why I did it src/sonic-gnmi ``` * 50817e6 - (HEAD -> master, origin/master, origin/HEAD) Add KillProcess gNOI API (#213) (3 days ago) [isabelmsft] * 3ea4fe5 - Revert "Account for GLOBAL key in PFC_WD (#178)" (#221) (5 days ago) [Zain Budhwani] ``` #### How I did it #### How to verify it #### Description for the changelog
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
…ic-utilities [submodule][202205] Update submodule sonic-utilities to the latest HEAD automatically
arun1355492
pushed a commit
to arun1355492/sonic-buildimage
that referenced
this pull request
Jul 26, 2024
…lly (sonic-net#19129) #### Why I did it src/sonic-gnmi ``` * 50817e6 - (HEAD -> master, origin/master, origin/HEAD) Add KillProcess gNOI API (sonic-net#213) (3 days ago) [isabelmsft] * 3ea4fe5 - Revert "Account for GLOBAL key in PFC_WD (sonic-net#178)" (sonic-net#221) (5 days ago) [Zain Budhwani] ``` #### 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.
No description provided.