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 18, 2025
1 parent bd4a27d commit f605293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-sairedis
Submodule sonic-sairedis updated 60 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
+109 −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
+8 −0 saiasiccmp/SaiSwitchAsic.cpp
+3 −0 saiasiccmp/SaiSwitchAsic.h
+32 −0 syncd/BestCandidateFinder.cpp
+483 −46 syncd/FlexCounter.cpp
+12 −2 syncd/FlexCounter.h
+4 −0 syncd/Makefile.am
+7 −0 syncd/SaiDiscovery.cpp
+34 −0 syncd/SaiSwitch.cpp
+21 −0 syncd/SaiSwitch.h
+3 −0 syncd/SaiSwitchInterface.h
+90 −3 syncd/Syncd.cpp
+3 −0 syncd/Syncd.h
+7 −0 syncd/VendorSai.cpp
+10 −0 syncd/Workaround.cpp
+40 −0 syncd/tests.cpp
+9 −0 tests/BCM56850.pl
+11 −0 tests/BCM56850/vxlan_default_router_mac.rec
+27 −0 tests/TestClient.cpp
+2 −0 tests/aspell.en.pws
+3 −2 unittest/lib/Makefile.am
+26 −0 unittest/lib/MockSaiInterface.cpp
+22 −0 unittest/lib/MockSaiInterface.h
+19 −0 unittest/lib/TestClientServerSai.cpp
+13 −0 unittest/lib/TestRedisRemoteSaiInterface.cpp
+17 −2 unittest/lib/TestServerSai.cpp
+30 −0 unittest/meta/TestMeta.cpp
+69 −0 unittest/meta/TestSaiSerialize.cpp
+2 −0 unittest/syncd/Makefile.am
+1 −1 unittest/syncd/MockableSaiInterface.cpp
+156 −0 unittest/syncd/MockableSaiSwitchInterface.cpp
+82 −0 unittest/syncd/MockableSaiSwitchInterface.h
+23 −0 unittest/syncd/TestBestCandidateFinder.cpp
+245 −4 unittest/syncd/TestFlexCounter.cpp
+381 −0 unittest/syncd/TestSyncd.cpp
+33 −0 unittest/syncd/TestVendorSai.cpp
+1 −0 unittest/syncd/TestWorkaround.cpp
+53 −0 unittest/vslib/TestSwitchMLNX2700.cpp
+38 −0 unittest/vslib/TestVirtualSwitchSaiInterface.cpp
+125 −1 vslib/SwitchStateBase.cpp
+7 −0 vslib/SwitchStateBase.h
+88 −0 vslib/VirtualSwitchSaiInterface.cpp

0 comments on commit f605293

Please sign in to comment.