Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1441654 > unrolled thread

Re: [PATCH 30/34] mm: page_alloc: cache the last node whose dirty limit is reached

Started byJohannes Weiner <hannes@cmpxchg.org>
First post2016-07-12 20:50 +0200
Last post2016-07-12 20:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 30/34] mm: page_alloc: cache the last node whose dirty  limit is reached Johannes Weiner <hannes@cmpxchg.org> - 2016-07-12 20:50 +0200

#1441654 — Re: [PATCH 30/34] mm: page_alloc: cache the last node whose dirty limit is reached

FromJohannes Weiner <hannes@cmpxchg.org>
Date2016-07-12 20:50 +0200
SubjectRe: [PATCH 30/34] mm: page_alloc: cache the last node whose dirty limit is reached
Message-ID<rUaUO-iN-11@gated-at.bofh.it>
On Fri, Jul 08, 2016 at 10:35:06AM +0100, Mel Gorman wrote:
> If a page is about to be dirtied then the page allocator attempts to limit
> the total number of dirty pages that exists in any given zone.  The call
> to node_dirty_ok is expensive so this patch records if the last pgdat
> examined hit the dirty limits.  In some cases, this reduces the number of
> calls to node_dirty_ok().
> 
> Signed-off-by: Mel Gorman <mgorman@techsingularity.net>
> Acked-by: Vlastimil Babka <vbabka@suse.cz>

I guess...

Acked-by: Johannes Weiner <hannes@cmpxchg.org>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web