From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 8 07:28:52 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 B3EB216A4CE for ; Fri, 8 Oct 2004 07:28:52 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67B143D46 for ; Fri, 8 Oct 2004 07:28:51 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by satie.private.org (8.12.10/8.12.10) with ESMTP id i987Sf3i013369; Fri, 8 Oct 2004 16:28:43 +0900 (JST) (envelope-from chat95@mac.com) Date: Fri, 08 Oct 2004 16:28:41 +0900 (JST) Message-Id: <20041008.162841.135501207.chat95@mac.com> To: dwhite@gumbysoft.com From: NAKATA Maho In-Reply-To: <20040913203823.R34536@carver.gumbysoft.com> References: <20040912.120803.607953196.chat95@mac.com> <20040913203823.R34536@carver.gumbysoft.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 cc: freebsd-amd64@FreeBSD.org Subject: Re: KSE and SMP problem in FreeBSD/amd64 5.3BETA3, namely KSE dosen't make use of SMP. 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: Fri, 08 Oct 2004 07:28:52 -0000 In Message-ID: <20040913203823.R34536@carver.gumbysoft.com> Doug White wrote: > On Sun, 12 Sep 2004, NAKATA Maho wrote: > > > Dear amd64 freaks, I noticed that there seems to be a bug > > in KSE with SMP configuration. > > Were you using SCHED_4BSD or SCHED_ULE? Hello Doug, many thanks for your answer! This is SCHED_4BSD/SCHED_ULE issue. SCHED_ULE doesn't make use of SMP. ATLAS make two threads (for example), but these two threads is running on always *ONLY* one CPU. I hope this is already fixed 6.0-CURRENT :) thank you very much for your attention. --nakata maho