-
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
- Loading branch information
1 parent
f76db82
commit 3a0aa97
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
15 files
+4 −0 | configure.ac | |
+1 −0 | syncd/CommandLineOptions.cpp | |
+2 −0 | syncd/CommandLineOptions.h | |
+11 −4 | syncd/CommandLineOptionsParser.cpp | |
+37 −32 | syncd/FlexCounter.cpp | |
+10 −1 | syncd/FlexCounter.h | |
+6 −3 | syncd/FlexCounterManager.cpp | |
+4 −1 | syncd/FlexCounterManager.h | |
+10 −4 | syncd/Syncd.cpp | |
+5 −0 | syncd/scripts/syncd_init_common.sh | |
+3 −2 | unittest/syncd/Makefile.am | |
+8 −3 | unittest/syncd/TestCommandLineOptions.cpp | |
+1 −1 | unittest/syncd/TestFlexCounter.cpp | |
+64 −0 | unittest/syncd/TestSyncd.cpp | |
+4 −2 | vslib/SwitchMLNX2700.cpp |