Re: [PATCH] mm: use pagevec to rotate reclaimable page
From: Nick Piggin <hidden>
Date: 2007-09-18 17:55:54
Also in:
lkml
On Wednesday 19 September 2007 03:44, Andrew Morton wrote:
On Tue, 18 Sep 2007 11:29:50 +1000 Nick Piggin [off-list ref]
wrote:
quoted
It would be interesting to test -mm kernels. They have a patch which reduces zone lock contention quite a lot.They do? Which patch?
Hmm... mm-buffered-write-cleanup.patch.
quoted
I think your patch is a nice idea, and with less zone lock contention in other areas, it is possible that it might produce a relatively larger improvement.I'm a bit wobbly about this patch - it adds additional single-cpu overhead to reduce multiple-cpu overhead and latency.
Yeah, that's true. Although maybe it gets significantly more after the patch in -mm. Possibly other page batching sites have similar issues on UP... I wonder if a type of pagevec that turns into a noop on UP would be interesting... probably totally unmeasurable and not worth the cost of code maintenance ;) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>