> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Jeff Guo > Sent: Friday, July 24, 2020 5:55 PM > To: Wang, ShougangX <shougangx.w...@intel.com>; dev@dpdk.org > Cc: Xing, Beilei <beilei.x...@intel.com>; Yang, Qiming > <qiming.y...@intel.com>; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6] net/i40e: fix incorrect hash look up table > > Acked-by: Jeff Guo <jia....@intel.com> > > 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 LUT whatever RSS > > enabled or not. > > > > Fixes: feaae285b342 ("net/i40e: support hash configuration in RSS > > flow") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Shougang Wang <shougangx.w...@intel.com> > > Tested-by: Zhang, XiX <xix.zh...@intel.com>
Applied to dpdk-next-net-intel. Thanks Qi