net/mlx5_core: Introduce flow steering autogrouped flow table
[cascardo/linux.git] / include / linux / mlx5 / fs.h
index bc7ad01..06ac6e8 100644 (file)
@@ -61,6 +61,12 @@ struct mlx5_flow_namespace *
 mlx5_get_flow_namespace(struct mlx5_core_dev *dev,
                        enum mlx5_flow_namespace_type type);
 
+struct mlx5_flow_table *
+mlx5_create_auto_grouped_flow_table(struct mlx5_flow_namespace *ns,
+                                   int prio,
+                                   int num_flow_table_entries,
+                                   int max_num_groups);
+
 struct mlx5_flow_table *
 mlx5_create_flow_table(struct mlx5_flow_namespace *ns,
                       int prio,