[PATCH] RPC: introduce client-side transport switch
authorChuck Lever <cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:23 +0000 (16:25 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:12 +0000 (12:38 -0400)
commita246b0105bbd9a70a698f69baae2042996f2a0e9
tree6c8831d8579a7fdc5201d3e9c20270cb1420eeda
parent094bb20b9fcab3a1652a77741caba6b78097d622
[PATCH] RPC: introduce client-side transport switch

 Move the bulk of client-side socket-specific code into a separate source
 file, net/sunrpc/xprtsock.c.

 Test-plan:
 Millions of fsx operations.  Performance characterization such as "sio" or
 "iozone".  Destructive testing (unplugging the network temporarily, server
 reboots).  Connectathon with v2, v3, and v4.

 Version: Thu, 11 Aug 2005 16:03:38 -0400

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/xdr.h
include/linux/sunrpc/xprt.h
net/sunrpc/Makefile
net/sunrpc/clnt.c
net/sunrpc/sysctl.c
net/sunrpc/xdr.c
net/sunrpc/xprt.c
net/sunrpc/xprtsock.c [new file with mode: 0644]