Skip to content

Commit

Permalink
[submodule] Advance sairedis head (#12098)
Browse files Browse the repository at this point in the history
Advance sairedis head

Signed-off-by: richardyu-ms <[email protected]>

Signed-off-by: richardyu-ms <[email protected]>
  • Loading branch information
richardyu-ms authored Sep 19, 2022
1 parent 1effff9 commit de68f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-sairedis
Submodule sonic-sairedis updated 54 files
+3 −0 .azure-pipelines/build-swss-template.yml
+35 −0 .azure-pipelines/build-template.yml
+17 −2 .azure-pipelines/test-docker-sonic-vs-template.yml
+1 −1 SAI
+5 −2 azure-pipelines.yml
+2 −0 configure.ac
+2 −0 lgtm.yml
+39 −0 lib/ClientSai.cpp
+21 −0 lib/ClientSai.h
+50 −0 lib/ClientServerSai.cpp
+21 −0 lib/ClientServerSai.h
+35 −0 lib/RedisRemoteSaiInterface.cpp
+21 −0 lib/RedisRemoteSaiInterface.h
+31 −0 lib/Sai.cpp
+21 −0 lib/Sai.h
+50 −0 lib/ServerSai.cpp
+21 −0 lib/ServerSai.h
+53 −44 lib/ZeroMQChannel.cpp
+31 −0 lib/sai_redis_interfacequery.cpp
+31 −0 meta/DummySaiInterface.cpp
+21 −0 meta/DummySaiInterface.h
+31 −0 meta/Meta.cpp
+21 −0 meta/Meta.h
+21 −0 meta/SaiInterface.h
+7 −0 syncd/Asan.cpp
+204 −18 syncd/FlexCounter.cpp
+60 −0 syncd/VendorSai.cpp
+21 −0 syncd/VendorSai.h
+65 −2 syncd/scripts/syncd_init_common.sh
+55 −0 tests/tests.cpp
+1 −1 unittest/lib/Makefile.am
+88 −0 unittest/lib/TestClientServerSai.cpp
+27 −0 unittest/lib/TestContext.cpp
+25 −0 unittest/lib/test_sai_redis_interfacequery.cpp
+22 −0 unittest/meta/TestMeta.cpp
+2 −1 unittest/syncd/Makefile.am
+39 −0 unittest/syncd/MockableSaiInterface.cpp
+24 −0 unittest/syncd/MockableSaiInterface.h
+452 −33 unittest/syncd/TestFlexCounter.cpp
+59 −0 unittest/syncd/TestVendorSai.cpp
+2 −1 unittest/vslib/Makefile.am
+25 −0 unittest/vslib/TestSaiUnittests.cpp
+32 −0 unittest/vslib/TestSwitchBCM81724.cpp
+34 −0 unittest/vslib/TestSwitchStateBase.cpp
+25 −0 unittest/vslib/test_sai_vs_interfacequery.cpp
+35 −0 vslib/Sai.cpp
+21 −0 vslib/Sai.h
+3 −0 vslib/SwitchBCM81724.cpp
+43 −0 vslib/SwitchStateBase.cpp
+7 −0 vslib/SwitchStateBase.h
+39 −0 vslib/SwitchStateBaseHostif.cpp
+31 −0 vslib/VirtualSwitchSaiInterface.cpp
+21 −0 vslib/VirtualSwitchSaiInterface.h
+31 −0 vslib/sai_vs_interfacequery.cpp

0 comments on commit de68f10

Please sign in to comment.