[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1459563971.6473.308.camel@edumazet-glaptop3.roam.corp.google.com>
Date: Fri, 01 Apr 2016 19:26:11 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: aduyck@...antis.com, tom@...bertland.com, jesse@...nel.org,
alexander.duyck@...il.com, edumazet@...gle.com,
netdev@...r.kernel.org, davem@...emloft.net
Subject: Re: [net PATCH 2/2] ipv4/GRO: Make GRO conform to RFC 6864
On Sat, 2016-04-02 at 10:19 +0800, Herbert Xu wrote:
> On Fri, Apr 01, 2016 at 07:15:33PM -0700, Eric Dumazet wrote:
> > On Sat, 2016-04-02 at 09:57 +0800, Herbert Xu wrote:
> > >
> > > We could easily fix that by adding a feature bit to control this,
> > > something like SKB_GSO_TCP_FIXEDID.
> >
> > I understood the patch allowed to aggregate 4 segments having
> >
> > ID=12 ID=40 ID=80 ID=1000
>
> Right. But I haven't seen any justification that we should aggregate
> such packets at all. The only valid case that I have seen is for
> the case of unchanging IDs, no?
Presumably repeats of "DF=1 ID=0" should be what we really need to
handle.
On my wish list, having some reordering logic in GRO would be far more
interesting than these minor details ;)
Powered by blists - more mailing lists