net/ixgbe: enable NEON in meson

Add missing arm vector build support to meson.build.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
This commit is contained in:
Reshma Pattan 2020-01-14 11:29:45 +00:00 committed by Ferruh Yigit
parent 024908ab1c
commit 41b059a202

View File

@ -26,6 +26,8 @@ deps += ['hash', 'security']
if arch_subdir == 'x86'
sources += files('ixgbe_rxtx_vec_sse.c')
elif arch_subdir == 'arm'
sources += files('ixgbe_rxtx_vec_neon.c')
endif
includes += include_directories('base')