From owner-cvs-all@FreeBSD.ORG Tue Nov 14 12:01:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFC516A40F; Tue, 14 Nov 2006 12:01:22 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E4F743D55; Tue, 14 Nov 2006 12:01:21 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 8ACC06EFD2; Tue, 14 Nov 2006 23:01:19 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 3D73127413; Tue, 14 Nov 2006 23:01:19 +1100 (EST) Date: Tue, 14 Nov 2006 23:01:18 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: David Xu In-Reply-To: <200611141919.17084.davidxu@freebsd.org> Message-ID: <20061114230046.P2306@delplex.bde.org> References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <200611130717.03734.davidxu@freebsd.org> <20061113193924.L75708@delplex.bde.org> <200611141919.17084.davidxu@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_4bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 12:01:22 -0000 On Tue, 14 Nov 2006, David Xu wrote: > On Monday 13 November 2006 17:58, Bruce Evans wrote: > >> Anyway, this isn't the bug in non-KSE. I didn't look hard for the >> reasons. Top seemed to show the priorites of the hogs not decreasing >> (numerically increasing) fast enough. >> >> Bruce > > I think I have just fixed it now in revision 1.90 of sched_4bsd.c. Thanks. I will test it soon and send some cleanups in private mail. Bruce