net/mlx5_core: Introduce flow steering autogrouped flow table
[cascardo/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / fs_core.h
index 4ebb97f..0f98257 100644 (file)
@@ -77,6 +77,11 @@ struct mlx5_flow_table {
        unsigned int                    max_fte;
        unsigned int                    level;
        enum fs_flow_table_type         type;
+       struct {
+               bool                    active;
+               unsigned int            required_groups;
+               unsigned int            num_groups;
+       } autogroup;
 };
 
 /* Type of children is mlx5_flow_rule */