[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46435412.50800@hp.com>
Date: Thu, 10 May 2007 10:19:14 -0700
From: Rick Jones <rick.jones2@...com>
To: Krishna Kumar2 <krkumar2@...ibm.com>
Cc: Evgeniy Polyakov <johnpol@....mipt.ru>, netdev@...r.kernel.org
Subject: Re: [RFC] New driver API to speed up small packets xmits
> It is the reverse - GSO will segment one super-packet just before calling
> the driver so that the stack is traversed only once. In my case, I am
> trying to send out multiple skbs, possibly small packets, in one shot.
> GSO will not help for small packets.
If there are small packets that implies small sends, which suggests that they
would be coalesced either implicitly by the Nagle algorithm or explicitly with
TCP_CORK no?
rick jones
-
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