diff options
author | Wenpeng Liang <liangwenpeng@huawei.com> | 2021-03-04 10:55:58 +0800 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-03-11 19:51:27 -0400 |
commit | 32548870d438aba3c4a13f07efb73a8b86de507d (patch) | |
tree | b701487edc874f3e447dff0b39fe9ca093ee8b6b /include/uapi/rdma | |
parent | c33d516a1c742b7bf576975ba9e174e18272223b (diff) | |
download | linux-32548870d438aba3c4a13f07efb73a8b86de507d.tar.gz |
RDMA/hns: Add support for XRC on HIP09
The HIP09 supports XRC transport service, it greatly saves the number of
QPs required to connect all processes in a large cluster.
Link: https://lore.kernel.org/r/1614826558-35423-1-git-send-email-liweihang@huawei.com
Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r-- | include/uapi/rdma/hns-abi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/rdma/hns-abi.h b/include/uapi/rdma/hns-abi.h index 90b739d05adf..42b177655560 100644 --- a/include/uapi/rdma/hns-abi.h +++ b/include/uapi/rdma/hns-abi.h @@ -86,6 +86,8 @@ struct hns_roce_ib_create_qp_resp { struct hns_roce_ib_alloc_ucontext_resp { __u32 qp_tab_size; __u32 cqe_size; + __u32 srq_tab_size; + __u32 reserved; }; struct hns_roce_ib_alloc_pd_resp { |