mbuf: remove UDP tunnel flag
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 13 Feb 2015 09:22:36 +0000 (10:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Feb 2015 18:21:17 +0000 (19:21 +0100)
commitc9433176b32a34ee2f44f4edce5236e9f13110a1
tree31780b33f1985467a8b2584e499b74a8f73ccb9d
parent59cfa76a22c2bcd0999a0c971219ac35ee1bc15d
mbuf: remove UDP tunnel flag

Since previous commit, the flag PKT_TX_UDP_TUNNEL_PKT is not used by any PMD,
remove it from mbuf API and from csumonly (testpmd). In csumonly, the
PKT_TX_OUTER_IP_CKSUM flag is already set for vxlan checksum, providing
enough information to the underlying driver.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Jijiang Liu <jijiang.liu@intel.com>
app/test-pmd/csumonly.c
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf.h
lib/librte_pmd_i40e/i40e_rxtx.c