diff options
| author | 2022-07-03 13:54:05 -0700 | |
|---|---|---|
| committer | 2022-07-17 11:54:14 -0700 | |
| commit | b0bb369ee451323968b31392a86398f15a2ba183 (patch) | |
| tree | 5a7d187bd75a715f1d05914597634606f0a9317e /include/linux | |
| parent | net/mlx5: fs, expose flow table ID to users (diff) | |
| download | linux-dev-b0bb369ee451323968b31392a86398f15a2ba183.tar.xz linux-dev-b0bb369ee451323968b31392a86398f15a2ba183.zip | |
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')
| -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 { |
