Re: [dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-12-16 Thread Adrien Mazarguil
On Thu, Dec 15, 2016 at 12:20:36PM +, Ferruh Yigit wrote: > On 12/8/2016 3:19 PM, Adrien Mazarguil wrote: > > Hi Ferruh, > > > > On Fri, Dec 02, 2016 at 04:58:53PM +, Ferruh Yigit wrote: > >> Hi Adrien, > >> > >> On 11/16/2016 4:23 PM, Adrien Mazarguil wrote: > >>> As previously discussed

Re: [dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-12-15 Thread Ferruh Yigit
On 12/8/2016 3:19 PM, Adrien Mazarguil wrote: > Hi Ferruh, > > On Fri, Dec 02, 2016 at 04:58:53PM +, Ferruh Yigit wrote: >> Hi Adrien, >> >> On 11/16/2016 4:23 PM, Adrien Mazarguil wrote: >>> As previously discussed in RFC v1 [1], RFC v2 [2], with changes >>> described in [3] (also pasted belo

Re: [dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-12-08 Thread Ferruh Yigit
On 12/8/2016 3:19 PM, Adrien Mazarguil wrote: > Hi Ferruh, > > On Fri, Dec 02, 2016 at 04:58:53PM +, Ferruh Yigit wrote: >> Hi Adrien, >> >> On 11/16/2016 4:23 PM, Adrien Mazarguil wrote: >>> As previously discussed in RFC v1 [1], RFC v2 [2], with changes >>> described in [3] (also pasted belo

Re: [dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-12-08 Thread Adrien Mazarguil
Hi Ferruh, On Fri, Dec 02, 2016 at 04:58:53PM +, Ferruh Yigit wrote: > Hi Adrien, > > On 11/16/2016 4:23 PM, Adrien Mazarguil wrote: > > As previously discussed in RFC v1 [1], RFC v2 [2], with changes > > described in [3] (also pasted below), here is the first non-draft series > > for this ne

Re: [dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-12-02 Thread Ferruh Yigit
Hi Adrien, On 11/16/2016 4:23 PM, Adrien Mazarguil wrote: > As previously discussed in RFC v1 [1], RFC v2 [2], with changes > described in [3] (also pasted below), here is the first non-draft series > for this new API. > > Its capabilities are so generic that its name had to be vague, it may be >

[dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-12-01 Thread Adrien Mazarguil
Hi Yulong, On Mon, Nov 28, 2016 at 10:03:53AM +, Pei, Yulong wrote: > Hi Adrien, > > I think that you already did test for your patchset, do you have any > automated test scripts can be shared for validation since there did not have > testpmd flow command documentation yet? No automated

[dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-11-28 Thread Pei, Yulong
Behalf Of Adrien Mazarguil Sent: Thursday, November 17, 2016 12:23 AM To: dev at dpdk.org Cc: Thomas Monjalon ; De Lara Guarch, Pablo ; Olivier Matz Subject: [dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow) As previously discussed in RFC v1 [1], RFC v2 [2], with changes described in [3

[dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-11-21 Thread Nélio Laranjeiro
Hi, I found some small issues: - In rte_flow_error_set(), *cause argument should be const to avoid a compilation error when we implement it. - In port_flow_create(), the flow is not stored in the pf structure which ends by providing a null pointer to port_flow_destroy() function. Reg

[dpdk-dev] [PATCH 00/22] Generic flow API (rte_flow)

2016-11-16 Thread Adrien Mazarguil
As previously discussed in RFC v1 [1], RFC v2 [2], with changes described in [3] (also pasted below), here is the first non-draft series for this new API. Its capabilities are so generic that its name had to be vague, it may be called "Generic flow API", "Generic flow interface" (possibly shortene