Re: [dpdk-dev] [PATCH v2] net/i40e: fix argument in RSS action

2020-12-17 Thread Chen, BoX C
1:20 > To: Amber, Kumar ; dev@dpdk.org; Chen, BoX C > > Cc: Zhao1, Wei > Subject: RE: [dpdk-dev] [PATCH v2] net/i40e: fix argument in RSS action > > Hi, > > According to Bo's test, this fix patch will cause other cases fail, so NACK. > @Bo, could you please deta

Re: [dpdk-dev] [PATCH v2] net/i40e: fix argument in RSS action

2020-12-16 Thread Xing, Beilei
k.org > Cc: Zhao1, Wei > Subject: [dpdk-dev] [PATCH v2] net/i40e: fix argument in RSS action > > The driver must check for the queue number in the RSS action list and if not > should return with a proper error message to user. > > Bugzilla ID: 573 > Fixes: 9486d60b94b5 (

[dpdk-dev] [PATCH v2] net/i40e: fix argument in RSS action

2020-11-11 Thread Kumar Amber
The driver must check for the queue number in the RSS action list and if not should return with a proper error message to user. Bugzilla ID: 573 Fixes: 9486d60b94b5 ("net/i40e: fix flow RSS queue index check") Cc: wei.zh...@intel.com Signed-off-by: Kumar Amber --- drivers/net/i40e/i40e_flow.c |