net: move TCP flags from ethdev header
authorMorten Brørup <mb@smartsharesystems.com>
Fri, 21 Jun 2019 10:55:06 +0000 (12:55 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 3 Jul 2019 10:57:30 +0000 (12:57 +0200)
commitf0c2dc8201d68aa9a48639c933adf9156ebc32d7
treeafeaa0624f3d3d07bd0bd49d7d09955cb6c0fa6b
parent575e0fd1a0b33b5b6c977f743fd4ba27b3523517
net: move TCP flags from ethdev header

TCP flags were moved to the TCP header file from the Ethernet control
header file, and the RTE prefix was added to their names.

Missing TCP ECN flags were added.

The ALL mask did not include TCP ECN flags, so it was renamed to reflect
that it applies to N-tuple filtering only.

Updated other files affected by the renaming accordingly.

Signed-off-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/cmdline.c
drivers/net/e1000/igb_ethdev.c
drivers/net/e1000/igb_flow.c
drivers/net/ixgbe/ixgbe_flow.c
lib/librte_ethdev/rte_eth_ctrl.h
lib/librte_gro/gro_tcp4.c
lib/librte_gro/gro_vxlan_tcp4.c
lib/librte_net/rte_tcp.h