[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1354317815.11754.498.camel@localhost>
Date: Sat, 01 Dec 2012 00:23:35 +0100
From: Jesper Dangaard Brouer <brouer@...hat.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: David Miller <davem@...emloft.net>, fw@...len.de,
netdev@...r.kernel.org, pablo@...filter.org, tgraf@...g.ch,
amwang@...hat.com, kaber@...sh.net, paulmck@...ux.vnet.ibm.com,
herbert@...dor.hengli.com.au
Subject: Re: [net-next PATCH V2 1/9] net: frag evictor, avoid killing warm
frag queues
On Fri, 2012-11-30 at 14:25 -0800, Eric Dumazet wrote:
> On Fri, 2012-11-30 at 22:37 +0100, Jesper Dangaard Brouer wrote:
>
> > Come on Eric, you are smart than this. When will you realize, that
> > dropping partly completed fragment queue are bad for performance? (And
> > thus a bad algorithmic choice in the evictor)
>
> Sorry I must be dumb, so I'll stop commenting.
Come on Eric, you are one of the smartest and most enlightened persons I
know.
I'm just a little puzzled (and perhaps annoyed) that you don't agree
that the evictor code is a problem, given the tests I have provided and
the discussion we have had.
On this mailing list we challenge and give each other a hard time on the
technical side, as it should be. This is nothing personal -- I don't
take it personal, I just believe this patch is important and makes a
difference.
I want us to discuss the evictor code as such. Not trying to come up
with, workarounds avoiding the evictor code.
The dropping choice in the evictor code is not sound.
We are dealing with assembling fragments. If a single fragment is lost,
the complete fragment is lost. The evictor code, will kill off one or
several fragments, knowing that this will invalidate the remaining
fragments. Under high load, the LRU list has no effect, and cannot
guide the drop choice. The result is dropping on an "even"/fair basis,
which will basically kill all fragments, letting none complete. Just as
my tests indicate, it severely affects performance with nearly no
throughput as a result.
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Sr. Network Kernel Developer at Red Hat
Author of http://www.iptv-analyzer.org
LinkedIn: http://www.linkedin.com/in/brouer
--
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