Merge tag 'v5.2-rc6' into rdma.git for-next
For dependencies in next patches. Resolve conflicts: - Use uverbs_get_cleared_udata() with new cq allocation flow - Continue to delete nes despite SPDX conflict - Resolve list appends in mlx5_command_str() - Use u16 for vport_rule stuff - Resolve list appends in struct ib_client Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
@@ -312,9 +312,7 @@ static struct hfi1_ctxtdata *qp_to_rcd(struct rvt_dev_info *rdi,
|
||||
if (qp->ibqp.qp_num == 0)
|
||||
ctxt = 0;
|
||||
else
|
||||
ctxt = ((qp->ibqp.qp_num >> dd->qos_shift) %
|
||||
(dd->n_krcv_queues - 1)) + 1;
|
||||
|
||||
ctxt = hfi1_get_qp_map(dd, qp->ibqp.qp_num >> dd->qos_shift);
|
||||
return dd->rcd[ctxt];
|
||||
}
|
||||
|
||||
|
مرجع در شماره جدید
Block a user