lkml.org 
[lkml]   [2016]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 08/27] mm, vmscan: Make kswapd reclaim in terms of nodes
From
Date
On 02/23/2016 04:04 PM, Mel Gorman wrote:
> -static bool zone_balanced(struct zone *zone, int order, bool highorder,
> +static bool zone_balanced(struct zone *zone, int order,
> unsigned long balance_gap, int classzone_idx)
> {
> unsigned long mark = high_wmark_pages(zone) + balance_gap;
>
> - /*
> - * When checking from pgdat_balanced(), kswapd should stop and sleep
> - * when it reaches the high order-0 watermark and let kcompactd take
> - * over. Other callers such as wakeup_kswapd() want to determine the
> - * true high-order watermark.
> - */
> - if (IS_ENABLED(CONFIG_COMPACTION) && !highorder) {
> - mark += (1UL << order);
> - order = 0;
> - }
> -
> return zone_watermark_ok_safe(zone, order, mark, classzone_idx);

Did you really intend to remove this or was it due to rebasing on top of
kcompactd?
My intention was that kswapd will consider zone balanced just by having
enough base pages. Maybe the next patches will reintroduce this differently?

\
 
 \ /
  Last update: 2016-03-03 15:21    [W:0.306 / U:0.660 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site