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


Groups > linux.kernel > #1424217 > unrolled thread

Re: [PATCH 16/27] mm: Move page mapped accounting to the node

Started byVlastimil Babka <vbabka@suse.cz>
First post2016-06-16 18:00 +0200
Last post2016-06-16 18:10 +0200
Articles 2 — 2 participants

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 16/27] mm: Move page mapped accounting to the node Vlastimil Babka <vbabka@suse.cz> - 2016-06-16 18:00 +0200
    Re: [PATCH 16/27] mm: Move page mapped accounting to the node Mel Gorman <mgorman@techsingularity.net> - 2016-06-16 18:10 +0200

#1424217 — Re: [PATCH 16/27] mm: Move page mapped accounting to the node

FromVlastimil Babka <vbabka@suse.cz>
Date2016-06-16 18:00 +0200
SubjectRe: [PATCH 16/27] mm: Move page mapped accounting to the node
Message-ID<rKHS1-1Nf-5@gated-at.bofh.it>
On 06/09/2016 08:04 PM, Mel Gorman wrote:
> Reclaim makes decisions based on the number of file pages that are mapped but
> it's mixing node and zone information. Account NR_FILE_MAPPED pages on the node.

And NR_ANON_PAGES.

> Signed-off-by: Mel Gorman <mgorman@techsingularity.net>

Acked-by: Vlastimil Babka <vbabka@suse.cz>

I've noticed some new "page_zone(page)->zone_pgdat" instances here.

[toc] | [next] | [standalone]


#1424233

FromMel Gorman <mgorman@techsingularity.net>
Date2016-06-16 18:10 +0200
Message-ID<rKI1H-25D-15@gated-at.bofh.it>
In reply to#1424217
On Thu, Jun 16, 2016 at 05:52:59PM +0200, Vlastimil Babka wrote:
> On 06/09/2016 08:04 PM, Mel Gorman wrote:
> >Reclaim makes decisions based on the number of file pages that are mapped but
> >it's mixing node and zone information. Account NR_FILE_MAPPED pages on the node.
> 
> And NR_ANON_PAGES.
> 

Yes.

> >Signed-off-by: Mel Gorman <mgorman@techsingularity.net>
> 
> Acked-by: Vlastimil Babka <vbabka@suse.cz>
> 
> I've noticed some new "page_zone(page)->zone_pgdat" instances here.
> 

FWIW, I created a page_pgdat helper and converted all patterns like this
introduced by the series to the helper. There are other potential users
of the helper in the tree that are not touched by the patches but I left
them to preserve history.

-- 
Mel Gorman
SUSE Labs

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web