All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Christoph Lameter <clameter@sgi.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux-MM <linux-mm@kvack.org>, AKPM <akpm@linux-foundation.org>
Subject: Re: [PATCH] change global zonelist order on NUMA v2
Date: Thu, 26 Apr 2007 17:51:37 +0200	[thread overview]
Message-ID: <200704261751.37656.ak@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0704260845160.1382@schroedinger.engr.sgi.com>

On Thursday 26 April 2007 17:46:35 Christoph Lameter wrote:

> 
> It is not a good idea if node 0 has both DMA and NORMAL memory and normal 
> memory is a small fraction of node memory. In that case lots of 
> allocations get redirected to node 1.

Good point yes. On x86-64 you might even have ZONE_DMA on node 0/1 and NORMAL
only on 3. I guess this needs to be detected somehow.

-Andi



WARNING: multiple messages have this Message-ID (diff)
From: Andi Kleen <ak@suse.de>
To: Christoph Lameter <clameter@sgi.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux-MM <linux-mm@kvack.org>, AKPM <akpm@linux-foundation.org>
Subject: Re: [PATCH] change global zonelist order on NUMA v2
Date: Thu, 26 Apr 2007 17:51:37 +0200	[thread overview]
Message-ID: <200704261751.37656.ak@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0704260845160.1382@schroedinger.engr.sgi.com>

On Thursday 26 April 2007 17:46:35 Christoph Lameter wrote:

> 
> It is not a good idea if node 0 has both DMA and NORMAL memory and normal 
> memory is a small fraction of node memory. In that case lots of 
> allocations get redirected to node 1.

Good point yes. On x86-64 you might even have ZONE_DMA on node 0/1 and NORMAL
only on 3. I guess this needs to be detected somehow.

-Andi


--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2007-04-26 15:51 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-26  9:34 [PATCH] change global zonelist order on NUMA v2 KAMEZAWA Hiroyuki
2007-04-26  9:34 ` KAMEZAWA Hiroyuki
2007-04-26  9:47 ` Andi Kleen
2007-04-26  9:47   ` Andi Kleen
2007-04-26 10:10   ` KAMEZAWA Hiroyuki
2007-04-26 10:10     ` KAMEZAWA Hiroyuki
2007-04-26 10:53     ` [PATCH] change global zonelist order on NUMA v3 KAMEZAWA Hiroyuki
2007-04-26 10:53       ` KAMEZAWA Hiroyuki
2007-04-26 16:00       ` Lee Schermerhorn
2007-04-26 16:00         ` Lee Schermerhorn
2007-04-26 16:06         ` Christoph Lameter
2007-04-26 16:06           ` Christoph Lameter
2007-04-26 16:29           ` Lee Schermerhorn
2007-04-26 16:29             ` Lee Schermerhorn
2007-04-26 16:36             ` Christoph Lameter
2007-04-26 16:36               ` Christoph Lameter
2007-04-26 15:48     ` [PATCH] change global zonelist order on NUMA v2 Christoph Lameter
2007-04-26 15:48       ` Christoph Lameter
2007-04-27  0:27       ` KAMEZAWA Hiroyuki
2007-04-27  0:27         ` KAMEZAWA Hiroyuki
2007-04-27  1:25         ` Christoph Lameter
2007-04-27  1:25           ` Christoph Lameter
2007-04-27  1:50           ` KAMEZAWA Hiroyuki
2007-04-27  1:50             ` KAMEZAWA Hiroyuki
2007-04-30 15:03           ` Lee Schermerhorn
2007-04-30 15:03             ` Lee Schermerhorn
2007-04-30 14:09         ` Lee Schermerhorn
2007-04-30 14:09           ` Lee Schermerhorn
2007-04-26 15:46   ` Christoph Lameter
2007-04-26 15:46     ` Christoph Lameter
2007-04-26 15:51     ` Andi Kleen [this message]
2007-04-26 15:51       ` Andi Kleen
2007-04-26 21:57 ` Lee Schermerhorn
2007-04-26 21:57   ` Lee Schermerhorn
2007-04-26 22:07   ` Christoph Lameter
2007-04-26 22:07     ` Christoph Lameter
2007-04-27  0:41   ` KAMEZAWA Hiroyuki
2007-04-27  0:41     ` KAMEZAWA Hiroyuki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200704261751.37656.ak@suse.de \
    --to=ak@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=clameter@sgi.com \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.