[1707] in linux-net channel archive

home help back first fref pref prev next nref lref last post

Performance Enhancements to NFS client.

daemon@ATHENA.MIT.EDU (Lincoln Myers)
Sat Jan 27 00:27:50 1996

Date: 	Fri, 26 Jan 1996 00:12:52 -0800
From: Lincoln Myers <lim@csua.berkeley.edu>
To: linux-net@vger.rutgers.edu

I'm looking at maybe making some performance enhancements to the Linux
NFS client.

Who else is working on the NFS client right now?  What would be a good
list on which to discuss NFS under linux?

One of the things I might do (to decrease latency and possibly to do
read ahead) is demultiplex incoming replies and send out
(re)transmissions in the NET or TIMER bottom half interrupts (by
overriding the NFS socket's sk->data_ready and by adding a timer).
Can this be done?  In particular, is there any reason why udp_sendmsg
cannot be called during a bottom half interrupt?

Lincoln


home help back first fref pref prev next nref lref last post