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:
c69b702
)
net/fm10k: remove vector config
author
David Marchand
<david.marchand@redhat.com>
Fri, 15 Jan 2021 13:40:21 +0000
(14:40 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 19 Jan 2021 02:30:31 +0000
(
03:30
+0100)
This config item is not exposed anymore now that we removed make
support.
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/fm10k/meson.build
patch
|
blob
|
history
diff --git
a/drivers/net/fm10k/meson.build
b/drivers/net/fm10k/meson.build
index
fa264f4
..
299b9ff
100644
(file)
--- a/
drivers/net/fm10k/meson.build
+++ b/
drivers/net/fm10k/meson.build
@@
-15,7
+15,6
@@
sources = files(
'fm10k_rxtx.c',
)
if arch_subdir == 'x86'
- dpdk_conf.set('RTE_LIBRTE_FM10K_INC_VECTOR', 1)
sources += files('fm10k_rxtx_vec.c')
endif