On 2021/1/19 4:09, Jason Gunthorpe wrote: > On Tue, Jan 05, 2021 at 04:47:03PM +0800, Weihang Li wrote: >> diff --git a/include/uapi/rdma/hns-abi.h b/include/uapi/rdma/hns-abi.h >> index 90b739d..79dba94 100644 >> +++ b/include/uapi/rdma/hns-abi.h >> @@ -77,6 +77,7 @@ enum hns_roce_qp_cap_flags { >> HNS_ROCE_QP_CAP_RQ_RECORD_DB = 1 << 0, >> HNS_ROCE_QP_CAP_SQ_RECORD_DB = 1 << 1, >> HNS_ROCE_QP_CAP_OWNER_DB = 1 << 2, >> + HNS_ROCE_QP_CAP_UD_SQ_INL = 1 << 3, >> }; > > Where are the rdma-core patches to support this bit? I don't see them > on github? > > Jason I thought we needed to send the userspace part after the kernel part was merged. I sent the rdma-core patches just now: https://github.com/linux-rdma/rdma-core/pull/934 Thank you Weihang > _______________________________________________ > Linuxarm mailing list -- linuxarm@xxxxxxxxxxxxx > To unsubscribe send an email to linuxarm-leave@xxxxxxxxxxxxx >