numam-dpdk/drivers
Samuel Gauthier 8f3d451dff net/virtio: fix Rx and Tx handler selection for ARM32
On arm32, we were always selecting the simple handler, but it is only
available if neon is present.

This is due to a typo in the name of the config option.
CONFIG_RTE_ARCH_ARM is for Makefiles. One should use RTE_ARCH_ARM.

Fixes: 2d7c37194e ("net/virtio: add NEON based Rx handler")
Cc: stable@dpdk.org

Signed-off-by: Samuel Gauthier <samuel.gauthier@6wind.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Yuanhan Liu <yliu@fridaylinux.org>
2018-01-29 10:04:28 +01:00
..
bbdev mk: add experimental tag check 2018-01-29 23:35:29 +01:00
bus mk: add experimental tag check 2018-01-29 23:35:29 +01:00
crypto crypto/qat: fix truncated response ring value 2018-01-29 20:22:33 +01:00
event mk: add experimental tag check 2018-01-29 23:35:29 +01:00
mempool bus/fslmc: register platform HW mempool on runtime 2018-01-29 19:02:05 +01:00
net net/virtio: fix Rx and Tx handler selection for ARM32 2018-01-29 10:04:28 +01:00
Makefile bb/null: add null base band device driver 2018-01-19 01:44:25 +01:00