On 2021/1/19 14:27, Leon Romanovsky wrote:
On Tue, Jan 19, 2021 at 05:53:40AM +0000, liweihang wrote:
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:
After kernel part will be accessed, you will need to update the patch https://github.com/linux-rdma/rdma-core/pull/934/commits/2877713e1fed29305d0... with the correct SHA-1.
Thanks
OK, I will update it then.
Thanks Weihang