Re: [PATCH 03/31] mm, vmscan: move LRU lists to node

2016-07-05 Thread Mel Gorman
On Tue, Jul 05, 2016 at 10:19:57AM +0900, Minchan Kim wrote: > On Fri, Jul 01, 2016 at 09:01:11PM +0100, Mel Gorman wrote: > > This moves the LRU lists from the zone to the node and related data such > > as counters, tracing, congestion tracking and writeback tracking. > > Unfortunately, due to rec

Re: [PATCH 03/31] mm, vmscan: move LRU lists to node

2016-07-04 Thread Minchan Kim
On Fri, Jul 01, 2016 at 09:01:11PM +0100, Mel Gorman wrote: > This moves the LRU lists from the zone to the node and related data such > as counters, tracing, congestion tracking and writeback tracking. > Unfortunately, due to reclaim and compaction retry logic, it is necessary > to account for the

[PATCH 03/31] mm, vmscan: move LRU lists to node

2016-07-01 Thread Mel Gorman
This moves the LRU lists from the zone to the node and related data such as counters, tracing, congestion tracking and writeback tracking. Unfortunately, due to reclaim and compaction retry logic, it is necessary to account for the number of LRU pages on both zone and node logic. Most reclaim logi

[PATCH 03/31] mm, vmscan: move LRU lists to node

2016-07-01 Thread Mel Gorman
This moves the LRU lists from the zone to the node and related data such as counters, tracing, congestion tracking and writeback tracking. Unfortunately, due to reclaim and compaction retry logic, it is necessary to account for the number of LRU pages on both zone and node logic. Most reclaim logi