compress/qat: enable compression on GEN3
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_template_struct.h
index 107a06a..a539ec0 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2014-2019 Broadcom
+ * Copyright(c) 2014-2021 Broadcom
  * All rights reserved.
  */
 
@@ -72,6 +72,14 @@ struct ulp_rte_parser_params {
        struct ulp_rte_act_bitmap       act_bitmap;
        struct ulp_rte_act_prop         act_prop;
        uint32_t                        dir_attr;
+       uint32_t                        priority;
+       uint32_t                        fid;
+       uint32_t                        parent_flow;
+       uint32_t                        parent_fid;
+       uint16_t                        func_id;
+       uint16_t                        port_id;
+       uint32_t                        class_id;
+       uint32_t                        act_tmpl;
        struct bnxt_ulp_context         *ulp_ctx;
 };
 
@@ -175,7 +183,6 @@ struct bnxt_ulp_mapper_tbl_list_info {
        uint32_t                device_name;
        uint32_t                start_tbl_idx;
        uint32_t                num_tbls;
-       enum bnxt_ulp_fdb_type  flow_db_table_type;
 };
 
 struct bnxt_ulp_mapper_tbl_info {