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 Oct 30, 2024
1 parent cc4a402 commit 0764578
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
+3 −2 .github/workflows/codeql-analysis.yml
+1 −1 SAI
+5 −1 configure.ac
+10 −69 lib/Recorder.h
+15 −0 lib/RedisRemoteSaiInterface.cpp
+3 −0 lib/RedisRemoteSaiInterface.h
+9 −3 lib/Sai.cpp
+38 −0 meta/Meta.cpp
+10 −0 meta/Meta.h
+39 −0 meta/SaiInterface.cpp
+22 −29 meta/SaiInterface.h
+99 −0 meta/SaiSerialize.cpp
+17 −0 meta/sai_serialize.h
+17 −2 proxylib/Proxy.cpp
+2 −0 proxylib/Proxy.h
+1 −0 pyext/pysairedis.i
+15 −0 syncd/ComparisonLogic.cpp
+23 −3 syncd/NotificationHandler.cpp
+9 −1 syncd/NotificationHandler.h
+39 −8 syncd/NotificationQueue.cpp
+3 −2 syncd/NotificationQueue.h
+39 −4 syncd/Syncd.cpp
+128 −0 syncd/VendorSai.cpp
+45 −0 syncd/Workaround.cpp
+35 −0 syncd/Workaround.h
+10 −6 syncd/tests/TestSyncdMlnx.cpp
+28 −0 tests/BCM56850.pl
+23 −0 tests/BCM56850/neighbor_next_hop.rec
+8 −0 tests/MLNX2700.pl
+26 −0 tests/MLNX2700/inspect_asic.rec
+1 −1 tests/Makefile.am
+1 −0 tests/aspell.en.pws
+0 −0 tests/testclient_main.cpp
+18 −0 unittest/meta/TestMeta.cpp
+1 −1 unittest/meta/TestNotificationFactory.cpp
+2 −2 unittest/meta/TestNotificationPortStateChange.cpp
+13 −0 unittest/meta/TestSaiInterface.cpp
+4 −2 unittest/syncd/Makefile.am
+13 −0 unittest/syncd/TestNotificationHandler.cpp
+16 −0 unittest/syncd/TestNotificationQueue.cpp
+260 −0 unittest/syncd/TestSyncd.cpp
+31 −1 unittest/syncd/TestVendorSai.cpp
+48 −0 unittest/syncd/TestWorkaround.cpp
+3 −0 unittest/syncd/profile.ini

0 comments on commit 0764578

Please sign in to comment.