net/fm10k: remove vector config
authorDavid Marchand <david.marchand@redhat.com>
Fri, 15 Jan 2021 13:40:21 +0000 (14:40 +0100)
committerFerruh 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

index fa264f4..299b9ff 100644 (file)
@@ -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