Hi Olivier,
On 12/14/2017 03:32 PM, Olivier Matz wrote:
From: Samuel Gauthier<samuel.gauth...@6wind.com>
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: 2d7c37194ee4 ("net/virtio: add NEON based Rx handler")
Cc:sta...@dpdk.org
Signed-off-by: Samuel Gauthier<samuel.gauth...@6wind.com>
---
drivers/net/virtio/virtio_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>
Thanks!
Maxime