net/bnxt: reset filter indices on free
[dpdk.git] / drivers / net / bnxt / meson.build
index e130f27..0c311d2 100644 (file)
@@ -2,7 +2,6 @@
 # Copyright(c) 2018 Intel Corporation
 
 install_headers('rte_pmd_bnxt.h')
-version = 2
 sources = files('bnxt_cpr.c',
        'bnxt_ethdev.c',
        'bnxt_filter.c',
@@ -18,3 +17,7 @@ sources = files('bnxt_cpr.c',
        'bnxt_util.c',
        'bnxt_vnic.c',
        'rte_pmd_bnxt.c')
+
+if arch_subdir == 'x86'
+       sources += files('bnxt_rxtx_vec_sse.c')
+endif