Re: [PATCH 3/4] mm/compaction: enhance compaction finish condition

2014-12-09 Thread Joonsoo Kim
On Mon, Dec 08, 2014 at 10:34:05AM +0100, Vlastimil Babka wrote: > On 12/08/2014 08:16 AM, Joonsoo Kim wrote: > >Compaction has anti fragmentation algorithm. It is that freepage > >should be more than pageblock order to finish the compaction if we don't > >find any freepage in requested migratetype

Re: [PATCH 3/4] mm/compaction: enhance compaction finish condition

2014-12-08 Thread Vlastimil Babka
On 12/08/2014 08:16 AM, Joonsoo Kim wrote: Compaction has anti fragmentation algorithm. It is that freepage should be more than pageblock order to finish the compaction if we don't find any freepage in requested migratetype buddy list. This is for mitigating fragmentation, but, it is a lack of mi

[PATCH 3/4] mm/compaction: enhance compaction finish condition

2014-12-07 Thread Joonsoo Kim
Compaction has anti fragmentation algorithm. It is that freepage should be more than pageblock order to finish the compaction if we don't find any freepage in requested migratetype buddy list. This is for mitigating fragmentation, but, it is a lack of migratetype consideration and too excessive. A