Add GTP-U plugin. VPP-694 50/6150/23
authorHongjun Ni <hongjun.ni@intel.com>
Wed, 12 Apr 2017 11:21:16 +0000 (19:21 +0800)
committerNeale Ranns <nranns@cisco.com>
Mon, 15 May 2017 19:34:00 +0000 (19:34 +0000)
commitef486b1545d892f9f0e0d35e7e57cb0ca04d7ff7
treeb3515744ed55a55b76c805a0cb4c6cf552efd0df
parente50ed1de1e22dfa04de26fa2a471a703c1b6ed8f
Add GTP-U plugin. VPP-694

Basic GTP-U feature

Change-Id: I31226f890a92c5303ac06e112ed7820cae52d9bd
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
20 files changed:
src/configure.ac
src/plugins/Makefile.am
src/plugins/gtpu.am [new file with mode: 0644]
src/plugins/gtpu/gtpu.api [new file with mode: 0644]
src/plugins/gtpu/gtpu.c [new file with mode: 0644]
src/plugins/gtpu/gtpu.h [new file with mode: 0644]
src/plugins/gtpu/gtpu_all_api_h.h [new file with mode: 0644]
src/plugins/gtpu/gtpu_api.c [new file with mode: 0644]
src/plugins/gtpu/gtpu_decap.c [new file with mode: 0644]
src/plugins/gtpu/gtpu_encap.c [new file with mode: 0644]
src/plugins/gtpu/gtpu_error.def [new file with mode: 0644]
src/plugins/gtpu/gtpu_msg_enum.h [new file with mode: 0644]
src/plugins/gtpu/gtpu_test.c [new file with mode: 0644]
src/vnet/mfib/mfib_types.h
src/vnet/udp/udp.h
src/vpp-api/java/Makefile.am
src/vpp-api/java/jvpp-gtpu/jvpp_gtpu.c [new file with mode: 0644]
src/vpp-api/java/jvpp-gtpu/jvpp_gtpu.h [new file with mode: 0644]
test/test_gtpu.py [new file with mode: 0644]
test/vpp_papi_provider.py