Skip to content

Commit

Permalink
force dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoYang committed Jan 16, 2022
1 parent 323b89b commit 6ebcd53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[submodule "SAI"]
path = SAI
url = https://github.com/opencomputeproject/SAI.git
url = https://github.com/RyoYang/SAI.git
ignore = dirty
branch = v1.3
2 changes: 1 addition & 1 deletion SAI
Submodule SAI updated 59 files
+7 −3 Makefile
+8 −0 debian/copy_installer.sh
+30 −0 debian/copy_saithriftv2.sh
+1 −0 debian/installerFiles/python-saithriftv1.install
+1 −0 debian/installerFiles/python-saithriftv2.install
+1 −1 debian/python-saithrift.install
+13 −0 debian/rules
+637 −0 doc/SAI-Proposal-SAI-PTF.md
+ doc/figures/anatomy_of_a_ptf_test.png
+ doc/figures/autogeneration_gensairpc.png
+ doc/figures/autogeneration_parsing.png
+5 −1 meta/Makefile
+1 −0 meta/acronyms.txt
+34 −0 meta/gensairpc.README
+605 −0 meta/gensairpc.pl
+104 −0 meta/rpc/README.md
+88 −0 meta/rpc/SAI/Attrs.pm
+132 −0 meta/rpc/SAI/Attrs/Attribute.pm
+115 −0 meta/rpc/SAI/Enum.pm
+79 −0 meta/rpc/SAI/Enum/Element.pm
+273 −0 meta/rpc/SAI/Function.pm
+142 −0 meta/rpc/SAI/Function/Argument.pm
+89 −0 meta/rpc/SAI/RPC/Function.pm
+207 −0 meta/rpc/SAI/RPC/Function/Argument.pm
+59 −0 meta/rpc/SAI/RPC/ThriftName.pm
+106 −0 meta/rpc/SAI/RPC/ThriftName/Type.pm
+34 −0 meta/rpc/SAI/RPC/ThriftName/Variable.pm
+46 −0 meta/rpc/SAI/RPC/Type.pm
+38 −0 meta/rpc/SAI/Stats.pm
+84 −0 meta/rpc/SAI/Struct.pm
+70 −0 meta/rpc/SAI/Struct/Member.pm
+173 −0 meta/rpc/SAI/Type.pm
+121 −0 meta/rpc/SAI/Typedef.pm
+50 −0 meta/rpc/SAI/Utils/XMLLoader.pm
+53 −0 meta/rpc/SAI/Variable.pm
+76 −0 meta/rpc/Utils.pm
+106 −0 meta/rpc/Utils/Format.pm
+218 −0 meta/rpc/docs/README.md
+90 −0 meta/rpc/docs/SAI-RPC.md
+21 −0 meta/rpc/docs/SAI-Utils.md
+166 −0 meta/rpc/docs/SAI.md
+57 −0 meta/rpc/docs/Templates.md
+925 −0 meta/sai_rpc_frontend.cpp
+102 −0 meta/templates/gensaiattrs.c.tt
+248 −0 meta/templates/sai.thrift.tt
+487 −0 meta/templates/sai_adapter.py.tt
+172 −0 meta/templates/sai_adapter_utils.tt
+342 −0 meta/templates/sai_rpc_server_functions.tt
+145 −0 meta/templates/sai_rpc_server_helper_functions.tt
+23 −0 meta/templates/sai_thrift_utils.tt
+22 −0 meta/test.pm
+945 −0 ptf/sai_base_test.py
+291 −0 ptf/sai_utils.py
+180 −0 ptf/saitest.py
+1 −0 test/Makefile
+116 −0 test/saithriftv2/Makefile
+40 −0 test/saithriftv2/setup.py
+320 −0 test/saithriftv2/src/saiserver.cpp
+3 −0 test/saithriftv2/src/switch_sai_rpc_server.h

0 comments on commit 6ebcd53

Please sign in to comment.