Re: gso: Attempt to handle mega-GRO packets
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2013-11-06 08:16:46
On Wed, Nov 06, 2013 at 04:04:25PM +0800, Herbert Xu wrote:
On Tue, Nov 05, 2013 at 09:20:22PM -0800, Eric Dumazet wrote:quoted
On Wed, 2013-11-06 at 12:28 +0800, Herbert Xu wrote:quoted
On Tue, Nov 05, 2013 at 08:23:05PM -0800, Eric Dumazet wrote:quoted
Nope, I already mentioned this : Please take a look at 2613af0ed18a11d5c566a81f9a6510b73180660a ("virtio_net: migrate mergeable rx buffers to page frag allocators")This patch should simply be reverted. You guys steam-rolled over the virtio_net people's concerns that this seriously impacts virt performance.Have you followed netdev traffic lately ? virtio_net performance is better than before, and we did no revert, thank you.The last email I saw from Michael Tsirkin he still wasn't happy that your patch does not degrade virt performance. Where is the reply to that?
I just looked at the aformentioned patch again and it is seriously broken! How on earth did it get merged? Instead of using perfectly sane 4K pages per frag to store guest to guest traffic, we now end up using 1.5K frags, which that's why you end up having to use the frag_list, WTF? Dave, please revert the above commit as it is seriously broken. Whatever performance problem it is trying to address can surely be fixed without being so stupid as to break up perfectly sized 4K pages into 1.5K chunks. Thanks! -- Email: Herbert Xu [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt