kernel-ark/include/linux/sunrpc
Chuck Lever 12a804698b [PATCH] RPC: expose API for serializing access to RPC transports
The next several patches introduce an API that allows transports to
 choose whether the RPC client provides congestion control or whether
 the transport itself provides it.

 The first method we abstract is the one that serializes access to the
 RPC transport to prevent the bytes from different requests from mingling
 together.  This method provides proper request serialization and the
 opportunity to prevent new requests from being started because the
 transport is congested.

 The normal situation is for the transport to handle congestion control
 itself.  Although NFS over UDP was first, it has been recognized after
 years of experience that having the transport provide congestion control
 is much better than doing it in the RPC client.  Thus TCP, and probably
 every future transport implementation, will use the default method,
 xprt_lock_write, provided in xprt.c, which does not provide any kind
 of congestion control.  UDP can continue using the xprt.c-provided
 Van Jacobson congestion avoidance implementation.

 Test-plan:
 Use WAN simulation to cause sporadic bursty packet loss.  Look for significant
 regression in performance or client stability.

 Signed-off-by: Chuck Lever <cel@netapp.com>
 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2005-09-23 12:38:38 -04:00
..
auth_gss.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
auth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cache.h [PATCH] sunrpc: cache_register can use wrong module reference 2005-09-07 16:57:25 -07:00
clnt.h [PATCH] RPC: Allow multiple RPC client programs to share the same transport 2005-06-22 16:07:18 -04:00
debug.h [PATCH] RPC: transport switch function naming 2005-09-23 12:38:14 -04:00
gss_api.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gss_asn1.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gss_err.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gss_krb5.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gss_spkm3.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
msg_prot.h [PATCH] RPC: skip over transport-specific heads automatically 2005-09-23 12:38:33 -04:00
rpc_pipe_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sched.h [PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit() 2005-06-22 16:07:07 -04:00
stats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
svc.h [PATCH] NFSD: Add server support for NFSv3 ACLs. 2005-06-22 16:07:23 -04:00
svcauth_gss.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
svcauth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
svcsock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
timer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
types.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xdr.h [PATCH] RPC: introduce client-side transport switch 2005-09-23 12:38:12 -04:00
xprt.h [PATCH] RPC: expose API for serializing access to RPC transports 2005-09-23 12:38:38 -04:00