[dpdk-dev] [PATCH 3/3] net/fm10k: remove vector config

David Marchand david.marchand at redhat.com
Fri Jan 15 14:40:21 CET 2021


This config item is not exposed anymore now that we removed make
support.

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 drivers/net/fm10k/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/fm10k/meson.build b/drivers/net/fm10k/meson.build
index fa264f489f..299b9ffb58 100644
--- 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
 
-- 
2.23.0



More information about the dev mailing list