From owner-cvs-src@FreeBSD.ORG Fri Jul 4 13:03:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66F3437B401; Fri, 4 Jul 2003 13:03:21 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F3E4400D; Fri, 4 Jul 2003 13:03:20 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h64K3JA33870; Fri, 4 Jul 2003 16:03:19 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Fri, 4 Jul 2003 16:03:19 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson In-Reply-To: <200307041959.h64Jx0ID064422@repoman.freebsd.org> Message-ID: <20030704155950.F17881-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 20:03:21 -0000 On Fri, 4 Jul 2003, Jeff Roberson wrote: > jeff 2003/07/04 12:59:00 PDT > > FreeBSD src repository > > Modified files: > sys/kern sched_ule.c > Log: > - Parse the cpu topology map in sched_setup(). > - Associate logical CPUs on the same physical core with the same kseq. > - Adjust code that assumed there would only be one running thread in any > kseq. > - Wrap the HTT code with a ULE_HTT_EXPERIMENTAL ifdef. This is a start > towards HyperThreading support but it isn't quite there yet. > > Revision Changes Path > 1.51 +53 -13 src/sys/kern/sched_ule.c > This was mostly commited to prevent bitrot. With this enabled and logical cores enabled ULE performs better than it does without. It still does not perform as well as a system with logical cores disabled. By the time I'm done this gap should be closed well enough to allow for HTT to be enabled all the time. I expect to improve this situation further in the coming weeks. Cheers, Jeff