diff options
author | Yixian Liu <liuyixian@huawei.com> | 2018-03-09 13:36:29 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-03-13 23:40:15 +0300 |
commit | e088a685eae94a0607b8f7b99949a0e14d748813 (patch) | |
tree | 4947e1f377660efd04ca1873861d52acdf5fedfc /include | |
parent | 036ef0a1a867511ff1b4ecb3e5b185267216dab0 (diff) | |
download | linux-e088a685eae94a0607b8f7b99949a0e14d748813.tar.xz |
RDMA/hns: Support rq record doorbell for the user space
This patch adds interfaces and definitions to support the rq record
doorbell for the user space.
Signed-off-by: Yixian Liu <liuyixian@huawei.com>
Signed-off-by: Lijun Ou <oulijun@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: Shaobo Xu <xushaobo2@huawei.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/rdma/hns-abi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/rdma/hns-abi.h b/include/uapi/rdma/hns-abi.h index a9c03b0eed57..6150c1941eca 100644 --- a/include/uapi/rdma/hns-abi.h +++ b/include/uapi/rdma/hns-abi.h @@ -49,7 +49,12 @@ struct hns_roce_ib_create_qp { __u8 reserved[5]; }; +struct hns_roce_ib_create_qp_resp { + __u64 cap_flags; +}; + struct hns_roce_ib_alloc_ucontext_resp { __u32 qp_tab_size; + __u32 reserved; }; #endif /* HNS_ABI_USER_H */ |