[PATCH 2/6] IB/isert: remove the handling of last WQE reached event
Max Gurtovoy
mgurtovoy at nvidia.com
Mon Jun 17 17:10:30 PDT 2024
This event is handled by the RDMA core layer.
Signed-off-by: Max Gurtovoy <mgurtovoy at nvidia.com>
---
drivers/infiniband/ulp/isert/ib_isert.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/infiniband/ulp/isert/ib_isert.c b/drivers/infiniband/ulp/isert/ib_isert.c
index 00a7303c8cc6..42977a5326ee 100644
--- a/drivers/infiniband/ulp/isert/ib_isert.c
+++ b/drivers/infiniband/ulp/isert/ib_isert.c
@@ -91,9 +91,6 @@ isert_qp_event_callback(struct ib_event *e, void *context)
case IB_EVENT_COMM_EST:
rdma_notify(isert_conn->cm_id, IB_EVENT_COMM_EST);
break;
- case IB_EVENT_QP_LAST_WQE_REACHED:
- isert_warn("Reached TX IB_EVENT_QP_LAST_WQE_REACHED\n");
- break;
default:
break;
}
--
2.18.1
More information about the Linux-nvme
mailing list