-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule sonic-sairedis to the latest HEAD automa…
…tically (#20835) #### Why I did it src/sonic-sairedis ``` * e6ec1424 - (HEAD -> master, origin/master, origin/HEAD) [syncd] Add attribute version check feature (#1470) (14 hours ago) [Kamil Cudnik] * 29a8f86b - [meta] Use metadata to check port notification port_id type (#1469) (2 days ago) [Kamil Cudnik] * d772864e - innovium rename to marvell-teralynx (#1408) (2 days ago) [krismarvell] * 526bca31 - [submodule] Update SAI to lates origin master (#1466) (2 days ago) [Kamil Cudnik] * fc376d50 - [test] Add more testing for NotificationSwitchAsicSdkHealthEvent (#1463) (4 days ago) [Kamil Cudnik] * ed222eca - [submodule] Update SAI to v1.15.1 (#1462) (5 days ago) [Kamil Cudnik] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
5167d41
commit b013243
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
31 files
+1 −1 | SAI | |
+70 −16 | meta/Meta.cpp | |
+10 −0 | meta/Meta.h | |
+35 −0 | meta/SaiSerialize.cpp | |
+7 −0 | meta/sai_serialize.h | |
+107 −0 | syncd/AttrVersionChecker.cpp | |
+40 −0 | syncd/AttrVersionChecker.h | |
+4 −0 | syncd/CommandLineOptions.cpp | |
+1 −0 | syncd/CommandLineOptions.h | |
+9 −2 | syncd/CommandLineOptionsParser.cpp | |
+6 −3 | syncd/HardReiniter.cpp | |
+4 −1 | syncd/HardReiniter.h | |
+1 −0 | syncd/Makefile.am | |
+28 −2 | syncd/SaiDiscovery.cpp | |
+6 −1 | syncd/SaiDiscovery.h | |
+6 −4 | syncd/SaiSwitch.cpp | |
+4 −1 | syncd/SaiSwitch.h | |
+5 −3 | syncd/SingleReiniter.cpp | |
+4 −1 | syncd/SingleReiniter.h | |
+4 −4 | syncd/Syncd.cpp | |
+64 −0 | syncd/VendorSai.cpp | |
+4 −4 | syncd/scripts/syncd_init_common.sh | |
+1 −0 | tests/aspell.en.pws | |
+5 −5 | tests/utils.pm | |
+33 −0 | unittest/meta/TestMeta.cpp | |
+132 −0 | unittest/meta/TestNotificationSwitchAsicSdkHealthEvent.cpp | |
+11 −0 | unittest/meta/TestSaiSerialize.cpp | |
+1 −0 | unittest/syncd/Makefile.am | |
+132 −0 | unittest/syncd/TestAttrVersionChecker.cpp | |
+3 −1 | unittest/syncd/TestCommandLineOptions.cpp | |
+15 −0 | unittest/syncd/TestVendorSai.cpp |