[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1106141302110.17529@wel-95.cs.helsinki.fi>
Date: Tue, 14 Jun 2011 13:53:37 +0300 (EEST)
From: "Ilpo Järvinen" <ilpo.jarvinen@...sinki.fi>
To: Joris van Rantwijk <joris@...isvr.nl>
cc: Eric Dumazet <eric.dumazet@...il.com>,
Netdev <netdev@...r.kernel.org>
Subject: Re: Question about LRO/GRO and TCP acknowledgements
On Sun, 12 Jun 2011, Joris van Rantwijk wrote:
> On 2011-06-12, Eric Dumazet <eric.dumazet@...il.com> wrote:
> > Think of GRO being a receiver facility against stress/load, typically
> > in datacenter.
> >
> > Only when receiver is overloaded, GRO kicks in and can coalesce
> > several frames before being handled in TCP stack in one run.
>
> Ok, it now becomes clear to me that I have a different scenario in mind
> than GRO was designed to handle. I'm interested in LRO as a method
> to sustain 1 Gbit through a single TCP connection on a slow embedded
> computer.
>
> > If receiver is so loaded that more than 2 frames are coalesced in a
> > NAPI run, it certainly helps to not allow sender to increase its cwnd
> > more than one SMSS. We probably are right before packet drops anyway.
>
> Right. So unlike TSO, GRO is not a transparent, generally applicable
> performance improvement. It's more like a form of graceful degradation,
> helping a server to sustain overall throughput when it is already
> swamped in TCP traffic.
>
> Thanks for your clarification. This has certainly solved some confusion
> on my side.
BTW, it wouldn't be impossible to create all those "missing" ACKs on the
TCP layer relatively cheaply when receiving the GRO'ed super segment. I'm
certainly not opposed you coming up such patch which does all that minimal
work needed on TCP layer but I think it requires also some TSO/GSO related
problem solving because TSO/GSO as is won't let you create such super ACKs
we'd want to send out on that single go.
--
i.
--
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