diff options
author | Mark Bloch <mbloch@nvidia.com> | 2022-07-03 13:54:05 -0700 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-07-17 11:54:14 -0700 |
commit | b0bb369ee451323968b31392a86398f15a2ba183 (patch) | |
tree | 5a7d187bd75a715f1d05914597634606f0a9317e /include/linux/mlx5/fs.h | |
parent | 6c27c56cdc69608211617eea217e1a6cecccc675 (diff) |
net/mlx5: fs, allow flow table creation with a UID
Add UID field to flow table attributes to allow creating flow tables
with a non default (zero) uid.
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Reviewed-by: Alex Vesker <valex@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 eee07d416b56..8e73c377da2c 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -178,6 +178,7 @@ struct mlx5_flow_table_attr { int max_fte; u32 level; u32 flags; + u16 uid; struct mlx5_flow_table *next_ft; struct { |