net/mlx5_core: Connect flow tables
[cascardo/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / fs_cmd.h
index 1ae9b68..9814d47 100644 (file)
@@ -35,7 +35,8 @@
 
 int mlx5_cmd_create_flow_table(struct mlx5_core_dev *dev,
                               enum fs_flow_table_type type, unsigned int level,
-                              unsigned int log_size, unsigned int *table_id);
+                              unsigned int log_size, struct mlx5_flow_table
+                              *next_ft, unsigned int *table_id);
 
 int mlx5_cmd_destroy_flow_table(struct mlx5_core_dev *dev,
                                struct mlx5_flow_table *ft);