From: "David S. Miller" <davem@redhat.com>
To: dean gaudet <dean-list-linux-kernel@arctic.org>
Cc: Fabio Riccardi <fabio@chromium.com>, Ingo Molnar <mingo@elte.hu>,
<linux-kernel@vger.kernel.org>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
Christopher Smith <x@xman.org>,
Andrew Morton <andrewm@uow.edu.au>,
"Timothy D. Witham" <wookie@osdlab.org>, <David_J_Morse@Dell.com>
Subject: Re: X15 alpha release: as fast as TUX but in user space
Date: Mon, 30 Apr 2001 14:52:59 -0700 (PDT) [thread overview]
Message-ID: <15085.57019.228317.281735@pizda.ninka.net> (raw)
In-Reply-To: <Pine.LNX.4.33.0104301444160.14436-100000@twinlark.arctic.org>
In-Reply-To: <3AEDBEB8.449D88C3@chromium.com> <Pine.LNX.4.33.0104301444160.14436-100000@twinlark.arctic.org>
dean gaudet writes:
> On Sun, 29 Apr 2001, David S. Miller wrote:
>
> > If you do the TCP_CORK thing, what you end up with is a scatter gather
> > entry in the SKB for the header bits, then the page cache segments.
>
> so then the NIC would be sent a 3 entry gather list -- 1 entry for TCP/IP
> headers, 1 for HTTP headers, and 1 for the initial page cache segment?
Basically. It's weird because we could change tcp_sendmsg() to grab a
"little bit" of space in skb->data after the TCP headers area, but
that would screw all the memory allocation advantages carving up pages
gives us.
TCP used to be really rough on the memory subsystem, and in particular
going to a page carving scheme helped a lot in this area.
> are there any NICs which take only 2 entry lists? (boo hiss and curses
> on such things if they exist!)
Tulip I think falls into this category, I could be wrong. It has two
buffer pointers in the RX descriptor, but one might be able to chain
them.
Alexey added SG support to Tulip at some point, and I can probably dig
up the patch. It doesn't do hw csumming, though.
Later,
David S. Miller
davem@redhat.com
next prev parent reply other threads:[~2001-04-30 21:53 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-28 0:18 Fabio Riccardi
2001-04-28 0:41 ` Aaron Lehmann
2001-04-28 0:49 ` David S. Miller
2001-04-28 1:11 ` Fabio Riccardi
2001-04-28 8:42 ` Ingo Molnar
2001-04-28 13:15 ` Ville Herva
2001-04-28 13:21 ` Ingo Molnar
2001-04-28 13:24 ` Ingo Molnar
2001-04-28 13:30 ` Ville Herva
2001-04-28 13:55 ` Andi Kleen
2001-04-29 21:25 ` Fabio Riccardi
2001-04-30 5:43 ` dean gaudet
2001-04-30 19:36 ` Fabio Riccardi
2001-04-30 21:47 ` dean gaudet
2001-04-30 21:52 ` David S. Miller [this message]
2001-05-01 7:31 ` Ingo Molnar
2001-04-30 6:39 ` David S. Miller
2001-05-01 7:25 ` Ingo Molnar
2001-04-28 7:32 Ingo Molnar
2001-04-29 21:19 ` Fabio Riccardi
2001-05-01 8:53 ` Ingo Molnar
2001-05-01 17:10 ` Fabio Riccardi
2001-05-01 17:12 ` Ingo Molnar
2001-05-04 1:58 ` Fabio Riccardi
2001-05-04 8:49 ` Ingo Molnar
2001-05-04 18:10 ` Fabio Riccardi
2001-05-04 18:38 ` Davide Libenzi
2001-05-09 22:42 ` Fabio Riccardi
2001-05-02 8:50 ` Ingo Molnar
2001-05-02 14:12 ` Zach Brown
2001-05-03 2:41 ` Fabio Riccardi
2001-05-02 23:19 ` Lincoln Dale
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15085.57019.228317.281735@pizda.ninka.net \
--to=davem@redhat.com \
--cc=David_J_Morse@Dell.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=andrewm@uow.edu.au \
--cc=dean-list-linux-kernel@arctic.org \
--cc=fabio@chromium.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=wookie@osdlab.org \
--cc=x@xman.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®