aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/fs.h
diff options
context:
space:
mode:
authorYishai Hadas <yishaih@mellanox.com>2018-06-19 15:23:36 +0300
committerLeon Romanovsky <leonro@mellanox.com>2018-07-24 08:51:20 +0300
commit664000b6bb4352295dc774108a1fc87c4a1ad0e3 (patch)
tree11c07e989ff910befafdcb0c5b13bef1e33b25ce /include/linux/mlx5/fs.h
parentnet/mlx5: Add forward compatible support for the FTE match data (diff)
downloadlinux-dev-664000b6bb4352295dc774108a1fc87c4a1ad0e3.tar.xz
linux-dev-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.h1
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 {