[teamd] Stop teamd after stopping swss in fast-reboot#75
Closed
stepanblyschak wants to merge 1 commit intomasterfrom
Closed
[teamd] Stop teamd after stopping swss in fast-reboot#75stepanblyschak wants to merge 1 commit intomasterfrom
stepanblyschak wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
fb3adba to
050884b
Compare
volodymyrsamotiy
approved these changes
Jun 21, 2022
stepanblyschak
pushed a commit
that referenced
this pull request
Jul 6, 2022
[sonic-linkmgrd][master] submodule updates d744bfb Longxiang Lyu Wed May 25 08:40:42 2022 +0800 Support switch between using wellknown mac or server mac addr (#73) 684e989 Jing Zhang Wed May 18 09:59:02 2022 -0700 Avoid switching active when LinkState == Down (#77) e4aa4fd Longxiang Lyu Tue May 17 09:13:23 2022 +0800 [Makefile] Remove redundant optimization options (#75) 4ec7505 Jing Zhang Thu May 12 08:19:20 2022 -0700 [ci]: uplift diff coverage threshold to 80% (#71) sign-off: Jing Zhang zhangjing@microsoft.com
stepanblyschak
pushed a commit
that referenced
this pull request
Sep 25, 2023
…utomatically (sonic-net#16670) #### Why I did it src/sonic-host-services ``` * 3022c1b - (HEAD -> master, origin/master, origin/HEAD) Updated the iptable rule to use parent/base name of midplane interface of chassis. (#75) (6 hours ago) [abdosi] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Dec 19, 2023
…utomatically (sonic-net#17229) #### Why I did it src/sonic-host-services ``` * 689395a - (HEAD -> 202305, origin/202305) Updated the iptable rule to use parent/base name of midplane interface of chassis. (#75) (2 days ago) [abdosi] * 45212a8 - [DualToR][caclmgrd] Fix IPtables rules for multiple vlan interfaces for DualToR config (#82) (2 days ago) [vdahiya12] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
May 20, 2025
… automatically (sonic-net#945) #### Why I did it src/sonic-platform-common ``` * 42d0124 - (HEAD -> 202412, origin/202412) [CMIS] Add Changes to align the RX disable channel logic with the existing TX disable channel implementation (#75) (3 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
May 20, 2025
…tomatically (sonic-net#1063) #### Why I did it src/sonic-swss ``` * 3b70292 - (HEAD -> 202412, origin/202412) Move timestamps out of counter table to avoid update too frequently (#75) (21 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Sep 28, 2025
…ly (sonic-net#24100) #### Why I did it src/dhcprelay ``` * 0ef56c0 - (HEAD -> master, origin/master, origin/HEAD) [codeQL] Fix codeQL failure (#75) (18 hours ago) [Yaqiang Zhu] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Dec 1, 2025
…ically (sonic-net#24555) #### Why I did it src/sonic-dbsyncd ``` * 2f0af22 - (HEAD -> master, origin/master, origin/HEAD) Add chassis cache update (#75) (2 days ago) [Gagan Punathil Ellath] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Dec 1, 2025
…ly (sonic-net#24633) #### Why I did it src/sonic-stp ``` * 49c02e5 - (HEAD -> master, origin/master, origin/HEAD) Migrate agent pool from ubuntu-20.04 to ubuntu-latest (#74) (25 minutes ago) [yijingyan2] * 6dc2791 - Enable proto_mode handling code (#75) (2 days ago) [Divya Kumaran Chandralekha] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Signed-off-by: Stepan Blyschak stepanb@nvidia.com
Why I did it
To optimize fast-reboot. Teamd can be stopped after bgp is stopped and after swss is stopped because the last LACP packet can be sent still since syncd is still running. Saves 15 sec on shutdown.
How I did it
Defined in the manifest for teamd to be stopped after swss
How to verify it
Run it on the switch.
Before;
After:
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)