Re: [PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-16 Thread Joonsoo Kim
2015-06-16 21:33 GMT+09:00 Vlastimil Babka : > On 06/16/2015 08:10 AM, Joonsoo Kim wrote: >> On Wed, Jun 10, 2015 at 11:32:34AM +0200, Vlastimil Babka wrote: >>> The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in >>> compaction to prevent rescanning pages where isolation has

Re: [PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-16 Thread Vlastimil Babka
On 06/16/2015 08:10 AM, Joonsoo Kim wrote: > On Wed, Jun 10, 2015 at 11:32:34AM +0200, Vlastimil Babka wrote: >> The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in >> compaction to prevent rescanning pages where isolation has recently failed >> or they were scanned during the

Re: [PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-16 Thread Joonsoo Kim
On Wed, Jun 10, 2015 at 11:32:34AM +0200, Vlastimil Babka wrote: > The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in > compaction to prevent rescanning pages where isolation has recently failed > or they were scanned during the previous compaction attempt. > > Currently,

Re: [PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-16 Thread Joonsoo Kim
2015-06-16 21:33 GMT+09:00 Vlastimil Babka vba...@suse.cz: On 06/16/2015 08:10 AM, Joonsoo Kim wrote: On Wed, Jun 10, 2015 at 11:32:34AM +0200, Vlastimil Babka wrote: The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in compaction to prevent rescanning pages where isolation

Re: [PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-16 Thread Vlastimil Babka
On 06/16/2015 08:10 AM, Joonsoo Kim wrote: On Wed, Jun 10, 2015 at 11:32:34AM +0200, Vlastimil Babka wrote: The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in compaction to prevent rescanning pages where isolation has recently failed or they were scanned during the

Re: [PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-16 Thread Joonsoo Kim
On Wed, Jun 10, 2015 at 11:32:34AM +0200, Vlastimil Babka wrote: The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in compaction to prevent rescanning pages where isolation has recently failed or they were scanned during the previous compaction attempt. Currently, both

[PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-10 Thread Vlastimil Babka
The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in compaction to prevent rescanning pages where isolation has recently failed or they were scanned during the previous compaction attempt. Currently, both kinds of information are updated via update_pageblock_skip(), which is

[PATCH 6/6] mm, compaction: decouple updating pageblock_skip and cached pfn

2015-06-10 Thread Vlastimil Babka
The pageblock_skip bitmap and cached scanner pfn's are two mechanisms in compaction to prevent rescanning pages where isolation has recently failed or they were scanned during the previous compaction attempt. Currently, both kinds of information are updated via update_pageblock_skip(), which is