diff mbox series

[5/6] svcrdma: remove the handling of last WQE reached event

Message ID 20240618001034.22681-6-mgurtovoy@nvidia.com (mailing list archive)
State Superseded
Headers show
Series Last WQE Reached event treatment | expand

Commit Message

Max Gurtovoy June 18, 2024, 12:10 a.m. UTC
This event is handled by the RDMA core layer.

Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
---
 net/sunrpc/xprtrdma/svc_rdma_transport.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Chuck Lever June 18, 2024, 3:12 p.m. UTC | #1
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@nvidia.com>
> ---
>  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@oracle.com>
diff mbox series

Patch

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 */