From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx142.postini.com [74.125.245.142]) by kanga.kvack.org (Postfix) with SMTP id B99D56B0044 for ; Fri, 16 Mar 2012 17:13:28 -0400 (EDT) Message-ID: <1331932375.18960.237.camel@twins> Subject: Re: [RFC][PATCH 10/26] mm, mpol: Make mempolicy home-node aware From: Peter Zijlstra Date: Fri, 16 Mar 2012 22:12:55 +0100 In-Reply-To: References: <20120316144028.036474157@chello.nl> <20120316144240.763518310@chello.nl> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Dan Smith , Bharata B Rao , Lee Schermerhorn , Andrea Arcangeli , Rik van Riel , Johannes Weiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org On Fri, 2012-03-16 at 13:34 -0500, Christoph Lameter wrote: > On Fri, 16 Mar 2012, Peter Zijlstra wrote: >=20 > > Add another layer of fallback policy to make the home node concept > > useful from a memory allocation PoV. > > > > This changes the mpol order to: > > > > - vma->vm_ops->get_policy [if applicable] > > - vma->vm_policy [if applicable] > > - task->mempolicy > > - tsk_home_node() preferred [NEW] > > - default_policy > > > > Note that the tsk_home_node() policy has Migrate-on-Fault enabled to > > facilitate efficient on-demand memory migration. >=20 > The numa hierachy is already complex. Could we avoid adding another layer > by adding a MPOL_HOME_NODE and make that the default? Not sure that's really a win, the behaviour would be the same we just have to implement another policy, which is likely more code. -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org