diff options
author | Bodong Wang <bodong@mellanox.com> | 2016-10-31 12:15:21 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-12-13 13:33:25 -0500 |
commit | 191ded4a4d991acf17207e0b4370fef070bce3e9 (patch) | |
tree | 7354d327a5cdbade2797b7adcc0dbface23d925b /include/uapi/rdma | |
parent | c226dc22ec4904340e3e14a536983cda3dbe7914 (diff) | |
download | linux-191ded4a4d991acf17207e0b4370fef070bce3e9.tar.gz linux-191ded4a4d991acf17207e0b4370fef070bce3e9.tar.bz2 linux-191ded4a4d991acf17207e0b4370fef070bce3e9.zip |
IB/mlx5: Report mlx5 multi packet WQE caps during query
The capabilities whether hardware support multi packet WQE or not is
exposed to user space through query_device by uhw.
Signed-off-by: Bodong Wang <bodong@mellanox.com>
Reviewed-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r-- | include/uapi/rdma/mlx5-abi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/rdma/mlx5-abi.h b/include/uapi/rdma/mlx5-abi.h index f5d0f4e83b59..93d6b9fe8e78 100644 --- a/include/uapi/rdma/mlx5-abi.h +++ b/include/uapi/rdma/mlx5-abi.h @@ -129,6 +129,8 @@ struct mlx5_ib_query_device_resp { __u32 response_length; struct mlx5_ib_tso_caps tso_caps; struct mlx5_ib_rss_caps rss_caps; + __u32 mlx5_ib_support_multi_pkt_send_wqes; + __u32 reserved; }; struct mlx5_ib_create_cq { |