X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fmlx5%2Fmlx5.h;h=d94e98db77d10d9ea90e7f9039ca8129d73e0d1d;hb=c40c061a022e0e0749ab0fe3df4e82a750c3da79;hp=f523173ad55086fd2551081b7ae4e4bac40d291d;hpb=d1559d66ed2da4cb5403ce4daa4d1c92fb339b0d;p=dpdk.git diff --git a/drivers/net/mlx5/mlx5.h b/drivers/net/mlx5/mlx5.h index f523173ad5..d94e98db77 100644 --- a/drivers/net/mlx5/mlx5.h +++ b/drivers/net/mlx5/mlx5.h @@ -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. */ };