]> Git Repo - linux.git/commitdiff
qedr: Always notify the verb consumer of flushed CQEs
authorAmrani, Ram <[email protected]>
Thu, 22 Dec 2016 12:40:40 +0000 (14:40 +0200)
committerDoug Ledford <[email protected]>
Thu, 22 Dec 2016 16:36:12 +0000 (11:36 -0500)
Signed-off-by: Ram Amrani <[email protected]>
Reviewed-by: Michal Kalderon <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
drivers/infiniband/hw/qedr/verbs.c

index 4017315ae7345198404fc11b8f8c4b90f26fb36e..57c8de2080773b161272774a69eaebf02cc411ed 100644 (file)
@@ -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 */
This page took 0.062555 seconds and 4 git commands to generate.