RDMA/hns: Add member assignments for qp_init_attr
Some kernel ULPs need to use the return value of qp_init_attr, so add
member assignments for qp_init_attr.
Fixes: 926a01dc00
("RDMA/hns: Add QP operations support for hip08 SoC")
Link: https://lore.kernel.org/r/1624011020-16992-5-git-send-email-liweihang@huawei.com
Signed-off-by: Yangyang Li <liyangyang20@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
125073e76b
commit
cc925ece79
@ -5190,6 +5190,11 @@ done:
|
||||
qp_attr->cap.max_send_sge = 0;
|
||||
}
|
||||
|
||||
qp_init_attr->qp_context = ibqp->qp_context;
|
||||
qp_init_attr->qp_type = ibqp->qp_type;
|
||||
qp_init_attr->recv_cq = ibqp->recv_cq;
|
||||
qp_init_attr->send_cq = ibqp->send_cq;
|
||||
qp_init_attr->srq = ibqp->srq;
|
||||
qp_init_attr->cap = qp_attr->cap;
|
||||
qp_init_attr->sq_sig_type = hr_qp->sq_signal_bits;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user