examples/tep_term: fix offload on VXLAN
authorJianfeng Tan <jianfeng.tan@intel.com>
Thu, 4 Aug 2016 07:58:48 +0000 (07:58 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 13 Oct 2016 12:37:48 +0000 (14:37 +0200)
commit67b9708f569abf2001de0558cd3fa3c236c45fb2
tree396839e006e4f4d2dabc2aea16d8f853d5070633
parent4cbcb7cacaf43a62b38e43c32d69b949dc1d63d8
examples/tep_term: fix offload on VXLAN

Based on previous fix of offload on VXLAN using i40e, applications
need to set proper tunneling type on ol_flags so that i40e driver
can pass it to NIC.

Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample")

Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
examples/tep_termination/vxlan.c