Re: [dpdk-dev] [PATCH] net/ixgbe: fix RSS flow return error

2018-10-23 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Monday, October 22, 2018 10:38 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; sta...@dpdk.org; Peng, Yuan > ; Zhao1, Wei > Subject: [PATCH] net/ixgbe: fix RSS flow return error > > If hash function is 0, it should disable RSS then return 0. >

Re: [dpdk-dev] [PATCH] net/ixgbe: fix RSS flow return error

2018-10-22 Thread Peng, Yuan
Tested-by: Peng, Yuan - Tested Branch: master - Tested Commit: 739e13bcc98f562d3301f808ec76507ebae82e63 - OS: 4.5.5-300.fc24.x86_64 - GCC: gcc (GCC) 5.3.1 20151207 (Red Hat 5.3.1-2) - CPU: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz - NIC: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Conne

[dpdk-dev] [PATCH] net/ixgbe: fix RSS flow return error

2018-10-22 Thread Wei Zhao
If hash function is 0, it should disable RSS then return 0. Fixes: 518cc3927b13 ("net/ixgbe: move RSS to flow API") Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ixgbe_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/i

[dpdk-dev] [PATCH] net/ixgbe: fix RSS flow return error

2018-10-22 Thread Wei Zhao
From: Zhao Wei If hash function is 0, it should disable RSS then return 0. Fixes: 518cc3927b13 ("net/ixgbe: move RSS to flow API") Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ixgbe_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/dr