net/ice/base: init flag redirect table for parser
[dpdk.git] / drivers / net / bnxt / tf_ulp / meson.build
index 2948fe3..71094b9 100644 (file)
@@ -10,9 +10,6 @@ sources += files(
         'bnxt_ulp.c',
         'ulp_mark_mgr.c',
         'ulp_flow_db.c',
-        'ulp_template_db_tbl.c',
-        'ulp_template_db_class.c',
-        'ulp_template_db_act.c',
         'ulp_utils.c',
         'ulp_mapper.c',
         'ulp_matcher.c',
@@ -22,9 +19,10 @@ sources += files(
         'ulp_def_rules.c',
         'ulp_fc_mgr.c',
         'ulp_tun.c',
+        'bnxt_tf_pmd_shim.c',
         'ulp_gen_tbl.c',
-        'ulp_rte_handler_tbl.c',
-        'ulp_template_db_wh_plus_act.c',
-        'ulp_template_db_wh_plus_class.c',
-        'ulp_template_db_stingray_act.c',
-        'ulp_template_db_stingray_class.c')
+        'ulp_gen_hash.c',
+        'ulp_ha_mgr.c',
+        'ulp_rte_handler_tbl.c')
+
+subdir('generic_templates')