examples/tep_term: implement VXLAN processing
authorJijiang Liu <jijiang.liu@intel.com>
Mon, 22 Jun 2015 16:40:59 +0000 (00:40 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 23 Jun 2015 09:31:46 +0000 (11:31 +0200)
commit4abe471ed6fc1003cb03d90c21c53a11d743a71a
tree0c8fddb723fb7daa550cc29fb0979e31fb8c50df
parentf0b85c9837b4f4f8d84df85a5763fcb52c12928e
examples/tep_term: implement VXLAN processing

Implement the VXLAN packet processing functions.

  - VXLAN port configuration

  - VXLAN tunnel setup

  - VXLAN tunnel destroying

  - VXLAN packet processing for Rx side

  - VXLAN packet processing for Tx side

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Signed-off-by: Thomas Long <thomas.long@intel.com>
examples/tep_termination/Makefile
examples/tep_termination/main.c
examples/tep_termination/main.h
examples/tep_termination/vxlan.c [new file with mode: 0644]
examples/tep_termination/vxlan.h
examples/tep_termination/vxlan_setup.c [new file with mode: 0644]
examples/tep_termination/vxlan_setup.h