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

2020-09-01 Thread Ferruh Yigit
On 8/29/2020 3:52 PM, Andrew Rybchenko wrote: On 8/21/20 2:03 PM, kirankum...@marvell.com wrote: From: Kiran Kumar K This patch reserves 2 bits as input selection to select Inner and outer layers for RSS computation. It is combined with existing ETH_RSS_* to choose Inner or outer layers for L2

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

2020-08-29 Thread Andrew Rybchenko
On 8/21/20 2:03 PM, kirankum...@marvell.com wrote: > From: Kiran Kumar K > > This patch reserves 2 bits as input selection to select Inner and > outer layers for RSS computation. It is combined with existing > ETH_RSS_* to choose Inner or outer layers for L2, L3 and L4. > This functionality alrea

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

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