net/mlx5: Add ignore level support fwd to table rules
If user sets ignore flow level flag on a rule, that rule can point to a flow table of any level, including those with levels equal or less than the level of the flow table it is added on. This with unamanged tables will be used to create a FDB chain/prio hierarchy much larger than currently supported level range. Signed-off-by: Paul Blakey <paulb@mellanox.com> Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:

committed by
Saeed Mahameed

parent
5281a0c909
commit
ff189b4356
@@ -196,6 +196,7 @@ struct mlx5_fs_vlan {
|
||||
|
||||
enum {
|
||||
FLOW_ACT_NO_APPEND = BIT(0),
|
||||
FLOW_ACT_IGNORE_FLOW_LEVEL = BIT(1),
|
||||
};
|
||||
|
||||
struct mlx5_flow_act {
|
||||
|
Reference in New Issue
Block a user