-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule advance] Advance/sonic sairedis 202211 #14121
Why I did it cf9a66b - Fix issue: bulk counter feature is disabled ([Broadcom]: Update Broadcom SDK/SAI package #1205) (4 hours ago) [Lior Avramov] 8b1583b - [Dual-ToR] update sai.profile with SAI_ADDITIONAL_MAC_ENABLED attribute if corresponding arg passed to syncd ([Makefile]: variable ENABLE_SYNCD_RPC is always empty string #1201) (4 hours ago) [Andriy Yurkiv] 50d8e21 - [syncd]: Enable port bulk API ([platform] Accton AS7712-32X. Update for sensors and sfputil. #1197) (4 hours ago) [Nazarii Hnydyn] a72438a - Use new value of STATE_DB FAST_REBOOT entry ([device/accton]: Update Accton-AS5712_54X #1196) (4 hours ago) [Aryeh Feigin] d78ce86 - validation support for SAI_ATTR_VALUE_TYPE_JSON ([installer] FIX. ONIE installer error issue: #1152) (4 hours ago) [svshah-intel] How I did it How to verify it
- Loading branch information
1 parent
132ff06
commit e57197b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
27 files
+4 −4 | .azure-pipelines/build-template.yml | |
+4 −3 | .gitignore | |
+1 −1 | SAI | |
+6 −0 | configure.ac | |
+19 −0 | meta/Meta.cpp | |
+8 −6 | syncd/Makefile.am | |
+16 −0 | syncd/Syncd.cpp | |
+9 −0 | syncd/VendorSai.cpp | |
+6 −1 | syncd/scripts/syncd_init_common.sh | |
+0 −139 | syncd/tests.cpp | |
+16 −0 | syncd/tests/Makefile.am | |
+245 −0 | syncd/tests/TestSyncdBrcm.cpp | |
+34 −0 | syncd/tests/TestSyncdLib.cpp | |
+4 −0 | syncd/tests/TestSyncdLib.h | |
+214 −0 | syncd/tests/TestSyncdMlnx.cpp | |
+34 −0 | syncd/tests/brcm/lanemap.ini | |
+5 −0 | syncd/tests/brcm/testprofile.ini | |
+12 −0 | syncd/tests/main.cpp | |
+32 −0 | syncd/tests/mlnx/lanemap.ini | |
+5 −0 | syncd/tests/mlnx/sai.profile | |
+2 −0 | tests/aspell.en.pws | |
+1 −0 | unittest/lib/Makefile.am | |
+23 −0 | unittest/lib/test_sai_redis_generic_programmable.cpp | |
+40 −0 | unittest/meta/TestMeta.cpp | |
+96 −0 | unittest/syncd/TestVendorSai.cpp | |
+1 −0 | unittest/vslib/Makefile.am | |
+23 −0 | unittest/vslib/test_sai_vs_generic_programmable.cpp |