Re: [dpdk-dev] [PATCH v4] net/i40e: fix queue region issue in RSS flow

2020-05-17 Thread Xu, HailinX
Tested-by: Xu, Hailin Regards, Xu, Hailin -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shougang Wang Sent: Friday, May 15, 2020 3:33 PM To: dev@dpdk.org Cc: Wang, ShougangX ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v4] net/i40e: fix queue region issue in

Re: [dpdk-dev] [PATCH v4] net/i40e: fix queue region issue in RSS flow

2020-05-17 Thread Ye Xiaolong
On 05/15, Shougang Wang wrote: >This patch fixes the issue that the queue region does not >take effect due to incorrectly setting the flow type. > >Fixes: ecad87d22383 ("net/i40e: move RSS to flow API") >Cc: sta...@dpdk.org > >Signed-off-by: Shougang Wang >Reviewed-by: Jeff Guo >Tested-by: Hailin

[dpdk-dev] [PATCH v4] net/i40e: fix queue region issue in RSS flow

2020-05-15 Thread Shougang Wang
This patch fixes the issue that the queue region does not take effect due to incorrectly setting the flow type. Fixes: ecad87d22383 ("net/i40e: move RSS to flow API") Cc: sta...@dpdk.org Signed-off-by: Shougang Wang Reviewed-by: Jeff Guo Tested-by: Hailin Xu Tested-by: Lunyuan Cui --- v4: -re