aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/fs.h
diff options
context:
space:
mode:
authorMark Bloch <mbloch@nvidia.com>2022-07-03 13:54:04 -0700
committerSaeed Mahameed <saeedm@nvidia.com>2022-07-17 11:54:14 -0700
commit6c27c56cdc69608211617eea217e1a6cecccc675 (patch)
tree4d3a940f8836c8d48250ba640615e171524a5047 /include/linux/mlx5/fs.h
parentnet/mlx5: Expose the ability to point to any UID from shared UID (diff)
downloadlinux-6c27c56cdc69608211617eea217e1a6cecccc675.tar.xz
linux-6c27c56cdc69608211617eea217e1a6cecccc675.zip
net/mlx5: fs, expose flow table ID to users
Expose the flow table ID to users. This will be used by downstream patches to allow creating steering rules that point to a flow table ID. Signed-off-by: Mark Bloch <mbloch@nvidia.com> Reviewed-by: Maor Gottlieb <maorg@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.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 ece3e35622d7..eee07d416b56 100644
--- a/include/linux/mlx5/fs.h
+++ b/include/linux/mlx5/fs.h
@@ -315,4 +315,5 @@ struct mlx5_pkt_reformat *mlx5_packet_reformat_alloc(struct mlx5_core_dev *dev,
void mlx5_packet_reformat_dealloc(struct mlx5_core_dev *dev,
struct mlx5_pkt_reformat *reformat);
+u32 mlx5_flow_table_id(struct mlx5_flow_table *ft);
#endif