[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Thomas Monjalon
t; > > > Richardson > > > > > > Sent: Wednesday, February 24, 2016 10:10 AM > > > > > > To: Thomas Monjalon > > > > > > Cc: dev at dpdk.org; Kantecki, Tomasz > > > > > > Subject: Re: [dpdk-dev] [PATCH] eal: Initial implementa

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Ananyev, Konstantin
ary 24, 2016 10:10 AM > > > > > To: Thomas Monjalon > > > > > Cc: dev at dpdk.org; Kantecki, Tomasz > > > > > Subject: Re: [dpdk-dev] [PATCH] eal: Initial implementation of PQoS > > > > > EAL extension > > > > > >

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Ananyev, Konstantin
ev, Konstantin > > > Cc: Richardson, Bruce; dev at dpdk.org; Kantecki, Tomasz > > > Subject: Re: [dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL > > > extension > > > > > > 2016-02-24 10:22, Ananyev, Konstantin: > > > > >

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Thomas Monjalon
Behalf Of Bruce Richardson > > > > Sent: Wednesday, February 24, 2016 10:10 AM > > > > To: Thomas Monjalon > > > > Cc: dev at dpdk.org; Kantecki, Tomasz > > > > Subject: Re: [dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL >

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Thomas Monjalon
gt; > Subject: Re: [dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL > > extension > > > > On Wed, Feb 24, 2016 at 09:24:33AM +0100, Thomas Monjalon wrote: > > > 2016-02-23 23:03, Kantecki, Tomasz: > > > > > From: Thomas Monjalon [mailto:thom

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Thomas Monjalon
2016-02-24 10:10, Bruce Richardson: > On Wed, Feb 24, 2016 at 09:24:33AM +0100, Thomas Monjalon wrote: > > 2016-02-23 23:03, Kantecki, Tomasz: > > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > If there is nothing specific in DPDK for PQos, why writing an example in > > > >

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Ananyev, Konstantin
> To: Thomas Monjalon > > > Cc: dev at dpdk.org; Kantecki, Tomasz > > > Subject: Re: [dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL > > > extension > > > > > > On Wed, Feb 24, 2016 at 09:24:33AM +0100, Thomas Monjalon wrote: > > > &

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Bruce Richardson
On Wed, Feb 24, 2016 at 11:31:47AM +0100, Thomas Monjalon wrote: > 2016-02-24 10:10, Bruce Richardson: > > On Wed, Feb 24, 2016 at 09:24:33AM +0100, Thomas Monjalon wrote: > > > 2016-02-23 23:03, Kantecki, Tomasz: > > > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > > If th

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, February 24, 2016 10:10 AM > To: Thomas Monjalon > Cc: dev at dpdk.org; Kantecki, Tomasz > Subject: Re: [dpdk-dev] [PATCH] eal: Initial implemen

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Bruce Richardson
On Wed, Feb 24, 2016 at 09:24:33AM +0100, Thomas Monjalon wrote: > 2016-02-23 23:03, Kantecki, Tomasz: > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > If there is nothing specific in DPDK for PQos, why writing an example in > > > DPDK? > > The example makes it much easier to

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-24 Thread Thomas Monjalon
2016-02-23 23:03, Kantecki, Tomasz: > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > If there is nothing specific in DPDK for PQos, why writing an example in > > DPDK? > The example makes it much easier to use the technology with DPDK. > > > Maybe the example should be better in

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-23 Thread Kantecki, Tomasz
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > If there is nothing specific in DPDK for PQos, why writing an example in > DPDK? The example makes it much easier to use the technology with DPDK. > Maybe the example should be better in the library itself. The library in question (ht

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-23 Thread Thomas Monjalon
2016-02-23 10:03, Kantecki, Tomasz: > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > Are you OK with concept behind V2 PQoS patch as described above? > > > > So you mean that PQoS don't really need some DPDK integration? > > You just want to show how to use it with DPDK? > >

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-23 Thread Kantecki, Tomasz
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Are you OK with concept behind V2 PQoS patch as described above? > > So you mean that PQoS don't really need some DPDK integration? > You just want to show how to use it with DPDK? You are correct. The technology can be used withou

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-22 Thread Thomas Monjalon
2016-02-22 13:12, Kantecki, Tomasz: > Off the mail list, we received feedback that extending EAL commands is not an > option due to Intel Architecture nature of CAT. > Consequently, we changed direction when working on V2 PQoS patches in roder > to: > - reduce DPDK PQoS code print and reuse exis

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-22 Thread Kantecki, Tomasz
> EAL should not depend on the PQoS library. > Please could you hook the command line parsing and help to add these new > options from outside? Thanks for the feedback - we heard about dependency problem from a few sources. > The command line options may be convenient in some cases but not > stra

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-02-16 Thread Thomas Monjalon
2016-01-29 13:29, Wojciech Andralojc: > EAL extension allows CAT and CDP technologies to be > configured via "--l3ca*" parameters. EAL should not depend on the PQoS library. Please could you hook the command line parsing and help to add these new options from outside? > Reworking existing applica

[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension

2016-01-29 Thread Wojciech Andralojc
EAL extension allows CAT and CDP technologies to be configured via "--l3ca*" parameters. Reworking existing applications to make use of DPDK PQoS library is a heavy lift. This EAL extension is to make it easier by adding new command line options. These new options allow to leverage CAT and CDP tech