Re: [dpdk-dev] [PATCH v2] net/i40e: add support for packet template to flow director

2017-10-24 Thread Ferruh Yigit
On 10/24/2017 11:02 AM, Ferruh Yigit wrote: > On 10/24/2017 7:08 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: >> >> Fix documentation according to doxygen style comments. >> Fix

Re: [dpdk-dev] [PATCH v2] net/i40e: add support for packet template to flow director

2017-10-24 Thread Ferruh Yigit
On 10/24/2017 7:08 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: > > Fix documentation according to doxygen style comments. > Fix compilation warnings for clang target. > > Signed

[dpdk-dev] [PATCH v2] net/i40e: add support for packet template to flow director

2017-10-24 Thread Kirill Rybalchenko
For complex packets use raw flow type with pre-constructed packet buffer instead of creating a packet internally in PMD. v2: Fix documentation according to doxygen style comments. Fix compilation warnings for clang target. Signed-off-by: Kirill Rybalchenko --- drivers/net/i40e/i40e_ethdev.h