-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advance SAI header to keep up with v1.7 (#1156)
Signed-off-by: zitingguo-ms <[email protected]> Signed-off-by: zitingguo-ms <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SAI
updated
13 files
+5 −2 | meta/gensairpc.pl | |
+2 −1 | meta/rpc/README.md | |
+10 −0 | meta/sai_rpc_frontend.cpp | |
+3 −0 | meta/templates/sai_adapter.py.tt | |
+37 −0 | meta/templates/sai_adapter_utils.tt | |
+45 −0 | ptf/LogConfig.py | |
+15 −1 | ptf/sai_base_test.py | |
+27 −0 | ptf/utest/BasicTest.py | |
+45 −0 | ptf/utest/LogConfig.py | |
+91 −0 | ptf/utest/MockClient.py | |
+54 −0 | ptf/utest/TemplateTest.py | |
+1 −9 | test/saithriftv2/src/saiserver.cpp | |
+1 −0 | test/saithriftv2/src/switch_sai_rpc_server.h |