net/ixgbe: fix MAC VLAN filter fail problem
authorWei Zhao <wei.zhao1@intel.com>
Tue, 8 Aug 2017 06:19:18 +0000 (14:19 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:47 +0000 (02:49 +0200)
commita2ba854ec616b686ae3e16380a47aea1898e9c74
tree1be394085dade9628abb58b73db15a4a36b95717
parent76f5f48c51ccbb5ab696af6ae22a7c1acbe63a07
net/ixgbe: fix MAC VLAN filter fail problem

Add a mode type check for MAC VLAN mode, if fdir is
in this mode, it do not need to do sanity check for x550.

Fixes: dc0c16105d2d ("ixgbe: fix X550 flow director check")
Cc: stable@dpdk.org
Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
drivers/net/ixgbe/ixgbe_fdir.c