Re: [dpdk-dev] [PATCH v2 2/2] net/enic: add AVX2 based vectorized Rx handler

2018-10-03 Thread Hyong Youb Kim
On Tue, Oct 02, 2018 at 05:08:21PM +0100, Ferruh Yigit wrote: > On 9/28/2018 8:25 PM, John Daley wrote: > > From: Hyong Youb Kim > > > > Add the vectorized version of the no-scatter Rx handler. It aims to > > process 8 descriptors per loop using AVX2 SIMD instructions. This > > handler is in its

Re: [dpdk-dev] [PATCH v2 2/2] net/enic: add AVX2 based vectorized Rx handler

2018-10-02 Thread Ferruh Yigit
On 9/28/2018 8:25 PM, John Daley wrote: > From: Hyong Youb Kim > > Add the vectorized version of the no-scatter Rx handler. It aims to > process 8 descriptors per loop using AVX2 SIMD instructions. This > handler is in its own file enic_rxtx_vec_avx2.c, and makefile and > meson.build are modified

[dpdk-dev] [PATCH v2 2/2] net/enic: add AVX2 based vectorized Rx handler

2018-09-28 Thread John Daley
From: Hyong Youb Kim Add the vectorized version of the no-scatter Rx handler. It aims to process 8 descriptors per loop using AVX2 SIMD instructions. This handler is in its own file enic_rxtx_vec_avx2.c, and makefile and meson.build are modified to compile it when the compiler supports AVX2. Unde

[dpdk-dev] [PATCH v2 2/2] net/enic: add AVX2 based vectorized Rx handler

2018-09-28 Thread John Daley
From: Hyong Youb Kim Add the vectorized version of the no-scatter Rx handler. It aims to process 8 descriptors per loop using AVX2 SIMD instructions. This handler is in its own file enic_rxtx_vec_avx2.c, and makefile and meson.build are modified to compile it when the compiler supports AVX2. Unde