diff options
author | Jianbo Liu <jianbol@nvidia.com> | 2022-06-08 23:04:47 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-06-14 00:59:05 +0300 |
commit | f5d23ee137e51b4e5cd5d263b144d5e6719f6e52 (patch) | |
tree | 0a83cf2107c8eb0ca56be8a2881d00afb1b38c0b /include/linux/mlx5/device.h | |
parent | a6492af3805ae3d9fe872545aa4797971b4e2a33 (diff) | |
download | linux-f5d23ee137e51b4e5cd5d263b144d5e6719f6e52.tar.xz |
net/mlx5: Add IFC bits and enums for flow meter
Add/extend structure layouts and defines for flow meter.
Signed-off-by: Jianbo Liu <jianbol@nvidia.com>
Reviewed-by: Ariel Levkovich <lariel@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include/linux/mlx5/device.h')
-rw-r--r-- | include/linux/mlx5/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 604b85dd770a..15ac02eeed4f 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -455,6 +455,7 @@ enum { MLX5_OPCODE_UMR = 0x25, + MLX5_OPCODE_ACCESS_ASO = 0x2d, }; enum { |