IB/mlx5: Save flow table priority handler instead of index
[cascardo/linux.git] / drivers / infiniband / hw / mlx5 / mlx5_ib.h
index a59034a..a24cc20 100644 (file)
@@ -150,7 +150,7 @@ struct mlx5_ib_flow_prio {
 struct mlx5_ib_flow_handler {
        struct list_head                list;
        struct ib_flow                  ibflow;
-       unsigned int                    prio;
+       struct mlx5_ib_flow_prio        *prio;
        struct mlx5_flow_rule   *rule;
 };