aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Shaia <[email protected]>2017-02-16 14:05:05 +0200
committerDoug Ledford <[email protected]>2017-02-19 09:27:28 -0500
commitc67294b70b5aafa2769e8c677a044243ce974c3a (patch)
tree3d7cc7c99f14503cdf17aa49f86305c33f161994
parent7bf3976d6cfd77c956484186e8bed8f4aab677ce (diff)
IB/vmw_pvrdma: Expose vendor error to ULPs
Signed-off-by: Yuval Shaia <[email protected]> Acked-by: Adit Ranadive <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
-rw-r--r--drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c b/drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
index e429ca5b16aa..69bda611d313 100644
--- a/drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
+++ b/drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
@@ -373,7 +373,7 @@ retry:
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);