Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1

From: Ingo Molnar (mingo@elte.hu)
Date: Tue Jan 09 2001 - 10:37:26 EST


On Tue, 9 Jan 2001, Stephen C. Tweedie wrote:

> Jes has also got hard numbers for the performance advantages of
> jumbograms on some of the networks he's been using, and you ain't
> going to get udp jumbograms through a page-by-page API, ever.

i know the performance advantages of jumbograms (typically when it's over
a local network), it's undisputed. Still i dont see why it should be
impossible to do effective UDP via a single-page interface. Eg. buffering
of outgoing pages could be supported, and MSG_MORE in sendmsg() used to
indicate end of stream. This is why ->writepage() has a 'more' flag (and
tcp_sendpage() has a flag as well).

        Ingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 15 2001 - 21:00:21 EST