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

2020-07-24 Thread Xie, WeiX
v5] net/i40e: fix incorrect hash look up table 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

[dpdk-dev] [PATCH v5] 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: