On Mon, Jun 17, 2024 at 08:10:33PM -0400, Max Gurtovoy wrote: > This event is handled by the RDMA core layer. > > Signed-off-by: Max Gurtovoy <mgurtovoy@xxxxxxxxxx> > --- > net/sunrpc/xprtrdma/svc_rdma_transport.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/net/sunrpc/xprtrdma/svc_rdma_transport.c b/net/sunrpc/xprtrdma/svc_rdma_transport.c > index 2b1c16b9547d..4bb94b02c34c 100644 > --- a/net/sunrpc/xprtrdma/svc_rdma_transport.c > +++ b/net/sunrpc/xprtrdma/svc_rdma_transport.c > @@ -107,7 +107,6 @@ static void qp_event_handler(struct ib_event *event, void *context) > case IB_EVENT_PATH_MIG: > case IB_EVENT_COMM_EST: > case IB_EVENT_SQ_DRAINED: > - case IB_EVENT_QP_LAST_WQE_REACHED: > break; > > /* These are considered fatal events */ > -- > 2.18.1 > Acked-by: Chuck Lever <chuck.lever@xxxxxxxxxx> -- Chuck Lever