-
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
[Broadcom]: Update SAI version to 3.0.2.2 #854
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
Dec 2, 2019
Submodule src/sonic-swss 1bc989a..8ef513c: > [teamsyncd]: Add retry logic in teamsyncd to avoid team handler init failure (sonic-net#854) Submodule src/sonic-utilities e548793..ae274e5: > [neighbor advertiser] catch all exceptions while trying https endpoint (sonic-net#757) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Dec 2, 2019
Submodule src/sonic-swss 1bc989a..8ef513c: > [teamsyncd]: Add retry logic in teamsyncd to avoid team handler init failure (#854) Submodule src/sonic-utilities e548793..ae274e5: > [neighbor advertiser] catch all exceptions while trying https endpoint (#757) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
Dec 20, 2019
9f6efa0 [port/buffer] introduce a sync mechanism to protect port PG/queue from changes under PFC storm (sonic-net#1143) 823e426 [aclorch] Enable DSCP rules on IPv6 mirror tables (sonic-net#1146) b8745f8 [bitmap_vnet]: Fix removal flow for tunnel route (sonic-net#1139) 03be983 Increase ip2me CIR/CBR for faster in-band file transfers (sonic-net#1000) a4a1d3b [vnet]: Update VNET route table size to 40K for BITMAP implementation (sonic-net#1132) efe142a Fix bug: Wrong condition for mac address (sonic-net#1142) 7bf63a0 [teammgrd]during warm-reboot teamd need to recover system-id from saved lacp-pdu (sonic-net#1003) 8b4cfb6 Cleanup configure.ac from BFN specific code (sonic-net#1133) b931751 [teamsyncd]: Add retry logic in teamsyncd to avoid team handler init failure (sonic-net#854) Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
lguohan
pushed a commit
that referenced
this pull request
Dec 27, 2019
9f6efa0 [port/buffer] introduce a sync mechanism to protect port PG/queue from changes under PFC storm (#1143) 823e426 [aclorch] Enable DSCP rules on IPv6 mirror tables (#1146) b8745f8 [bitmap_vnet]: Fix removal flow for tunnel route (#1139) 03be983 Increase ip2me CIR/CBR for faster in-band file transfers (#1000) a4a1d3b [vnet]: Update VNET route table size to 40K for BITMAP implementation (#1132) efe142a Fix bug: Wrong condition for mac address (#1142) 7bf63a0 [teammgrd]during warm-reboot teamd need to recover system-id from saved lacp-pdu (#1003) 8b4cfb6 Cleanup configure.ac from BFN specific code (#1133) b931751 [teamsyncd]: Add retry logic in teamsyncd to avoid team handler init failure (#854) Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…failure (sonic-net#854) * [teamsyncd]: Add retry logic in teamsyncd to avoid team handler init failure team_alloc and team_init fail occasionally when they start the same time as teamd instances. Add the retry logic to avoid such cases. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
Jan 14, 2021
…failure (sonic-net#854) * [teamsyncd]: Add retry logic in teamsyncd to avoid team handler init failure team_alloc and team_init fail occasionally when they start the same time as teamd instances. Add the retry logic to avoid such cases. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
5 tasks
lguohan
pushed a commit
that referenced
this pull request
Jul 24, 2021
Update sonic-sairedis submodule to include below commits: 84fa50a Revert "[vs]: Start syncd by passing context configuration file and global context index. (#832)" (#859) 736dc3b Remove redudnant mention of platform cisco-8000 (#856) 969ad94 Support for cisco-8000 platform for sonic-sairedis/syncd (#823) 1eacd05 [sairedis] Client/Server add support for SAI stats api (#855) 59fedfa [sairedis] Client/Server support SAI fdb flush api (#853) 5c2aaae [syncd] bulk OID remove requires RID (#854) 7da0894 [sairedis] Client/Server support SAI query API (#848) 443ad36 [sairedis] Style refactor cleanup (#850) Signed-off-by: Suvarna Meenakshi <sumeenak@microsoft.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
Update sonic-sairedis submodule to include below commits: 84fa50a Revert "[vs]: Start syncd by passing context configuration file and global context index. (sonic-net#832)" (sonic-net#859) 736dc3b Remove redudnant mention of platform cisco-8000 (sonic-net#856) 969ad94 Support for cisco-8000 platform for sonic-sairedis/syncd (sonic-net#823) 1eacd05 [sairedis] Client/Server add support for SAI stats api (sonic-net#855) 59fedfa [sairedis] Client/Server support SAI fdb flush api (sonic-net#853) 5c2aaae [syncd] bulk OID remove requires RID (sonic-net#854) 7da0894 [sairedis] Client/Server support SAI query API (sonic-net#848) 443ad36 [sairedis] Style refactor cleanup (sonic-net#850) Signed-off-by: Suvarna Meenakshi <sumeenak@microsoft.com>
AidanCopeland
pushed a commit
to Metaswitch/sonic-buildimage
that referenced
this pull request
Apr 14, 2022
Syncd::processBulkOidRemove() is incorrectly passing objectVids.data() to m_vendorSai->bulkRemove() when it should be passing objectRids.data(). Only RID should be passed to m_vendorSai calls.
saksarav-nokia
pushed a commit
to saksarav-nokia/sonic-buildimage
that referenced
this pull request
Mar 12, 2024
…omatically (sonic-net#18167) #### Why I did it src/sonic-swss-common ``` * 9330086 - (HEAD -> master, origin/master, origin/HEAD) [dbconnector]: Add API getDbKeys in dbconnector (sonic-net#854) (4 days ago) [Ze Gan] ``` #### 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.