Re: [dpdk-dev] [PATCH] net/ixgbe: disable NFS filtering

2021-01-21 Thread Yu, DapengX
Hi Jia, The change in commit:b826efba6de4 does follow the x540 datasheet, but is not consistent with the latest ixgbe kernel driver(v5.10.2). In ixgbe_main.c(kernel driver), there are the following code, without any precondition. I think the author think NFS packet shall not be filtered in any

Re: [dpdk-dev] [PATCH] net/ixgbe: disable NFS filtering

2021-01-21 Thread Guo, Jia
Hi, dapeng > -Original Message- > From: dapengx...@intel.com > Sent: Wednesday, January 20, 2021 5:27 PM > To: Guo, Jia ; Wang, Haiyue ; > Yang, Qiming > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH] net/ixgbe: disable NFS filtering > > From: Dapeng Yu > > Disable

[dpdk-dev] [PATCH] net/ixgbe: disable NFS filtering

2021-01-20 Thread dapengx . yu
From: Dapeng Yu Disable NFS header filtering whether NFS packets coalescing are required or not. This behavior is aligned with ixgbe kernel driver. Fixes: b826efba6de4 ("net/ixgbe: align register setting when RSC is disabled") Cc: sta...@dpdk.org Signed-off-by: Dapeng Yu --- drivers/net/ixgb