]> git.baikalelectronics.ru Git - kernel.git/commit
xprtrdma: Modernize ops->connect
authorChuck Lever <chuck.lever@oracle.com>
Wed, 19 Jun 2019 14:33:42 +0000 (10:33 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 9 Jul 2019 14:30:25 +0000 (10:30 -0400)
commit34f7517ba184c3fd31de7f3bc77ca1f6c9c44c15
treecfd637f2913a11b2ff2c71669fcbf7bb6250a6ee
parent58089ad2524718b1ead5d2c7f95127c2d3c8546d
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 4fe8a6ab88c1 ("SUNRPC: Allow changing of the TCP timeout parameters on the fly")
Commit a0c86a3c6336 ("SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout")
Commit f114ebaa5581 ("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>
include/linux/sunrpc/xprt.h
include/trace/events/rpcrdma.h
net/sunrpc/sched.c
net/sunrpc/xprt.c
net/sunrpc/xprtrdma/transport.c
net/sunrpc/xprtrdma/xprt_rdma.h
net/sunrpc/xprtsock.c