net/ice: fix SCTP RSS configuration
[dpdk.git] / drivers / net / bnxt / meson.build
index 0b93c31..9c153c4 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2018 Intel Corporation
 # Copyright(c) 2020 Broadcom
 
-install_headers('rte_pmd_bnxt.h')
+headers = files('rte_pmd_bnxt.h')
 
 includes += include_directories('tf_ulp')
 includes += include_directories('tf_core')
@@ -29,7 +29,6 @@ sources = files('bnxt_cpr.c',
        'tf_core/rand.c',
        'tf_core/stack.c',
         'tf_core/tf_em_common.c',
-        'tf_core/tf_em_host.c',
         'tf_core/tf_em_internal.c',
        'tf_core/tf_rm.c',
        'tf_core/tf_tbl.c',
@@ -46,7 +45,8 @@ sources = files('bnxt_cpr.c',
        'tf_core/ll.c',
        'tf_core/tf_global_cfg.c',
        'tf_core/tf_em_host.c',
-       'tf_ulp/ulp_fc_mgr.c',
+       'tf_core/tf_shadow_identifier.c',
+       'tf_core/tf_hash.c',
 
        'hcapi/hcapi_cfa_p4.c',
 
@@ -63,6 +63,11 @@ sources = files('bnxt_cpr.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',
+       'tf_ulp/ulp_template_db_wh_plus_act.c',
+       'tf_ulp/ulp_template_db_wh_plus_class.c',
+       'tf_ulp/ulp_template_db_stingray_act.c',
+       'tf_ulp/ulp_template_db_stingray_class.c',
 
        'rte_pmd_bnxt.c')