diff options
| author | 2021-09-05 15:16:21 +0300 | |
|---|---|---|
| committer | 2021-12-31 00:17:23 -0800 | |
| commit | 0f2a6c3b9219bdf497750258cd2ad513f0056b42 (patch) | |
| tree | d9bf1edba4b34d05329f4be0b03037fa25ffa6b9 /include/uapi | |
| parent | net/mlx5: DR, Warn on failure to destroy objects due to refcount (diff) | |
| download | linux-dev-0f2a6c3b9219bdf497750258cd2ad513f0056b42.tar.xz linux-dev-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/uapi')
| -rw-r--r-- | include/uapi/rdma/mlx5_user_ioctl_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/rdma/mlx5_user_ioctl_cmds.h b/include/uapi/rdma/mlx5_user_ioctl_cmds.h index ca2372864b70..e539c84d63f1 100644 --- a/include/uapi/rdma/mlx5_user_ioctl_cmds.h +++ b/include/uapi/rdma/mlx5_user_ioctl_cmds.h @@ -252,7 +252,7 @@ enum mlx5_ib_device_query_context_attrs { MLX5_IB_ATTR_QUERY_CONTEXT_RESP_UCTX = (1U << UVERBS_ID_NS_SHIFT), }; -#define MLX5_IB_DW_MATCH_PARAM 0x90 +#define MLX5_IB_DW_MATCH_PARAM 0xA0 struct mlx5_ib_match_params { __u32 match_params[MLX5_IB_DW_MATCH_PARAM]; |
