aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWenpeng Liang <liangwenpeng@huawei.com>2021-03-04 10:55:58 +0800
committerJason Gunthorpe <jgg@nvidia.com>2021-03-11 19:51:27 -0400
commit32548870d438aba3c4a13f07efb73a8b86de507d (patch)
treeb701487edc874f3e447dff0b39fe9ca093ee8b6b /include
parentRDMA/rtrs-clt: Use rdma_event_msg in log (diff)
downloadlinux-dev-32548870d438aba3c4a13f07efb73a8b86de507d.tar.xz
linux-dev-32548870d438aba3c4a13f07efb73a8b86de507d.zip
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')
-rw-r--r--include/uapi/rdma/hns-abi.h2
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 {