net/ixgbe: add support for VLAN in IP mode FDIR
authorWei Zhao <wei.zhao1@intel.com>
Wed, 13 Jun 2018 08:09:55 +0000 (16:09 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 2 Jul 2018 23:35:57 +0000 (01:35 +0200)
commit2ee9fecfc3f449d6c2596cf34517d5728b541ee9
tree69c420f1aae44765d7ce8cc56ff8982c2f1ad27b
parent81432e9061c65b372570e95874cca70afef04ed4
net/ixgbe: add support for VLAN in IP mode FDIR

In IP mode FDIR, X550 can support not only 4 tuple parameters
but also vlan tci in protocol, so add this feature to flow parser.

Fixes: 11777435c727 ("net/ixgbe: parse flow director filter")
Cc: stable@dpdk.org
Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/ixgbe_flow.c