linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH -V3] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
       [not found] <20210408132236.1175607-1-ying.huang@intel.com>
@ 2021-04-21  7:40 ` Mel Gorman
  0 siblings, 0 replies; only message in thread
From: Mel Gorman @ 2021-04-21  7:40 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, linux-kernel, Peter Zijlstra, Peter Xu,
	Johannes Weiner, Vlastimil Babka, Matthew Wilcox, Will Deacon,
	Michel Lespinasse, Arjun Roy, Huang Ying, Kirill A. Shutemov

On Thu, Apr 08, 2021 at 09:22:36PM +0800, Huang Ying wrote:
> With NUMA balancing, in hint page fault handler, the faulting page
> will be migrated to the accessing node if necessary.  During the
> migration, TLB will be shot down on all CPUs that the process has run
> on recently.  Because in the hint page fault handler, the PTE will be
> made accessible before the migration is tried.  The overhead of TLB
> shooting down can be high, so it's better to be avoided if possible.
> In fact, if we delay mapping the page until migration, that can be
> avoided.  This is what this patch doing.
> 

<SNIP>

> Signed-off-by: "Huang, Ying" <ying.huang@intel.com>
> Reviewed-by: Mel Gorman <mgorman@suse.de>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Peter Xu <peterx@redhat.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Vlastimil Babka <vbabka@suse.cz>
> Cc: "Matthew Wilcox" <willy@infradead.org>
> Cc: Will Deacon <will@kernel.org>
> Cc: Michel Lespinasse <walken@google.com>
> Cc: Arjun Roy <arjunroy@google.com>
> Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>

Hi Andrew,

I do not see this in the mmots tree. Was something missed in this patch
that needs fixing or did it just fall through the cracks?

Thanks.

-- 
Mel Gorman
SUSE Labs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-21  7:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210408132236.1175607-1-ying.huang@intel.com>
2021-04-21  7:40 ` [PATCH -V3] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault Mel Gorman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).