Re: [lng-odp] [PATCH v2 1/2] linux-gen: dpdk: handle minimum rx burst size

2017-05-23 Thread Yi He
For this patch series: Reviewed-by: Yi He On 22 May 2017 at 19:56, Matias Elo wrote: > Both ixgbe and i40e dpdk drivers have a minimum supported rx burst size of > four. Additionally, update driver names to match dpdk v17.02. > > Signed-off-by: Matias Elo > --- > platform/linux-generic/incl

[lng-odp] [PATCH v2 1/2] linux-gen: dpdk: handle minimum rx burst size

2017-05-22 Thread Matias Elo
Both ixgbe and i40e dpdk drivers have a minimum supported rx burst size of four. Additionally, update driver names to match dpdk v17.02. Signed-off-by: Matias Elo --- platform/linux-generic/include/odp_packet_dpdk.h | 4 ++-- platform/linux-generic/pktio/dpdk.c | 21 +++