Skip to content

Commit

Permalink
resync control-plane/PI to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Dodd committed Mar 23, 2017
1 parent 07b76d8 commit 3f44f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/PI
Submodule PI updated 66 files
+31 −24 CLI/table_common.c
+8 −8 CLI/table_dump.c
+1 −1 CLI/utils.c
+6 −4 examples/example_1.c
+7 −5 examples/example_2.c
+2 −2 frontends_extra/cpp/example/example.cpp
+22 −13 frontends_extra/cpp/src/tables.cpp
+18 −16 generators/fe_defines.c
+7 −27 generators/pd/gen_pd.py
+1 −2 generators/pd/templates/src/pd_tables.c
+1 −3 include/Makefile.am
+0 −17 include/PI/int/pi_int.h
+9 −4 include/PI/p4info.h
+7 −1 include/PI/p4info/actions.h
+0 −56 include/PI/p4info/field_list.h
+0 −51 include/PI/p4info/fields.h
+27 −12 include/PI/p4info/tables.h
+3 −0 include/PI/pi.h
+2 −5 include/PI/pi_base.h
+12 −10 include/PI/pi_value.h
+1 −1 proto/Makefile.am
+0 −3 proto/PI/proto/util.h
+1 −0 proto/configure.ac
+3 −21 proto/demo_grpc/Makefile.am
+8 −7 proto/demo_grpc/simple_router_mgr.cpp
+2 −2 proto/demo_grpc/test_perf.cpp
+6 −0 proto/frontend/Makefile.am
+7 −8 proto/frontend/src/device_mgr.cpp
+0 −32 proto/p4/config/p4info.proto
+44 −78 proto/p4info/p4info_to_and_from_proto.cpp
+19 −0 proto/server/Makefile.am
+0 −0 proto/server/PI/proto/pi_server.h
+0 −0 proto/server/pi_server.cpp
+0 −6 proto/src/util.cpp
+5 −9 proto/tests/test_proto_fe.cpp
+0 −4 src/Makefile.am
+28 −120 src/config_readers/bmv2_json_reader.c
+21 −81 src/config_readers/native_json_reader.c
+21 −15 src/frontends/generic/pi.c
+33 −38 src/p4info/actions.c
+0 −160 src/p4info/field_list.c
+0 −46 src/p4info/field_list_int.h
+0 −129 src/p4info/fields.c
+0 −42 src/p4info/fields_int.h
+0 −16 src/p4info/p4info.c
+21 −0 src/p4info/p4info_common.c
+5 −0 src/p4info/p4info_common.h
+4 −2 src/p4info/p4info_name_map.c
+3 −2 src/p4info/p4info_name_map.h
+47 −2 src/p4info/p4info_struct.c
+2 −3 src/p4info/p4info_struct.h
+102 −38 src/p4info/tables.c
+2 −1 src/p4info/tables_int.h
+12 −3 src/p4info_int.h
+6 −29 src/pi.c
+30 −22 src/pi_value.c
+3 −2 targets/bmv2/action_helpers.cpp
+1 −1 targets/bmv2/common.h
+13 −22 targets/bmv2/pi_learn_imp.cpp
+10 −8 targets/bmv2/pi_tables_imp.cpp
+0 −1 tests/Makefile.am
+9 −13 tests/frontends/generic/test.c
+2 −40 tests/test_bmv2_json_reader.c
+39 −34 tests/test_getnetv.c
+107 −188 tests/test_p4info.c
+0 −62 tests/testdata/pi_omit.json

0 comments on commit 3f44f09

Please sign in to comment.