]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/uapi/rdma/hns-abi.h
RDMA/hns: Support rq record doorbell for the user space
[mirror_ubuntu-bionic-kernel.git] / include / uapi / rdma / hns-abi.h
index a9c03b0eed573fe7c85cf98468d2c65c68e86406..6150c1941ecae0f636905a0b5d7a0e33c2e1aace 100644 (file)
@@ -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 */