]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.h
net/mlx5: add basic flow queue operation
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index f523173ad55086fd2551081b7ae4e4bac40d291d..d94e98db77d10d9ea90e7f9039ca8129d73e0d1d 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. */
 };