ethdev: promote sibling iterators to stable
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_mapper.h
index 6e4d9e8..004e89a 100644 (file)
@@ -46,9 +46,8 @@ struct bnxt_ulp_mapper_parms {
        struct ulp_rte_hdr_bitmap               *hdr_bitmap;
        struct ulp_rte_hdr_field                *hdr_field;
        struct ulp_rte_field_bitmap             *fld_bitmap;
-       uint32_t                                *comp_fld;
+       uint64_t                                *comp_fld;
        struct ulp_regfile                      *regfile;
-       struct tf                               *tfp;
        struct bnxt_ulp_context                 *ulp_ctx;
        uint32_t                                fid;
        enum bnxt_ulp_fdb_type                  flow_type;
@@ -61,13 +60,15 @@ struct bnxt_ulp_mapper_parms {
        uint64_t                                shared_hndl;
        uint32_t                                flow_pattern_id;
        uint32_t                                act_pattern_id;
+       uint8_t                                 app_id;
+       uint16_t                                port_id;
 };
 
 struct bnxt_ulp_mapper_create_parms {
        uint32_t                        app_priority;
        struct ulp_rte_hdr_bitmap       *hdr_bitmap;
        struct ulp_rte_hdr_field        *hdr_field;
-       uint32_t                        *comp_fld;
+       uint64_t                        *comp_fld;
        struct ulp_rte_act_bitmap       *act;
        struct ulp_rte_act_prop         *act_prop;
        struct ulp_rte_field_bitmap     *fld_bitmap;
@@ -88,7 +89,8 @@ struct bnxt_ulp_mapper_create_parms {
        /* support pattern based rejection */
        uint32_t                        flow_pattern_id;
        uint32_t                        act_pattern_id;
-
+       uint8_t                         app_id;
+       uint16_t                        port_id;
 };
 
 /* Function to initialize any dynamic mapper data. */