-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update SAI header to include libsaithrift build
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SAI
updated
21 files
+6 −0 | Makefile | |
+17 −0 | debian/changelog | |
+1 −0 | debian/compat | |
+16 −0 | debian/control | |
+2 −0 | debian/libsaithrift-dev.dirs | |
+2 −0 | debian/libsaithrift-dev.install | |
+1 −0 | debian/python-saithrift.install | |
+36 −0 | debian/rules | |
+11 −0 | inc/saiqueue.h | |
+4 −4 | inc/saitunnel.h | |
+1 −1 | inc/saivlan.h | |
+1 −1 | meta/saiserializetest.c | |
+10 −0 | test/saithrift/Makefile | |
+2 −2 | test/saithrift/src/saiserver.cpp | |
+5 −1 | test/saithrift/src/switch_sai.thrift | |
+161 −27 | test/saithrift/src/switch_sai_rpc_server.cpp | |
+17 −17 | test/saithrift/tests/saiacl.py | |
+3 −3 | test/saithrift/tests/saihostif.py | |
+174 −27 | test/saithrift/tests/sail2.py | |
+261 −48 | test/saithrift/tests/sail3.py | |
+133 −36 | test/saithrift/tests/switch.py |