[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <OFD1E1285F.980A7DEF-ON652572D8.002FD5E4-652572D8.0030903D@in.ibm.com>
Date: Fri, 11 May 2007 14:20:26 +0530
From: Krishna Kumar2 <krkumar2@...ibm.com>
To: Andi Kleen <ak@...e.de>
Cc: ak@...e.de, Andi Kleen <andi@...stfloor.org>,
netdev@...r.kernel.org
Subject: Re: [RFC] New driver API to speed up small packets xmits
Hi Andy,
Andi Kleen <ak@...e.de> wrote on 05/11/2007 03:07:14 PM:
> But without it aggregation on RX is much less useful because the packets
> cannot be kept together after socket demux which happens relatively early
> in the packet processing path.
Then I misunderstood you, my proposal is only for TX. GSO will not help as
it is for large packets to get segmented at the latest point in time to
avoid going through the stack multiple times. My proposal is to link
multiple
packets to send to the device in one shot rather than calling qdisc_restart
multiple times.
> > But for sends, why does same or different connection matter ? There is
> > no aggregating of skbs.
>
> I wasn't talking about sending.
>
> But there actually is :- TSO/GSO.
Sorry to mis-write what I meant : in my proposal there is no aggregating
of skbs so single/multiple connections should not matter.
Thanks,
- KK
-
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