Re: [dpdk-dev] [PATCH v7 1/3] ethdev: add level support for RSS offload types

2020-09-01 Thread Ferruh Yigit
On 9/1/2020 4:27 AM, kirankum...@marvell.com wrote: From: Kiran Kumar K This patch reserves 2 bits as input selection to select Inner and outer encapsulation level for RSS computation. It is combined with existing ETH_RSS_* to choose Inner or outer layers. This functionality already exists in r

[dpdk-dev] [PATCH v7 1/3] ethdev: add level support for RSS offload types

2020-08-31 Thread kirankumark
From: Kiran Kumar K This patch reserves 2 bits as input selection to select Inner and outer encapsulation level for RSS computation. It is combined with existing ETH_RSS_* to choose Inner or outer layers. This functionality already exists in rte_flow through level parameter in RSS action configur