diff options
author | Amrani, Ram <[email protected]> | 2016-12-22 14:40:40 +0200 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2016-12-22 11:36:12 -0500 |
commit | 74c3875c3d9aad356ae27fc4f4176d4dc89c457b (patch) | |
tree | aca41151d73e7106ebdd4f5d5fec5f91c4e4200b | |
parent | 27035a1b37fc284b59a2bca4cf2f910ebf03717f (diff) |
qedr: Always notify the verb consumer of flushed CQEs
Signed-off-by: Ram Amrani <[email protected]>
Reviewed-by: Michal Kalderon <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
-rw-r--r-- | drivers/infiniband/hw/qedr/verbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qedr/verbs.c b/drivers/infiniband/hw/qedr/verbs.c index 4017315ae734..57c8de208077 100644 --- a/drivers/infiniband/hw/qedr/verbs.c +++ b/drivers/infiniband/hw/qedr/verbs.c @@ -3238,7 +3238,7 @@ static int qedr_poll_cq_req(struct qedr_dev *dev, "Error: POLL CQ with RDMA_CQE_REQ_STS_WORK_REQUEST_FLUSHED_ERR. CQ icid=0x%x, QP icid=0x%x\n", cq->icid, qp->icid); cnt = process_req(dev, qp, cq, num_entries, wc, req->sq_cons, - IB_WC_WR_FLUSH_ERR, 0); + IB_WC_WR_FLUSH_ERR, 1); break; default: /* process all WQE before the cosumer */ |