Re: [dpdk-dev] [PATCH v6] net/i40e: fix incorrect hash look up table

2020-07-24 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Jeff Guo > Sent: Friday, July 24, 2020 5:55 PM > To: Wang, ShougangX ; dev@dpdk.org > Cc: Xing, Beilei ; Yang, Qiming > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6] net/i40e: fix incorrect hash look up table &g

Re: [dpdk-dev] [PATCH v6] net/i40e: fix incorrect hash look up table

2020-07-24 Thread Jeff Guo
Acked-by: Jeff Guo On 7/24/2020 5:38 PM, Shougang Wang wrote: The hash look up table (LUT) is managed by global register but it is not initialized when RSS is disabled. Once user wants to enable RSS during runtime, the LUT will not be initialized. This patch fixes the issue by initializing the

[dpdk-dev] [PATCH v6] net/i40e: fix incorrect hash look up table

2020-07-24 Thread Shougang Wang
The hash look up table (LUT) is managed by global register but it is not initialized when RSS is disabled. Once user wants to enable RSS during runtime, the LUT will not be initialized. This patch fixes the issue by initializing the LUT whatever RSS enabled or not. Fixes: feaae285b342 ("net/i40e: