]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/meson.build
net/mlx5: separate Rx queue object creations
[dpdk.git] / drivers / net / bnxt / meson.build
index 1f7df9d067f9b1a620a1e4588038a09d7ef99bf7..a89d1f97cb45a5b91f70902228ad811c7ea58d2e 100644 (file)
@@ -28,7 +28,8 @@ sources = files('bnxt_cpr.c',
        'tf_core/tf_msg.c',
        'tf_core/rand.c',
        'tf_core/stack.c',
-       'tf_core/tf_em.c',
+        'tf_core/tf_em_common.c',
+        'tf_core/tf_em_internal.c',
        'tf_core/tf_rm.c',
        'tf_core/tf_tbl.c',
        'tf_core/tfp.c',
@@ -38,10 +39,16 @@ sources = files('bnxt_cpr.c',
        'tf_core/tf_identifier.c',
        'tf_core/tf_shadow_tbl.c',
        'tf_core/tf_shadow_tcam.c',
-       'tf_core/tf_tbl_type.c',
        'tf_core/tf_tcam.c',
        'tf_core/tf_util.c',
-       'tf_core/tf_rm_new.c',
+       'tf_core/tf_if_tbl.c',
+       'tf_core/ll.c',
+       'tf_core/tf_global_cfg.c',
+       'tf_core/tf_em_host.c',
+       'tf_core/tf_shadow_identifier.c',
+       'tf_core/tf_hash.c',
+
+       'hcapi/hcapi_cfa_p4.c',
 
        'tf_ulp/bnxt_ulp.c',
        'tf_ulp/ulp_mark_mgr.c',
@@ -55,9 +62,13 @@ sources = files('bnxt_cpr.c',
        'tf_ulp/ulp_rte_parser.c',
        'tf_ulp/bnxt_ulp_flow.c',
        'tf_ulp/ulp_port_db.c',
+       'tf_ulp/ulp_def_rules.c',
+       'tf_ulp/ulp_fc_mgr.c',
 
        'rte_pmd_bnxt.c')
 
 if arch_subdir == 'x86'
        sources += files('bnxt_rxtx_vec_sse.c')
+elif arch_subdir == 'arm' and host_machine.cpu_family().startswith('aarch64')
+       sources += files('bnxt_rxtx_vec_neon.c')
 endif