git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024908a
)
net/ixgbe: enable NEON in meson
author
Reshma Pattan
<reshma.pattan@intel.com>
Tue, 14 Jan 2020 11:29:45 +0000
(11:29 +0000)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Fri, 17 Jan 2020 18:59:18 +0000
(19:59 +0100)
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>
drivers/net/ixgbe/meson.build
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/meson.build
b/drivers/net/ixgbe/meson.build
index
6667af6
..
06cf42a
100644
(file)
--- 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')