examples/tep_term: add structures for VXLAN processing
authorJijiang Liu <jijiang.liu@intel.com>
Mon, 22 Jun 2015 16:40:58 +0000 (00:40 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 23 Jun 2015 09:30:47 +0000 (11:30 +0200)
commitf0b85c9837b4f4f8d84df85a5763fcb52c12928e
tree0af95b1c2b750583faf007db11bb62f904efc4f1
parent16bd87904fbbe476f98d6b39f7b1aeb2ad983811
examples/tep_term: add structures for VXLAN processing

Add the common APIs of tunneling packet processing.

We are trying to create a framework for tunneling packet processing, which includes

  - Tunnel port configuration

  - Tunnel setup

  - Tunnel destroying

  - Tunneling packet processing for Rx side

  - Tunneling packet processing for Tx side

  - Tunnel parameter processing

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