Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754957Ab2KMNjW (ORCPT ); Tue, 13 Nov 2012 08:39:22 -0500 Received: from mail-ee0-f46.google.com ([74.125.83.46]:40749 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754954Ab2KMNjS (ORCPT ); Tue, 13 Nov 2012 08:39:18 -0500 Date: Tue, 13 Nov 2012 14:39:13 +0100 From: Ingo Molnar To: Mel Gorman Cc: Peter Zijlstra , Andrea Arcangeli , Rik van Riel , Johannes Weiner , Hugh Dickins , Thomas Gleixner , Linus Torvalds , Andrew Morton , Linux-MM , LKML Subject: Re: [PATCH 15/19] mm: numa: Add fault driven placement and migration Message-ID: <20121113133913.GA17782@gmail.com> References: <1352193295-26815-1-git-send-email-mgorman@suse.de> <1352193295-26815-16-git-send-email-mgorman@suse.de> <20121113104530.GF21522@gmail.com> <20121113120909.GB8218@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121113120909.GB8218@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1503 Lines: 40 * Mel Gorman wrote: > > The NUMA_VARIABLE_LOCALITY name slightly misses the real > > point though that NUMA_EMBEDDED tried to stress: it's > > important to realize that these are systems that (ab-)use > > our NUMA memory zoning code to implement support for > > variable speed RAM modules - so they can use the existing > > node binding ABIs. > > > > The cost of that is the losing of the regular NUMA node > > structure. So by all means it's a convenient hack - but the > > name must signal that. I'm not attached to the NUMA_EMBEDDED > > naming overly strongly, but NUMA_VARIABLE_LOCALITY sounds > > more harmless than it should. > > > > Perhaps ARCH_WANT_NUMA_VARIABLE_LOCALITY_OVERRIDE? A tad > > long but we don't want it to be overused in any case. > > > > I had two reasons for not using the NUMA_EMBEDDED name. As I indicated I'm fine with not using that. > I'll go with the long name you suggest even though it's arch > specific because I never want point 2 above to happen anyway. > Maybe the name will poke the next person who plans to abuse > NUMA in the eye hard enough to discourage them. FYI, I've applied a slightly shorter variant in the numa/core tree, will send it out later today. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/