ixgbe: fix supported flow types
authorJingjing Wu <jingjing.wu@intel.com>
Fri, 6 Mar 2015 09:36:13 +0000 (17:36 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 10 Mar 2015 15:44:54 +0000 (16:44 +0100)
commit0ef38281f995b1999c97ff81d507732e9ca6d4af
tree530c1258be1e9baae9ce07948d69cfc61e90aa06
parent8210ec2572ae887f76a3dff1e44f2c253d8e5616
ixgbe: fix supported flow types

Ixgbe doesn't support the ipv4-frag and ipv6-frag flow types, remove them.
Ixgbe doesn't support configure flex mask on each kind of flow type, this
patch uses RTE_ETH_FLOW_UNKNOWN to specify global flex mask setting.
This patch also changes the string "raw" to "none" to indicate flex mask
setting unrelated with flow type in testpmd for ixgbe.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
app/test-pmd/cmdline.c
lib/librte_pmd_ixgbe/ixgbe_fdir.c