Re: [net-next PATCH V2 1/9] net: frag evictor, avoid killing warm frag queues
From: Jesper Dangaard Brouer <hidden>
Date: 2012-11-30 23:27:00
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:quoted
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