-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
- Loading branch information
1 parent
fcdd823
commit d67e235
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 |