|
@@ -2028,7 +2028,7 @@ int qedr_query_qp(struct ib_qp *ibqp,
|
|
|
qp_attr->cap.max_recv_wr = qp->rq.max_wr;
|
|
|
qp_attr->cap.max_send_sge = qp->sq.max_sges;
|
|
|
qp_attr->cap.max_recv_sge = qp->rq.max_sges;
|
|
|
- qp_attr->cap.max_inline_data = qp->max_inline_data;
|
|
|
+ qp_attr->cap.max_inline_data = ROCE_REQ_MAX_INLINE_DATA_SIZE;
|
|
|
qp_init_attr->cap = qp_attr->cap;
|
|
|
|
|
|
memcpy(&qp_attr->ah_attr.grh.dgid.raw[0], ¶ms.dgid.bytes[0],
|