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#753)

#### Why I did it
src/sonic-sairedis
```
* 0c1750e - (HEAD -> 202412, origin/HEAD, origin/202412) Merge pull request #32 from r12f/cherry-pick-1509 (9 hours ago) [Riff]
|\ 
| failure_prs.log skip_prs.log 995e71f - [sairedis/syncd] Implement bulk get support (sonic-net#1509) (19 hours ago) [Stepan Blyshchak]
* | 2f4d39d - Fixing the sairedis build issue caused at https://github.com/sonic-ne… (#33) (18 hours ago) [mssonicbld]
* | 1da1f58 - Fix counter issues on VS platform (#35) (18 hours ago) [mssonicbld]
|/ 
* 4d1b885 - Merge pull request #28 from r12f/cherry-pick-1234 (20 hours ago) [Riff]
* 3c5f3e1 - sonic-sairedis : Wred stats feature changes on Sai-redis and Syncd (sonic-net#1234) (30 hours ago) [r12f]
```
#### How I did it
#### How to verify it
#### Description for the changelog
  • Loading branch information
mssonicbld authored Mar 2, 2025
1 parent 21f9810 commit 9b75c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-sairedis
Submodule sonic-sairedis updated 48 files
+103 −10 lib/ClientSai.cpp
+3 −0 lib/ClientSai.h
+14 −4 lib/ClientServerSai.cpp
+113 −0 lib/Recorder.cpp
+26 −0 lib/Recorder.h
+240 −12 lib/RedisRemoteSaiInterface.cpp
+28 −0 lib/RedisRemoteSaiInterface.h
+18 −4 lib/Sai.cpp
+98 −4 lib/ServerSai.cpp
+9 −2 lib/ServerSai.h
+4 −0 lib/sairediscommon.h
+96 −0 lib/tests.cpp
+74 −36 meta/Meta.cpp
+0 −4 meta/Meta.h
+137 −0 meta/SaiSerialize.cpp
+10 −0 meta/sai_serialize.h
+118 −8 saiplayer/SaiPlayer.cpp
+3 −0 saiplayer/SaiPlayer.h
+43 −3 syncd/FlexCounter.cpp
+280 −9 syncd/Syncd.cpp
+17 −0 syncd/Syncd.h
+26 −2 syncd/VendorSai.cpp
+40 −0 syncd/tests.cpp
+317 −0 syncd/tests/TestSyncdBrcm.cpp
+8 −0 tests/BCM56850.pl
+9 −0 tests/BCM56850/port_bulk_get.rec
+27 −0 tests/TestClient.cpp
+3 −2 unittest/lib/Makefile.am
+26 −0 unittest/lib/MockSaiInterface.cpp
+22 −0 unittest/lib/MockSaiInterface.h
+20 −1 unittest/lib/TestClientServerSai.cpp
+5 −16 unittest/lib/TestRedisRemoteSaiInterface.cpp
+1 −1 unittest/lib/TestSai.cpp
+18 −3 unittest/lib/TestServerSai.cpp
+31 −1 unittest/meta/TestMeta.cpp
+69 −0 unittest/meta/TestSaiSerialize.cpp
+1 −1 unittest/syncd/MockableSaiInterface.cpp
+8 −2 unittest/syncd/TestFlexCounter.cpp
+38 −0 unittest/syncd/TestSyncd.cpp
+2 −1 unittest/syncd/TestVendorSai.cpp
+71 −12 unittest/vslib/TestSai.cpp
+53 −0 unittest/vslib/TestSwitchMLNX2700.cpp
+67 −10 unittest/vslib/TestVirtualSwitchSaiInterface.cpp
+10 −3 vslib/Sai.cpp
+194 −1 vslib/SwitchStateBase.cpp
+13 −0 vslib/SwitchStateBase.h
+153 −2 vslib/VirtualSwitchSaiInterface.cpp
+9 −0 vslib/VirtualSwitchSaiInterface.h

0 comments on commit 9b75c8d

Please sign in to comment.