net/mlx5: Add user chosen levels when allocating flow tables
[cascardo/linux.git] / drivers / infiniband / hw / mlx5 / main.c
index 99eb1c1..3ff663c 100644 (file)
@@ -1438,7 +1438,8 @@ static struct mlx5_ib_flow_prio *get_flow_table(struct mlx5_ib_dev *dev,
        if (!ft) {
                ft = mlx5_create_auto_grouped_flow_table(ns, priority,
                                                         num_entries,
-                                                        num_groups);
+                                                        num_groups,
+                                                        0);
 
                if (!IS_ERR(ft)) {
                        prio->refcount = 0;