xprtrdma: Modernize ops->connect
Adapt and apply changes that were made to the TCP socket connect code. See the following commits for details on the purpose of these changes: Commit 7196dbb0 ("SUNRPC: Allow changing of the TCP timeout parameters on the fly") Commit 3851f1cd ("SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout") Commit 02910177 ("SUNRPC: Fix reconnection timeouts") Some common transport code is moved to xprt.c to satisfy the code duplication police. Signed-off-by:Chuck Lever <chuck.lever@oracle.com> Signed-off-by:
Anna Schumaker <Anna.Schumaker@Netapp.com>
Showing
- include/linux/sunrpc/xprt.h 3 additions, 0 deletionsinclude/linux/sunrpc/xprt.h
- include/trace/events/rpcrdma.h 31 additions, 0 deletionsinclude/trace/events/rpcrdma.h
- net/sunrpc/sched.c 1 addition, 0 deletionsnet/sunrpc/sched.c
- net/sunrpc/xprt.c 32 additions, 0 deletionsnet/sunrpc/xprt.c
- net/sunrpc/xprtrdma/transport.c 51 additions, 15 deletionsnet/sunrpc/xprtrdma/transport.c
- net/sunrpc/xprtrdma/xprt_rdma.h 1 addition, 0 deletionsnet/sunrpc/xprtrdma/xprt_rdma.h
- net/sunrpc/xprtsock.c 2 additions, 21 deletionsnet/sunrpc/xprtsock.c
Please register or sign in to comment