Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-10-05 Thread Rybalchenko, Kirill
y ; Xing, Beilei > ; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow > type for flow director > > On 10/4/2017 6:56 PM, Thomas Monjalon wrote: > > 04/10/2017 19:44, Ferruh Yigit: > >> On 10/4/2017 5:57 PM, Thomas Monjalon wrote: > &

Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-10-04 Thread Thomas Monjalon
04/10/2017 21:47, Ferruh Yigit: > On 10/4/2017 6:56 PM, Thomas Monjalon wrote: > > 04/10/2017 19:44, Ferruh Yigit: > >> On 10/4/2017 5:57 PM, Thomas Monjalon wrote: > >>> 03/10/2017 21:02, Ferruh Yigit: > On 9/20/2017 9:42 AM, Kirill Rybalchenko wrote: > > For complex packets use raw flow

Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-10-04 Thread Ferruh Yigit
On 10/4/2017 6:56 PM, Thomas Monjalon wrote: > 04/10/2017 19:44, Ferruh Yigit: >> On 10/4/2017 5:57 PM, Thomas Monjalon wrote: >>> 03/10/2017 21:02, Ferruh Yigit: On 9/20/2017 9:42 AM, Kirill Rybalchenko wrote: > For complex packets use raw flow type with pre-constructed packet buffer

Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-10-04 Thread Thomas Monjalon
04/10/2017 19:44, Ferruh Yigit: > On 10/4/2017 5:57 PM, Thomas Monjalon wrote: > > 03/10/2017 21:02, Ferruh Yigit: > >> On 9/20/2017 9:42 AM, Kirill Rybalchenko wrote: > >>> For complex packets use raw flow type with pre-constructed packet buffer > >>> instead of creating a packet internally in PMD

Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-10-04 Thread Ferruh Yigit
On 10/4/2017 5:57 PM, Thomas Monjalon wrote: > 03/10/2017 21:02, Ferruh Yigit: >> On 9/20/2017 9:42 AM, Kirill Rybalchenko wrote: >>> For complex packets use raw flow type with pre-constructed packet buffer >>> instead of creating a packet internally in PMD. > > Sorry for not catching this series

Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-10-04 Thread Thomas Monjalon
03/10/2017 21:02, Ferruh Yigit: > On 9/20/2017 9:42 AM, Kirill Rybalchenko wrote: > > For complex packets use raw flow type with pre-constructed packet buffer > > instead of creating a packet internally in PMD. Sorry for not catching this series before. As it has been said several times on this m

Re: [dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-10-03 Thread Ferruh Yigit
On 9/20/2017 9:42 AM, Kirill Rybalchenko wrote: > For complex packets use raw flow type with pre-constructed packet buffer > instead of creating a packet internally in PMD. > > v2: > Fixed code style, comment added > > Kirill Rybalchenko (2): > ethdev: add support for raw flow type for flow dir

[dpdk-dev] [PATCH v2 0/2] ethdev: add support for raw flow type for flow director

2017-09-20 Thread Kirill Rybalchenko
For complex packets use raw flow type with pre-constructed packet buffer instead of creating a packet internally in PMD. v2: Fixed code style, comment added Kirill Rybalchenko (2): ethdev: add support for raw flow type for flow director net/i40e: add support for raw flow type for flow directo