[dpdk-dev] [PATCH 5/5] net/ixgbe: add arm vector support in meson

Reshma Pattan reshma.pattan at intel.com
Tue Jan 14 12:29:45 CET 2020


Add missing arm vector build support to meson.build.

Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
---
 drivers/net/ixgbe/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ixgbe/meson.build b/drivers/net/ixgbe/meson.build
index 6667af634..06cf42a4a 100644
--- a/drivers/net/ixgbe/meson.build
+++ b/drivers/net/ixgbe/meson.build
@@ -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')
-- 
2.21.0



More information about the dev mailing list