From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S971446AbXEIA7W (ORCPT ); Tue, 8 May 2007 20:59:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S968430AbXEIA7O (ORCPT ); Tue, 8 May 2007 20:59:14 -0400 Received: from smtp1.linux-foundation.org ([65.172.181.25]:47940 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968417AbXEIA7M (ORCPT ); Tue, 8 May 2007 20:59:12 -0400 Date: Tue, 8 May 2007 17:58:55 -0700 From: Andrew Morton To: KAMEZAWA Hiroyuki Cc: Lee Schermerhorn , clameter@sgi.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, ak@suse.de, jbarnes@virtuousgeek.org Subject: Re: [PATCH] change zonelist order v5 [1/3] implements zonelist order selection Message-Id: <20070508175855.b126caf7.akpm@linux-foundation.org> In-Reply-To: <20070509092912.3140bb78.kamezawa.hiroyu@jp.fujitsu.com> References: <20070508201401.8f78ec37.kamezawa.hiroyu@jp.fujitsu.com> <20070508201642.c63b3f65.kamezawa.hiroyu@jp.fujitsu.com> <1178643985.5203.27.camel@localhost> <1178645622.5203.53.camel@localhost> <1178656627.5203.84.camel@localhost> <20070509092912.3140bb78.kamezawa.hiroyu@jp.fujitsu.com> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.6; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 May 2007 09:29:12 +0900 KAMEZAWA Hiroyuki wrote: > On Tue, 08 May 2007 16:37:06 -0400 > Lee Schermerhorn wrote: > > > > You probably need a > > > configuration with a couple of nodes. Maybesomething less symmetric than > > > Kame? I.e. have 4GB nodes and then DMA32 takes out a sizeable chunk of it? > > > > > > > I tested on a 2 socket, 4GB Opteron blade. All memory is either DMA32 > > or DMA. I added some ad hoc instrumentation to the build_zonelist_* > > functions to see what's happening. I have verified that the patches > > appear to build the zonelists correctly: > > > Thank you. good news. > I'm still cowering in fear of these patches, btw. Please keep testing and sending them ;)