diff options
author | Bodong Wang <bodong@mellanox.com> | 2017-08-17 15:52:35 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-24 17:47:35 -0400 |
commit | 050da902adde8faf6b1bef15ac4876ae145358f4 (patch) | |
tree | ec12690891b8fc80084dd51e37d17e765f071343 /include/uapi | |
parent | 795b609c8b59f8f20fa9d72bf8b4ae3b8aa5582c (diff) | |
download | linux-stable-050da902adde8faf6b1bef15ac4876ae145358f4.tar.gz linux-stable-050da902adde8faf6b1bef15ac4876ae145358f4.tar.bz2 linux-stable-050da902adde8faf6b1bef15ac4876ae145358f4.zip |
IB/mlx5: Report mlx5 enhanced multi packet WQE capability
Expose enhanced multi packet WQE capability to user space through
query_device by uhw.
Signed-off-by: Bodong Wang <bodong@mellanox.com>
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/rdma/mlx5-abi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/mlx5-abi.h b/include/uapi/rdma/mlx5-abi.h index a61a512e5747..1791bf123ba9 100644 --- a/include/uapi/rdma/mlx5-abi.h +++ b/include/uapi/rdma/mlx5-abi.h @@ -171,6 +171,7 @@ struct mlx5_packet_pacing_caps { enum mlx5_ib_mpw_caps { MPW_RESERVED = 1 << 0, MLX5_IB_ALLOW_MPW = 1 << 1, + MLX5_IB_SUPPORT_EMPW = 1 << 2, }; enum mlx5_ib_sw_parsing_offloads { |