diff options
author | Yishai Hadas <yishaih@mellanox.com> | 2018-06-19 15:23:36 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@mellanox.com> | 2018-07-24 08:51:20 +0300 |
commit | 664000b6bb4352295dc774108a1fc87c4a1ad0e3 (patch) | |
tree | 11c07e989ff910befafdcb0c5b13bef1e33b25ce /include/linux/mlx5/fs.h | |
parent | 2aada6c0c96e55e3b3f5024d164b9575382de6b8 (diff) | |
download | linux-stable-664000b6bb4352295dc774108a1fc87c4a1ad0e3.tar.gz linux-stable-664000b6bb4352295dc774108a1fc87c4a1ad0e3.tar.bz2 linux-stable-664000b6bb4352295dc774108a1fc87c4a1ad0e3.zip |
net/mlx5: Add support for flow table destination number
Add support to set a destination from a flow table number.
This functionality will be used in downstream patches from this
series by the DEVX stuff.
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
Acked-by: Saeed Mahameed <saeedm@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 c40f2fc68655..af0592400499 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -89,6 +89,7 @@ struct mlx5_flow_destination { enum mlx5_flow_destination_type type; union { u32 tir_num; + u32 ft_num; struct mlx5_flow_table *ft; struct mlx5_fc *counter; struct { |