在 2018/1/9 5:20, Doug Ledford 写道: > On Thu, 2018-01-04 at 12:19 +0800, Lijun Ou wrote: >> @@ -2342,7 +2366,7 @@ static void modify_qp_init_to_init(struct ib_qp *ibqp, >> V2_QPC_BYTE_80_RX_CQN_S, 0); >> >> roce_set_field(context->byte_252_err_txcqn, V2_QPC_BYTE_252_TX_CQN_M, >> - V2_QPC_BYTE_252_TX_CQN_S, to_hr_cq(ibqp->recv_cq)->cqn); >> + V2_QPC_BYTE_252_TX_CQN_S, to_hr_cq(ibqp->send_cq)->cqn); > > This looks like a bugfix unrelated to the rest of the patch. > Sure, This is found for debugging CM and The other modification of qp context in this patch is unified for CM. As a result, I put it into the patch-set of CM. Do I need to send PATCHv2? thanks Lijun Ou -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html