Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764202AbXHDIxD (ORCPT ); Sat, 4 Aug 2007 04:53:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759204AbXHDIww (ORCPT ); Sat, 4 Aug 2007 04:52:52 -0400 Received: from mx1.suse.de ([195.135.220.2]:55075 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198AbXHDIwu (ORCPT ); Sat, 4 Aug 2007 04:52:50 -0400 From: Andi Kleen To: Mel Gorman Subject: Re: [PATCH] Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE Date: Sat, 4 Aug 2007 10:51:13 +0200 User-Agent: KMail/1.9.1 Cc: akpm@linux-foundation.org, Lee.Schermerhorn@hp.com, clameter@sgi.com, kamezawa.hiroyu@jp.fujitsu.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20070802172118.GD23133@skynet.ie> <200708040002.18167.ak@suse.de> <20070804002354.GA2841@skynet.ie> In-Reply-To: <20070804002354.GA2841@skynet.ie> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708041051.14324.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1281 Lines: 33 > It only affects hot paths in the NUMA case so non-NUMA users will not care. For x86-64 most distribution kernels are NUMA these days. > For NUMA users, I have posted patches that eliminate multiple zonelists > altogether which will reduce cache footprint (something like 7K per node on > x86_64) How do you get to 7k? We got worst case 3 zones node (normally less); that's three pointers per GFP level. > and make things like MPOL_BIND behave in a consistent manner. That > would cost on CPU but save on cache which would (hopefully) result in a net > gain in most cases. That might be a good tradeoff, but without seeing the patch the 7k number sounds very dubious. > I would like to go with this patch for now just for policies but for > 2.6.23, we could leave it as "policies only apply to ZONE_MOVABLE when it > is used" if you really insisted on it. It's less than ideal though for > sure. Or disable ZONE_MOVABLE. It seems to be clearly not well thought out well yet. Perhaps make it dependent on !CONFIG_NUMA. -Andi - 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/