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

2020-05-12 Thread Jeff Guo
hi, shougang On 4/24/2020 5:36 PM, 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 --- v2: -Update the v

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

2020-04-24 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 --- v2: -Update the various name. --- drivers/net/i40e/i40e_flow.c | 34 +++