From owner-freebsd-threads@FreeBSD.ORG Thu Apr 24 20:07:46 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D7D337B401; Thu, 24 Apr 2003 20:07:46 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF20843FE0; Thu, 24 Apr 2003 20:07:45 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h3P37jBg017127; Thu, 24 Apr 2003 23:07:45 -0400 (EDT) Received: from localhost (eischen@localhost)h3P37i8t017123; Thu, 24 Apr 2003 23:07:44 -0400 (EDT) Date: Thu, 24 Apr 2003 23:07:44 -0400 (EDT) From: Daniel Eischen To: David Xu In-Reply-To: <200304250242.h3P2g2F6085399@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: SMPing libpthread X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 03:07:46 -0000 On Thu, 24 Apr 2003, David Xu wrote: > I have put a patch to enable userland support SMP scheduling. > http://people.freebsd.org/~davidxu/libpthread_smp.diff > The patch works on my SMP machine, but not fully tested, > and I will work on idle kses stuffs. At least, it seems > the SMP speed is not slower than UP. :-) Cool, I just found the bug with scope process threads that was causing Token_Strategy_Test to fail. Now the 2 ACE tests that were SIGBUS'ing (with scope system threads enabled) are now running. Only Token_Strategy_Test fails, but it is just an expected result where some mean value is less than the stddev. http://people.freebsd.org/~deischen/kse/libpthread.diffs I was willing to work on the idle KSEs; I was just asking your opinion :-) Feel free to tackle it though. This is fun stuff :-) -- Dan Eischen