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

2020-07-17 Thread Jeff Guo
] 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 queues in LUT will be invalid if rx queues is less than last time. When enable RSS by creating RSS rule, some packets will not be into the valid

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

2020-07-15 Thread Chen, BoX C
Tested-by: zhang,xi Regards, Chen Bo > -Original Message- > From: dev On Behalf Of Shougang Wang > Sent: July 15, 2020 14:35 > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; Wang, > ShougangX ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e: fix incorre

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

2020-07-14 Thread Shougang Wang
The hash look up table(LUT) will not be initializing when starting testpmd with --disable-rss. So that some queues in LUT will be invalid if rx queues is less than last time. When enable RSS by creating RSS rule, some packets will not be into the valid queues. This patch fixes this issue by initial