Re: [PATCH 4/4] capture pages freed during direct reclaim for allocation by the reclaimer

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Friday, October 3, 2008 - 5:37 am

KOSAKI Motohiro wrote:


Its simpler code wise.



pcps are a particular problem on NUMA because the lists are replicated per
zone and per processor.


In the worst case we see that pcps cause a 5% performance drop (sequential
alloc w/o free followed by sequential free w/o allocs). See my page allocator
tests in my git tree.


pcps need improvement. The performance issues with the page allocator fastpath
are likely due to bloating of the fastpaths (antifrag did not do much good on
that level). Plus current crops of processors are sensitive to cache footprint
issues (seems that the tbench regression in the network stack also are due to
the same effect). Doubly linked lists are not good  today because they touch
multiple cachelines.




--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] Reclaim page capture v4, Andy Whitcroft, (Wed Oct 1, 5:30 am)
Re: [PATCH 4/4] capture pages freed during direct reclaim ..., Christoph Lameter, (Wed Oct 1, 8:01 am)
Re: [PATCH 0/4] Reclaim page capture v4, MinChan Kim, (Wed Oct 1, 7:46 pm)
Re: [PATCH 0/4] Reclaim page capture v4, KAMEZAWA Hiroyuki, (Wed Oct 1, 11:44 pm)
Re: [PATCH 1/4] pull out the page pre-release and sanity c ..., KAMEZAWA Hiroyuki, (Thu Oct 2, 12:05 am)
Re: [PATCH 2/4] pull out zone cpuset and watermark checks ..., KAMEZAWA Hiroyuki, (Thu Oct 2, 12:05 am)
Re: [PATCH 3/4] buddy: explicitly identify buddy field use ..., KAMEZAWA Hiroyuki, (Thu Oct 2, 12:06 am)
Re: [PATCH 4/4] capture pages freed during direct reclaim ..., KAMEZAWA Hiroyuki, (Thu Oct 2, 12:24 am)
Re: [PATCH 0/4] Reclaim page capture v4, Andy Whitcroft, (Thu Oct 2, 8:04 am)
Re: [PATCH 4/4] capture pages freed during direct reclaim ..., Christoph Lameter, (Thu Oct 2, 9:29 am)
Re: [PATCH 0/4] Reclaim page capture v4, KOSAKI Motohiro, (Thu Oct 2, 8:25 pm)
Re: [PATCH 0/4] Reclaim page capture v4, KOSAKI Motohiro, (Thu Oct 2, 11:48 pm)
Re: [PATCH 4/4] capture pages freed during direct reclaim ..., Christoph Lameter, (Fri Oct 3, 5:37 am)
Re: [PATCH 0/4] Reclaim page capture v4, MinChan Kim, (Mon Oct 6, 9:29 pm)