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

2020-09-18 Thread Ferruh Yigit
On 9/17/2020 7:56 PM, Ajit Khaparde wrote: On Thu, Sep 17, 2020 at 2:36 AM Andrew Rybchenko wrote: On 9/17/20 5:07 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 co

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

2020-09-17 Thread Ajit Khaparde
On Thu, Sep 17, 2020 at 2:36 AM Andrew Rybchenko wrote: > > On 9/17/20 5:07 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_

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

2020-09-17 Thread Andrew Rybchenko
On 9/17/20 5:07 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 ex

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

2020-09-16 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