]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_flow.h
net/mlx5: add OS specific flow actions operations
[dpdk.git] / drivers / net / mlx5 / mlx5_flow.h
index 22cc3563e42760bb9a450fa9a3f874a3f82a03bf..43cbda87123800f056b952adba67e159e03b95c1 100644 (file)
@@ -436,7 +436,7 @@ struct mlx5_flow_dv_modify_hdr_resource {
        LIST_ENTRY(mlx5_flow_dv_modify_hdr_resource) next;
        /* Pointer to next element. */
        rte_atomic32_t refcnt; /**< Reference counter. */
-       struct ibv_flow_action *action;
+       void *action;
        /**< Modify header action object. */
        uint8_t ft_type; /**< Flow table type, Rx or Tx. */
        uint32_t actions_num; /**< Number of modification actions. */