diff options
| author | Aviv Heller <avivh@mellanox.com> | 2016-05-09 06:02:29 -0400 |
|---|---|---|
| committer | Leon Romanovsky <leon@kernel.org> | 2016-08-18 11:49:57 -0400 |
| commit | 3e75d4ebaae7aac5ba82fc7a6e0e6fb56dac1916 (patch) | |
| tree | 40d519a9323d06e8004bf1f7a4f0ccf74bbfc134 /include/linux/mlx5 | |
| parent | aaff1bea16bb7f259a263c3ae4633d092e2da799 (diff) | |
net/mlx5: Add LAG flow steering namespace
This namespace is used for LAG demux flowtable.
The idea is to position the LAG demux ft between
bypass and kernel flowtables, allowing raw-eth
traffic from both ports to be received by the PF0
IB device.
Signed-off-by: Aviv Heller <avivh@mellanox.com>
Reviewed-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/linux/mlx5')
| -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 7edfe0b8f1ec..8803212fc3aa 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h | |||
| @@ -54,6 +54,7 @@ static inline void build_leftovers_ft_param(int *priority, | |||
| 54 | 54 | ||
| 55 | enum mlx5_flow_namespace_type { | 55 | enum mlx5_flow_namespace_type { |
| 56 | MLX5_FLOW_NAMESPACE_BYPASS, | 56 | MLX5_FLOW_NAMESPACE_BYPASS, |
| 57 | MLX5_FLOW_NAMESPACE_LAG, | ||
| 57 | MLX5_FLOW_NAMESPACE_OFFLOADS, | 58 | MLX5_FLOW_NAMESPACE_OFFLOADS, |
| 58 | MLX5_FLOW_NAMESPACE_ETHTOOL, | 59 | MLX5_FLOW_NAMESPACE_ETHTOOL, |
| 59 | MLX5_FLOW_NAMESPACE_KERNEL, | 60 | MLX5_FLOW_NAMESPACE_KERNEL, |
