From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx203.postini.com [74.125.245.203]) by kanga.kvack.org (Postfix) with SMTP id D0F056B0070 for ; Wed, 21 Nov 2012 19:05:27 -0500 (EST) Received: by mail-ea0-f169.google.com with SMTP id a12so2757899eaa.14 for ; Wed, 21 Nov 2012 16:05:26 -0800 (PST) Date: Thu, 22 Nov 2012 01:05:21 +0100 From: Ingo Molnar Subject: Re: [PATCH 36/46] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships Message-ID: <20121122000521.GA7859@gmail.com> References: <1353493312-8069-1-git-send-email-mgorman@suse.de> <1353493312-8069-37-git-send-email-mgorman@suse.de> <20121121182537.GB29893@gmail.com> <20121121191547.GM8218@suse.de> <50AD2F86.3090303@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50AD2F86.3090303@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Rik van Riel Cc: Mel Gorman , Peter Zijlstra , Andrea Arcangeli , Johannes Weiner , Hugh Dickins , Thomas Gleixner , Paul Turner , Lee Schermerhorn , Alex Shi , Linus Torvalds , Andrew Morton , Linux-MM , LKML * Rik van Riel wrote: > On 11/21/2012 02:15 PM, Mel Gorman wrote: > >On Wed, Nov 21, 2012 at 07:25:37PM +0100, Ingo Molnar wrote: > > >>As mentioned in my other mail, this patch of yours looks very > >>similar to the numa/core commit attached below, mostly written > >>by Peter: > >> > >> 30f93abc6cb3 sched, numa, mm: Add the scanning page fault machinery > > >Just to compare, this is the wording in "autonuma: memory follows CPU > >algorithm and task/mm_autonuma stats collection" > > > >+/* > >+ * In this function we build a temporal CPU_node<->page relation by > >+ * using a two-stage autonuma_last_nid filter to remove short/unlikely > >+ * relations. > > Looks like the comment came from sched/numa, but the original > code came from autonuma: > > https://lkml.org/lkml/2012/8/22/629 Yeah, indeed, good find - thanks for tracking that down - to me it came from Peter. I'll add in an explicit credit to Andrea, the comment alone deserves one! Thanks, Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org