-
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 submodule: sairedis #748
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
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Jan 16, 2019
To include following changes: - [teammgrd]: Add retry logic for starting port channel with teamd (sonic-net#756) - [portsorch] fix bug in initializePort (sonic-net#753) - [intfmgrd] Fix intfmgrd hanging untill first interface becomes ready (sonic-net#748) - [intfmgrd]: Support loopback (sonic-net#742) -Improve comments for neighbor warmrestart related functions and warmRestartAssist class (sonic-net#740) Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
that referenced
this pull request
Jan 16, 2019
To include following changes: - [teammgrd]: Add retry logic for starting port channel with teamd (#756) - [portsorch] fix bug in initializePort (#753) - [intfmgrd] Fix intfmgrd hanging untill first interface becomes ready (#748) - [intfmgrd]: Support loopback (#742) -Improve comments for neighbor warmrestart related functions and warmRestartAssist class (#740) Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
that referenced
this pull request
Jan 16, 2019
To include following changes: - [teammgrd]: Add retry logic for starting port channel with teamd (#756) - [portsorch] fix bug in initializePort (#753) - [intfmgrd] Fix intfmgrd hanging untill first interface becomes ready (#748) - [intfmgrd]: Support loopback (#742) -Improve comments for neighbor warmrestart related functions and warmRestartAssist class (#740) Signed-off-by: Ying Xie <[email protected]>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…onic-net#748) intfmgrd can hang on first interface it tries to configure untill this interface becomes "ready". This delays other interfaces configuration to be processed. This commit fixes this issue by skiping "not ready" interface and proceed with others. Skipped interface can be processed on next iterations. Signed-off-by: Stepan Blyschak <[email protected]>
3 tasks
lguohan
pushed a commit
to Sabareesh-Kumar-Anandan/sonic-buildimage
that referenced
this pull request
Dec 19, 2020
[vs] Add workaround for clean up macsec ports (sonic-net#752) [SAI submodule] Update SAI to 1.7.1 (sonic-net#748) [logfile]: Add handling of Sairedis rec filename (sonic-net#747) Update README.md [meta] Fix stat_mode enums to sai_bulk_op_error_mode_t (sonic-net#753) [syncd][tests] Add syncd deprecated attribute value test (sonic-net#751) Signed-off-by: Sabareesh Kumar Anandan <[email protected]>
AidanCopeland
pushed a commit
to Metaswitch/sonic-buildimage
that referenced
this pull request
Apr 14, 2022
AntonHryshchuk
added a commit
to AntonHryshchuk/sonic-buildimage
that referenced
this pull request
Mar 8, 2023
Update sonic-swss-common submodule pointer to include the following: * 06ffb51 Define ACL_TABLE and ACL_RULE table in STATE_DB ([sonic-net#748](sonic-net/sonic-swss-common#748)) * 1b369ab [ci] Fix apt-get install unable locate package issue. ([sonic-net#753](sonic-net/sonic-swss-common#753)) * 619d4ec Improve unit test for go wrapper ([sonic-net#752](sonic-net/sonic-swss-common#752)) * 565ad4b Fix common path issue ([sonic-net#751](sonic-net/sonic-swss-common#751)) * 3352881 Prevent sonic-db-cli generate core dump ([sonic-net#749](sonic-net/sonic-swss-common#749)) * 43cadec Add ProfileProvider class to support read profile config from PROFILE_DB. ([sonic-net#683](sonic-net/sonic-swss-common#683)) * 8b09f90 Update path to sairedis tests ([sonic-net#747](sonic-net/sonic-swss-common#747)) * 85f3776 Non recursive automake and Debian packaging changes ([sonic-net#700](sonic-net/sonic-swss-common#700)) Signed-off-by: AntonHryshchuk <[email protected]>
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Mar 8, 2023
swss: * 2447754 2023-02-23 | Do not allow to add port to .1Q bridge while router port deletion is not completed (sonic-net#2669) (HEAD -> 202205) [Lior Avramov] * 641c65c 2023-03-07 | [bfdorch] add default TOS value for BFD session (sonic-net#2689) (HEAD -> 202205) [Baorong Liu] * 95d3f6d 2023-03-08 | [ACL] Write ACL table/rule creation status into STATE_DB (sonic-net#2662) [bingwang-ms] swss-common: * 1fdeb9e 2023-03-03 | Define ACL_TABLE and ACL_RULE table in STATE_DB (sonic-net#748) (HEAD -> 202205, github/202205) [bingwang-ms] platform-common: * c441bd7 2023-03-07 | [sonic_ssd] Nokia-7215: Fix "show platform ssdhealth" (sonic-net#337) (HEAD -> 202205) [Pavan-Nokia] Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
that referenced
this pull request
Mar 8, 2023
…14169) swss: * 2447754 2023-02-23 | Do not allow to add port to .1Q bridge while router port deletion is not completed (#2669) (HEAD -> 202205) [Lior Avramov] * 641c65c 2023-03-07 | [bfdorch] add default TOS value for BFD session (#2689) (HEAD -> 202205) [Baorong Liu] * 95d3f6d 2023-03-08 | [ACL] Write ACL table/rule creation status into STATE_DB (#2662) [bingwang-ms] swss-common: * 1fdeb9e 2023-03-03 | Define ACL_TABLE and ACL_RULE table in STATE_DB (#748) (HEAD -> 202205, github/202205) [bingwang-ms] platform-common: * c441bd7 2023-03-07 | [sonic_ssd] Nokia-7215: Fix "show platform ssdhealth" (#337) (HEAD -> 202205) [Pavan-Nokia] Signed-off-by: Ying Xie <[email protected]>
prsunny
pushed a commit
that referenced
this pull request
Mar 14, 2023
Update sonic-swss-common submodule pointer to include the following: 23df338 [ci] Continue on error when running test. (#757) 06ffb51 Define ACL_TABLE and ACL_RULE table in STATE_DB (#748) 1b369ab [ci] Fix apt-get install unable locate package issue. (#753) 619d4ec Improve unit test for go wrapper (#752)
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.
The branch v1.0.3 only