-
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.
Advance submodule sonic-sairedis (#11704)
2022-07-28 854d54e: Add support of mdio IPC server class using sai switch api and unix socket (sonic-net/sonic-sairedis#1080) (Jiahua Wang) 2022-07-27 513cb2a: [FlexCounter] Refactor FlexCounter class (sonic-net/sonic-sairedis#1073) (Junchao-Mellanox)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-sairedis
updated
14 files
+1 −0 | configure.ac | |
+48 −0 | meta/SaiInterface.cpp | |
+28 −0 | meta/SaiInterface.h | |
+1,070 −2,915 | syncd/FlexCounter.cpp | |
+54 −489 | syncd/FlexCounter.h | |
+5 −0 | syncd/Makefile.am | |
+472 −0 | syncd/MdioIpcServer.cpp | |
+60 −0 | syncd/MdioIpcServer.h | |
+14 −0 | syncd/Syncd.cpp | |
+3 −0 | syncd/Syncd.h | |
+64 −0 | syncd/VendorSai.cpp | |
+28 −0 | syncd/VendorSai.h | |
+5 −0 | tests/aspell.en.pws | |
+339 −198 | unittest/syncd/TestFlexCounter.cpp |