From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 10 07:37:33 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CBD116A4CE for ; Sat, 10 Jan 2004 07:37:33 -0800 (PST) Received: from debussy.private.org (25.60.138.210.bn.2iij.net [210.138.60.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D098043D45 for ; Sat, 10 Jan 2004 07:37:31 -0800 (PST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (localhost [127.0.0.1]) by debussy.private.org (8.12.10/8.12.10) with ESMTP id i0AFe3dI056351 for ; Sun, 11 Jan 2004 00:40:03 +0900 (JST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Date: Sun, 11 Jan 2004 00:40:03 +0900 (JST) Message-Id: <20040111.004003.28786045.chat95@mbox.kyoto-inet.or.jp> To: freebsd-amd64@freebsd.org From: Nakata Maho In-Reply-To: <20040108180214.GA79495@dragon.nuxi.com> References: <20040107200042.67A0B16A4D2@hub.freebsd.org> <3FFCD437.6090704@citlink.net> <20040108180214.GA79495@dragon.nuxi.com> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Opteron 4+0 or 4+2 dimm issue X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 15:37:33 -0000 Hi, David > I personally don't like any 4+0 DIMM configuration motherboard -- unless > it is treated as a 1P Opteron 1xy AGP workstation. I.E. the K8T > Master-FAR. 4+0 SMP configuration has NUMA performance issues that can't > be worked around. Well, the board still has some merit when used as an > SMP -- the memory latency across 1-hop is still better than today's > Pentium-4 SMP systems. I heard that HyperTransport (6.4G/sec?) is fast enough so that NUMA is not necessary to implement. can I ask some question? in FreeBSD/amd64 with SMP, is it always true that for a process runs at processor #1 allocates physical memory belongs also to processor #1? process A -------------------------> accesses DIMM#2 accesses DIMM#1 <-------------------------- process B processor #1 --HyperTransport-- processor #2 | | DIMM #1 DIMM #2 if total memory is 2G attached symmetrically, and if a process allocates near 2G bytes, how physical memory is allocated? Regards, maho