Re: [dpdk-dev] [PATCH] net/sfc: do not use RSS context if it is not required

2018-04-26 Thread Ferruh Yigit
On 4/26/2018 5:48 PM, Andrew Rybchenko wrote: > RSS action with only one destination queue and no specific settings > for hash types and key does not require dedicated RSS context and > may be simplified to QUEUE action. > > Signed-off-by: Andrew Rybchenko > Reviewed-by: Roman Zhukov Applied to

[dpdk-dev] [PATCH] net/sfc: do not use RSS context if it is not required

2018-04-26 Thread Andrew Rybchenko
RSS action with only one destination queue and no specific settings for hash types and key does not require dedicated RSS context and may be simplified to QUEUE action. Signed-off-by: Andrew Rybchenko Reviewed-by: Roman Zhukov --- drivers/net/sfc/sfc_flow.c | 11 +++ 1 file changed, 11