Re: [dpdk-dev] [PATCH 1/2] ethdev: add capability control API

2017-02-22 Thread Hemant Agrawal
On 2/21/2017 6:15 PM, Jerin Jacob wrote: On Fri, Feb 10, 2017 at 02:05:49PM +, Cristian Dumitrescu wrote: The rte_flow feature breaks the current monolithic approach for ethdev and introduces the new generic flow API to ethdev using a plugin-like approach. Basically, the rte_flow API is sti

Re: [dpdk-dev] [PATCH 1/2] ethdev: add capability control API

2017-02-21 Thread Jerin Jacob
On Fri, Feb 10, 2017 at 02:05:49PM +, Cristian Dumitrescu wrote: > The rte_flow feature breaks the current monolithic approach for ethdev and > introduces the new generic flow API to ethdev using a plugin-like approach. > > Basically, the rte_flow API is still logically part of ethdev: > - It

Re: [dpdk-dev] [PATCH 1/2] ethdev: add capability control API

2017-02-13 Thread Dumitrescu, Cristian
> -Original Message- > From: Wiles, Keith > Sent: Saturday, February 11, 2017 1:07 PM > To: Jerin Jacob > Cc: Dumitrescu, Cristian ; dev@dpdk.org; > thomas.monja...@6wind.com; hemant.agra...@nxp.com > Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: add capability con

Re: [dpdk-dev] [PATCH 1/2] ethdev: add capability control API

2017-02-11 Thread Wiles, Keith
> On Feb 11, 2017, at 12:38 AM, Jerin Jacob > wrote: > > On Fri, Feb 10, 2017 at 02:05:49PM +, Cristian Dumitrescu wrote: >> The rte_flow feature breaks the current monolithic approach for ethdev and >> introduces the new generic flow API to ethdev using a plugin-like approach. >> >> Basic

Re: [dpdk-dev] [PATCH 1/2] ethdev: add capability control API

2017-02-10 Thread Jerin Jacob
On Fri, Feb 10, 2017 at 02:05:49PM +, Cristian Dumitrescu wrote: > The rte_flow feature breaks the current monolithic approach for ethdev and > introduces the new generic flow API to ethdev using a plugin-like approach. > > Basically, the rte_flow API is still logically part of ethdev: > - It

Re: [dpdk-dev] [PATCH 1/2] ethdev: add capability control API

2017-02-10 Thread Wiles, Keith
> On Feb 10, 2017, at 8:06 AM, Cristian Dumitrescu > wrote: > > The rte_flow feature breaks the current monolithic approach for ethdev and > introduces the new generic flow API to ethdev using a plugin-like approach. > > Basically, the rte_flow API is still logically part of ethdev: > - It ex

[dpdk-dev] [PATCH 1/2] ethdev: add capability control API

2017-02-10 Thread Cristian Dumitrescu
The rte_flow feature breaks the current monolithic approach for ethdev and introduces the new generic flow API to ethdev using a plugin-like approach. Basically, the rte_flow API is still logically part of ethdev: - It extends the ethdev functionality: rte_flow is a new feature/capability of eth