On 2020/9/9 10:39, chenglang wrote: >> @@ -440,36 +501,6 @@ static inline int set_rc_wqe(struct hns_roce_qp *qp, >> roce_set_bit(rc_sq_wqe->byte_4, V2_RC_SEND_WQE_BYTE_4_CQE_S, >> (wr->send_flags & IB_SEND_SIGNALED) ? 1 : 0); >> >> - roce_set_bit(rc_sq_wqe->byte_4, V2_RC_SEND_WQE_BYTE_4_OWNER_S, >> - owner_bit); > Seems we lost this field. > Thank you for reminding me of that, will fix it :) Weihang