diff options
author | Maor Gottlieb <maorg@mellanox.com> | 2020-05-04 08:30:10 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@mellanox.com> | 2020-05-13 18:56:31 +0300 |
commit | 9254f8ed15b6dcc9b04b9ad32863a7518cc5a5b1 (patch) | |
tree | 2beb974b382c954a6f972e9e4035bdcd474fde58 /include/linux/mlx5/fs.h | |
parent | 14c129e30152f7d74c8b25ec06ae742f4291e166 (diff) | |
download | linux-9254f8ed15b6dcc9b04b9ad32863a7518cc5a5b1.tar.xz |
net/mlx5: Add support in forward to namespace
Currently, fs_core supports rule of forward the traffic
to continue matching in the next priority, now we add support
to forward the traffic matching in the next namespace.
Signed-off-by: Maor Gottlieb <maorg@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Reviewed-by: Mark Zhang <markz@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5/fs.h')
-rw-r--r-- | include/linux/mlx5/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h index e2d13e074067..6c5aa0a21425 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -42,6 +42,7 @@ enum { MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_PRIO = 1 << 16, MLX5_FLOW_CONTEXT_ACTION_ENCRYPT = 1 << 17, MLX5_FLOW_CONTEXT_ACTION_DECRYPT = 1 << 18, + MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_NS = 1 << 19, }; enum { |