>>>>> " " == Andrew Morton <[EMAIL PROTECTED]> writes:
> Much the same story. Big increase in sendfile() efficiency,
> small drop in send() and NFS unchanged.
This is normal. The server doesn't do zero copy reads, but instead
copies from the page cache into an NFS-specific buffer using
file.f_op->read(). Alexey and Dave's changes are therefore unlikely to
register on NFS performance (other than on CPU use as has been
mentioned before) until we implement a sendfile-like scheme for knfsd
over TCP.
I've been wanting to start doing that (and also to finish the client
conversion to use the TCP zero-copy), but I'm pretty pressed for time
at the moment.
Cheers,
Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Re: sendfile+zerocopy: fairly sexy (nothing to do with EC... Aaron Lehmann
- Re: sendfile+zerocopy: fairly sexy (nothing to do wi... Andrew Morton
- Re: sendfile+zerocopy: fairly sexy (nothing to d... Ion Badulescu
- Re: sendfile+zerocopy: fairly sexy (nothing ... Andrew Morton
- Re: sendfile+zerocopy: fairly sexy (nothing to d... David S. Miller
- Re: sendfile+zerocopy: fairly sexy (nothing ... David S. Miller
- Re: sendfile+zerocopy: fairly sexy (noth... David S. Miller
- Re: sendfile+zerocopy: fairly sexy ... David S. Miller
- Re: sendfile+zerocopy: fairly sexy (noth... David S. Miller
- Re: sendfile+zerocopy: fairly sexy (nothing ... Andrew Morton
- Re: sendfile+zerocopy: fairly sexy (noth... Trond Myklebust
- Re: sendfile+zerocopy: fairly sexy (noth... David Lang
- Re: sendfile+zerocopy: fairly sexy ... David S. Miller
- Re: sendfile+zerocopy: fairly s... David Lang
- Re: sendfile+zerocopy: fairly s... David S. Miller
- Re: sendfile+zerocopy: fairly s... David Lang
- Re: sendfile+zerocopy: fairly s... Jeff Barrow
- Re: sendfile+zerocopy: fairly s... David S. Miller
- Re: sendfile+zerocopy: fairly s... James Sutherland
- Re: sendfile+zerocopy: fairly sexy (nothing to do with EC... Ion Badulescu
- Re: sendfile+zerocopy: fairly sexy (nothing to do wi... Andrew Morton

