Skip to content

Commit

Permalink
[submodule] Update submodule sonic-sairedis to the latest HEAD automa…
Browse files Browse the repository at this point in the history
…tically
  • Loading branch information
mssonicbld committed Feb 7, 2025
1 parent ff21fc1 commit fb2a55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-sairedis
Submodule sonic-sairedis updated 44 files
+61 −5 .azure-pipelines/build-template.yml
+1 −1 .azure-pipelines/test-docker-sonic-vs-template.yml
+103 −10 lib/ClientSai.cpp
+3 −0 lib/ClientSai.h
+4 −1 lib/ClientServerSai.cpp
+79 −0 lib/Recorder.cpp
+18 −0 lib/Recorder.h
+107 −10 lib/RedisRemoteSaiInterface.cpp
+3 −0 lib/RedisRemoteSaiInterface.h
+7 −1 lib/Sai.cpp
+90 −1 lib/ServerSai.cpp
+9 −2 lib/ServerSai.h
+14 −0 lib/sairedis.h
+4 −0 lib/sairediscommon.h
+96 −0 lib/tests.cpp
+24 −34 meta/Meta.cpp
+0 −4 meta/Meta.h
+145 −0 meta/SaiSerialize.cpp
+13 −0 meta/sai_serialize.h
+64 −1 syncd/FlexCounter.cpp
+4 −0 syncd/Makefile.am
+7 −0 syncd/SaiDiscovery.cpp
+87 −0 syncd/Syncd.cpp
+3 −0 syncd/Syncd.h
+2 −0 syncd/VendorSai.cpp
+40 −0 syncd/tests.cpp
+27 −0 tests/TestClient.cpp
+3 −2 unittest/lib/Makefile.am
+26 −0 unittest/lib/MockSaiInterface.cpp
+26 −0 unittest/lib/MockSaiInterface.h
+19 −0 unittest/lib/TestClientServerSai.cpp
+13 −0 unittest/lib/TestRedisRemoteSaiInterface.cpp
+108 −1 unittest/lib/TestServerSai.cpp
+30 −0 unittest/meta/TestMeta.cpp
+69 −0 unittest/meta/TestSaiSerialize.cpp
+1 −1 unittest/syncd/MockableSaiInterface.cpp
+16 −2 unittest/syncd/TestFlexCounter.cpp
+37 −0 unittest/syncd/TestSyncd.cpp
+11 −0 unittest/syncd/TestVendorSai.cpp
+53 −0 unittest/vslib/TestSwitchMLNX2700.cpp
+38 −0 unittest/vslib/TestVirtualSwitchSaiInterface.cpp
+100 −1 vslib/SwitchStateBase.cpp
+5 −0 vslib/SwitchStateBase.h
+88 −0 vslib/VirtualSwitchSaiInterface.cpp

0 comments on commit fb2a55f

Please sign in to comment.