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

2020-07-21 Thread Wang, ShougangX
Hi, Jeff > -Original Message- > From: Guo, Jia > Sent: Wednesday, July 22, 2020 1:51 PM > To: Xie, WeiX ; Wang, ShougangX > ; dev@dpdk.org > Cc: Xing, Beilei ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix incorrect hash look up table > >

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

2020-07-21 Thread Wang, ShougangX
Hi, Qi > -Original Message- > From: Zhang, Qi Z > Sent: Wednesday, July 22, 2020 1:31 PM > To: Wang, ShougangX ; dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; Wang, > ShougangX ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] net/i40e: fix incorre

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

2020-07-21 Thread Jeff Guo
...@dpdk.org Subject: [dpdk-dev] [PATCH v2] net/i40e: fix incorrect hash look up table The hash look up table(LUT) will not be initializing when starting testpmd with --disable-rss. So that some invalid queue indexes may still in the LUT. When enable RSS by creating RSS rule, some packets will

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

2020-07-21 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Shougang Wang > Sent: Tuesday, July 21, 2020 1:49 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; Wang, > ShougangX ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/i40e: fix incorrect hash look up table

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

2020-07-20 Thread Xie, WeiX
Tested-by: Zhang, XiX Regards, Xie Wei -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shougang Wang Sent: Tuesday, July 21, 2020 1:49 PM To: dev@dpdk.org Cc: Xing, Beilei ; Guo, Jia ; Wang, ShougangX ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2] net/i40e

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

2020-07-20 Thread Shougang Wang
The hash look up table(LUT) will not be initializing when starting testpmd with --disable-rss. So that some invalid queue indexes may still in the LUT. When enable RSS by creating RSS rule, some packets will not be into the valid queues. This patch fixes this issue by initializing the LUT when crea