forked from Minki/linux
RDMA/rxe: Remove duplicate settings
Remove duplicate settings for vendor_err and qp_num. Link: https://lore.kernel.org/r/20210930094813.226888-5-yangx.jy@fujitsu.com Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
262d9fcf85
commit
115fda3509
@ -860,7 +860,6 @@ static enum resp_states do_complete(struct rxe_qp *qp,
|
||||
wc->opcode = (pkt->mask & RXE_IMMDT_MASK &&
|
||||
pkt->mask & RXE_WRITE_MASK) ?
|
||||
IB_WC_RECV_RDMA_WITH_IMM : IB_WC_RECV;
|
||||
wc->vendor_err = 0;
|
||||
wc->byte_len = (pkt->mask & RXE_IMMDT_MASK &&
|
||||
pkt->mask & RXE_WRITE_MASK) ?
|
||||
qp->resp.length : wqe->dma.length - wqe->dma.resid;
|
||||
@ -881,8 +880,6 @@ static enum resp_states do_complete(struct rxe_qp *qp,
|
||||
uwc->ex.invalidate_rkey = ieth_rkey(pkt);
|
||||
}
|
||||
|
||||
uwc->qp_num = qp->ibqp.qp_num;
|
||||
|
||||
if (pkt->mask & RXE_DETH_MASK)
|
||||
uwc->src_qp = deth_sqp(pkt);
|
||||
|
||||
@ -914,7 +911,6 @@ static enum resp_states do_complete(struct rxe_qp *qp,
|
||||
if (pkt->mask & RXE_DETH_MASK)
|
||||
wc->src_qp = deth_sqp(pkt);
|
||||
|
||||
wc->qp = &qp->ibqp;
|
||||
wc->port_num = qp->attr.port_num;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user