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 (sonic-net#20540)

#### Why I did it
src/sonic-sairedis
```
* e394ced7 - (HEAD -> master, origin/master, origin/HEAD) Fix compilation on Buster (sonic-net#1449) (11 hours ago) [Saikrishna Arcot]
* 4d504ff8 - Rename file name to fit case insensitive file system. (sonic-net#1444) (2 days ago) [Liu Shilong]
* fe650bb7 - [syncd] Add workaround for port error status notification (sonic-net#1430) (6 days ago) [Kamil Cudnik]
* cd2773a3 - [syncd] Fix inspect asic command (sonic-net#1434) (7 days ago) [Kamil Cudnik]
* 2d873766 - [syncd] Make sure notification queue release memory when drained (sonic-net#1427) (8 days ago) [Kamil Cudnik]
* b8a8856a - Fix adding flex counter to wrong context (sonic-net#1421) (8 days ago) [byu343]
* 40979e0b - [fastboot] Notify SAI that fastboot is done (sonic-net#1396) (8 days ago) [Junchao-Mellanox]
* 952ee406 - [codeql] Change pull_request_target to pull_request (sonic-net#1442) (9 days ago) [Kamil Cudnik]
* 697d86b5 - [syncd] Create neighbor entries before next hop (sonic-net#1432) (9 days ago) [Kamil Cudnik]
* fa76ca13 - [codeql] Remove git ancestry (sonic-net#1441) (10 days ago) [Kamil Cudnik]
* 3838d7ee - [codeql] Show git ancestry graph (sonic-net#1440) (10 days ago) [Kamil Cudnik]
* 2e7d946b - [codeql] Show gcc version before compile (sonic-net#1438) (10 days ago) [Kamil Cudnik]
* a1e93f58 - [submodule] Update SAI to latest master (sonic-net#1431) (2 weeks ago) [Kamil Cudnik]
```
#### How I did it
#### How to verify it
#### Description for the changelog
  • Loading branch information
mssonicbld authored and KAVITHA RAMALINGAM committed Nov 15, 2024
1 parent b275cf9 commit dabd189
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
+5 −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
+262 −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 dabd189

Please sign in to comment.