Re: [dpdk-dev] [RFC 17.08] Flow classification library

2017-05-17 Thread Ferruh Yigit
gt;> Subject: Re: [dpdk-dev] [RFC 17.08] Flow classification library >> >> On 5/6/2017 3:04 PM, Morten Brørup wrote: >>> Carthago delenda est: Again with the callbacks... why not just let the >> application call the library's processing functions where appropr

Re: [dpdk-dev] [RFC 17.08] Flow classification library

2017-05-09 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Tuesday, May 9, 2017 3:38 PM > To: Morten Brørup; Mcnamara, John; dev@dpdk.org > Cc: Tahhan, Maryam; Gaëtan Rivet > Subject: Re: [dpdk-dev] [RFC 17.08] Flow classification l

Re: [dpdk-dev] [RFC 17.08] Flow classification library

2017-05-09 Thread Ferruh Yigit
en Brørup > > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Mcnamara, John >> Sent: Wednesday, May 3, 2017 11:16 AM >> To: dev@dpdk.org >> Cc: Tahhan, Maryam; Gaëtan Rivet; Yigit, Ferruh >> Subject: Re: [dpdk-dev] [RFC

Re: [dpdk-dev] [RFC 17.08] Flow classification library

2017-05-09 Thread Ferruh Yigit
On 4/21/2017 11:38 AM, Gaëtan Rivet wrote: > Hi Ferruh, > > On Thu, Apr 20, 2017 at 07:54:47PM +0100, Ferruh Yigit wrote: >> DPDK works with packets, but some network administration tools works based on >> flow information. >> >> This library is suggested to provide helper APIs to convert packet b

Re: [dpdk-dev] [RFC 17.08] Flow classification library

2017-05-06 Thread Morten Brørup
ryam; Gaëtan Rivet; Yigit, Ferruh > Subject: Re: [dpdk-dev] [RFC 17.08] Flow classification library > > > > > -Original Message- > > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > > Sent: Friday, April 21, 2017 11:38 AM > > To: Yigit, Ferruh >

Re: [dpdk-dev] [RFC 17.08] Flow classification library

2017-05-03 Thread Mcnamara, John
> -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Friday, April 21, 2017 11:38 AM > To: Yigit, Ferruh > Cc: dev@dpdk.org; Mcnamara, John ; Tahhan, Maryam > > Subject: Re: [dpdk-dev] [RFC 17.08] Flow classification library > An

Re: [dpdk-dev] [RFC 17.08] Flow classification library

2017-04-21 Thread Gaëtan Rivet
Hi Ferruh, On Thu, Apr 20, 2017 at 07:54:47PM +0100, Ferruh Yigit wrote: DPDK works with packets, but some network administration tools works based on flow information. This library is suggested to provide helper APIs to convert packet based information to the flow records. Library header file

[dpdk-dev] [RFC 17.08] Flow classification library

2017-04-20 Thread Ferruh Yigit
DPDK works with packets, but some network administration tools works based on flow information. This library is suggested to provide helper APIs to convert packet based information to the flow records. Library header file has more comments on how library works and provided APIs. Packets to flow c