diff options
author | Muhammad Sammar <muhammads@nvidia.com> | 2021-09-05 15:16:21 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2021-12-31 00:17:23 -0800 |
commit | 0f2a6c3b9219bdf497750258cd2ad513f0056b42 (patch) | |
tree | d9bf1edba4b34d05329f4be0b03037fa25ffa6b9 /include/linux/mlx5/device.h | |
parent | b54128275ef86dd699fcb23d7e6df21f251dc038 (diff) | |
download | linux-stable-0f2a6c3b9219bdf497750258cd2ad513f0056b42.tar.gz linux-stable-0f2a6c3b9219bdf497750258cd2ad513f0056b42.tar.bz2 linux-stable-0f2a6c3b9219bdf497750258cd2ad513f0056b42.zip |
net/mlx5: Add misc5 flow table match parameters
Add support for misc5 match parameter as per HW spec, this will allow
matching on tunnel_header fields.
Signed-off-by: Muhammad Sammar <muhammads@nvidia.com>
Signed-off-by: Yevgeny Kliteynik <kliteyn@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 9c25edfd59a6..604b85dd770a 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -1117,6 +1117,7 @@ enum { MLX5_MATCH_MISC_PARAMETERS_2 = 1 << 3, MLX5_MATCH_MISC_PARAMETERS_3 = 1 << 4, MLX5_MATCH_MISC_PARAMETERS_4 = 1 << 5, + MLX5_MATCH_MISC_PARAMETERS_5 = 1 << 6, }; enum { |