summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorYishai Hadas2018-06-19 14:23:36 +0200
committerLeon Romanovsky2018-07-24 07:51:20 +0200
commit664000b6bb4352295dc774108a1fc87c4a1ad0e3 (patch)
tree11c07e989ff910befafdcb0c5b13bef1e33b25ce /include/linux/mlx5/mlx5_ifc.h
parentnet/mlx5: Add forward compatible support for the FTE match data (diff)
downloadkernel-qcow2-linux-664000b6bb4352295dc774108a1fc87c4a1ad0e3.tar.gz
kernel-qcow2-linux-664000b6bb4352295dc774108a1fc87c4a1ad0e3.tar.xz
kernel-qcow2-linux-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/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index ae12120ef021..c14b81559505 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -1180,6 +1180,7 @@ enum mlx5_flow_destination_type {
MLX5_FLOW_DESTINATION_TYPE_PORT = 0x99,
MLX5_FLOW_DESTINATION_TYPE_COUNTER = 0x100,
+ MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM = 0x101,
};
struct mlx5_ifc_dest_format_struct_bits {