From: Chuck Lever Date: Mon, 16 May 2016 15:34:52 +0000 (-0600) Subject: [sunrpc] Fix NFS/RDMA client mount point hangs when clustered server fails over X-Git-Tag: v4.1.12-92~160^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7cddb7d96069f27b29d1b56684d7f79839b61620;p=users%2Fjedix%2Flinux-maple.git [sunrpc] Fix NFS/RDMA client mount point hangs when clustered server fails over Orabug: 23035067 Reviewed-by: John Sobecki Tested-by: Helen Chao --- diff --git a/net/sunrpc/xprtrdma/verbs.c b/net/sunrpc/xprtrdma/verbs.c index f9f748b8d98b..d49dcda09415 100644 --- a/net/sunrpc/xprtrdma/verbs.c +++ b/net/sunrpc/xprtrdma/verbs.c @@ -861,7 +861,7 @@ rpcrdma_ep_create(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia, ep->rep_remote_cma.responder_resources = devattr->max_qp_rd_atom; - ep->rep_remote_cma.retry_count = 7; + ep->rep_remote_cma.retry_count = 6; ep->rep_remote_cma.flow_control = 0; ep->rep_remote_cma.rnr_retry_count = 0;