Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c67294b7 authored by Yuval Shaia's avatar Yuval Shaia Committed by Doug Ledford
Browse files

IB/vmw_pvrdma: Expose vendor error to ULPs

parent 7bf3976d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ static int pvrdma_poll_one(struct pvrdma_cq *cq, struct pvrdma_qp **cur_qp,
	wc->sl = cqe->sl;
	wc->dlid_path_bits = cqe->dlid_path_bits;
	wc->port_num = cqe->port_num;
	wc->vendor_err = 0;
	wc->vendor_err = cqe->vendor_err;

	/* Update shared ring state */
	pvrdma_idx_ring_inc(&cq->ring_state->rx.cons_head, cq->ibcq.cqe);