net/mlx5: manage modify actions with hashed list
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 78d6eb7..1880a82 100644 (file)
@@ -638,7 +638,7 @@ struct mlx5_dev_ctx_shared {
        void *esw_drop_action; /* Pointer to DR E-Switch drop action. */
        void *pop_vlan_action; /* Pointer to DR pop VLAN action. */
        uint32_t encaps_decaps; /* Encap/decap action indexed memory list. */
-       LIST_HEAD(modify_cmd, mlx5_flow_dv_modify_hdr_resource) modify_cmds;
+       struct mlx5_hlist *modify_cmds;
        struct mlx5_hlist *tag_table;
        uint32_t port_id_action_list; /* List of port ID actions. */
        uint32_t push_vlan_action_list; /* List of push VLAN actions. */