net/mlx5: add basic flow queue operation
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index f523173..d94e98d 100644 (file)
@@ -340,7 +340,7 @@ enum {
 /* HW steering flow management job descriptor. */
 struct mlx5_hw_q_job {
        uint32_t type; /* Job type. */
-       struct rte_flow *flow; /* Flow attached to the job. */
+       struct rte_flow_hw *flow; /* Flow attached to the job. */
        void *user_data; /* Job user data. */
 };