net/ixgbe: disable NFS filtering
authorDapeng Yu <dapengx.yu@intel.com>
Tue, 26 Jan 2021 03:03:08 +0000 (11:03 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Jan 2021 17:16:08 +0000 (18:16 +0100)
commit68643843e79d2df54e8a6c148a29fd314a5e7897
tree170c00502372c886ff813006edb0ff9a3b0bce7a
parentf3bbf08fafa51ce70451b8f4b6bbe8d1673df366
net/ixgbe: disable NFS filtering

Disable NFS header filtering whether NFS packets coalescing are
required or not, in order to make RSS can work on NFS packets.

The code without the patch does follow datasheet, but not consistent
with the ixgbe kernel driver. It causes NFS packets to be filtered
and make them flow into queue 0, before RSS can work on them.

Fixes: b826efba6de4 ("net/ixgbe: align register setting when RSC is disabled")
Fixes: 8eecb3295aed ("ixgbe: add LRO support")
Cc: stable@dpdk.org
Signed-off-by: Dapeng Yu <dapengx.yu@intel.com>
Acked-by: Jeff Guo <jia.guo@intel.com>
drivers/net/ixgbe/ixgbe_rxtx.c