numam-dpdk/drivers
Hyong Youb Kim 8a6ff33d6d net/enic: add AVX2 based vectorized Rx handler
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. Under ideal conditions, the vectorized handler reduces
cycles/packet by more than 30%, when compared against the no-scatter
Rx handler. Most implementation ideas come from i40e's AVX2 based
handler, so credit goes to its authors.

At this point, the new handler is meant for field trials, and is not
selected by default. So add a new devarg enable-avx2-rx to allow the
user to request the use of the new handler. When enable-avx2-rx=1, the
driver will consider using the new handler.

Also update the guide doc and introduce the vectorized handler.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2018-10-11 18:53:49 +02:00
..
baseband baseband/null: add in meson build 2018-09-18 22:53:35 +02:00
bus eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
common net/mvneta: add PMD skeleton 2018-10-11 18:53:48 +02:00
compress compress/qat: remove unnecessary assignment 2018-09-27 13:40:22 +02:00
crypto crypto/dpaa_sec: support null algos for protocol offload 2018-09-26 13:18:38 +02:00
event event/dpaa: support select based event 2018-10-04 16:38:54 +02:00
mempool mempool/dpaa: change debug log level to DP 2018-09-28 01:41:02 +02:00
net net/enic: add AVX2 based vectorized Rx handler 2018-10-11 18:53:49 +02:00
raw raw/ifpga: use -Wno-error=format-security for meson 2018-09-17 12:17:24 +02:00
Makefile crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00
meson.build baseband/null: add in meson build 2018-09-18 22:53:35 +02:00