net/mlx5: fix vport index in port action
[dpdk.git] / drivers / net / bnxt / meson.build
index bfb448f..4dda28f 100644 (file)
@@ -6,6 +6,7 @@ version = 2
 sources = files('bnxt_cpr.c',
        'bnxt_ethdev.c',
        'bnxt_filter.c',
+       'bnxt_flow.c',
        'bnxt_hwrm.c',
        'bnxt_irq.c',
        'bnxt_ring.c',
@@ -17,3 +18,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