Re: TCP and batching WAS(Re: [PATCH 00/10] Implement batching skb API

2007-07-23 Thread Stephen Hemminger
On Sat, 21 Jul 2007 09:46:19 -0400 jamal <[EMAIL PROTECTED]> wrote: > On Fri, 2007-20-07 at 08:18 +0100, Stephen Hemminger wrote: > > > You may see worse performance with batching in the real world when > > running over WAN's. Like TSO, batching will generate back to back packet > > trains that

TCP and batching WAS(Re: [PATCH 00/10] Implement batching skb API

2007-07-21 Thread jamal
On Fri, 2007-20-07 at 08:18 +0100, Stephen Hemminger wrote: > You may see worse performance with batching in the real world when > running over WAN's. Like TSO, batching will generate back to back packet > trains that are subject to multi-packet synchronized loss. Has someone done any study on