diff options
author | Mark Bloch <mbloch@nvidia.com> | 2022-07-03 13:54:04 -0700 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-07-17 11:54:14 -0700 |
commit | 6c27c56cdc69608211617eea217e1a6cecccc675 (patch) | |
tree | 4d3a940f8836c8d48250ba640615e171524a5047 /include/linux/mlx5/fs.h | |
parent | f484da847a01936e1d087a80cc96e8254492527c (diff) |
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.h | 1 |
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 |