[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200705130800.44595.ak@suse.de>
Date: Sun, 13 May 2007 08:00:44 +0200
From: Andi Kleen <ak@...e.de>
To: Roland Dreier <rdreier@...co.com>
Cc: Krishna Kumar2 <krkumar2@...ibm.com>, netdev@...r.kernel.org
Subject: Re: [RFC] New driver API to speed up small packets xmits
On Friday 11 May 2007 13:16:44 Roland Dreier wrote:
> > I wasn't talking about sending.
> >
> > But there actually is :- TSO/GSO.
>
> As I said before, getting multiple packets in one call to xmit would
> be nice for amortizing per-xmit overhead in IPoIB. So it would be
> nice if the cases where the stack does GSO ended up passing all the
> segments into the driver in one go.
Well TCP does upto 64k -- that is what GSO is about.
If you want it for unrelated connections I'm not sure it would actually
work because if you have a deep TX queue already it is unlikely
the qdisc will buffer that much. Most packet injection should
come from the individual sockets which is obviously only a single connection.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists