Skip to content

Commit

Permalink
update SAI submoule (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoYang authored Feb 22, 2022
1 parent 48fe704 commit 1445cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAI
Submodule SAI updated 64 files
+13 −2 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
+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
+370 −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
+28 −0 ptf/platform_helper/__init__.py
+41 −0 ptf/platform_helper/bfn_sai_helper.py
+267 −0 ptf/platform_helper/brcm_sai_helper.py
+89 −0 ptf/platform_helper/common_sai_helper.py
+28 −0 ptf/platform_helper/mlnx_sai_helper.py
+1,093 −0 ptf/sai_base_test.py
+291 −0 ptf/sai_utils.py
+356 −0 ptf/saisanity.py
+180 −0 ptf/saitest.py
+1 −0 test/Makefile
+119 −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 1445cd5

Please sign in to comment.