From owner-cvs-src@FreeBSD.ORG Sun Dec 3 01:50:42 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBD6E16A403; Sun, 3 Dec 2006 01:50:42 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA60543C9D; Sun, 3 Dec 2006 01:50:18 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 026353283DC; Sun, 3 Dec 2006 12:50:41 +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 09B8027403; Sun, 3 Dec 2006 12:50:39 +1100 (EST) Date: Sun, 3 Dec 2006 12:50:39 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: David Xu In-Reply-To: <20061114230046.P2306@delplex.bde.org> Message-ID: <20061203124841.L20561@delplex.bde.org> References: <200611111311.kABDBVNH042993@repoman.freebsd.org> <200611130717.03734.davidxu@freebsd.org> <20061113193924.L75708@delplex.bde.org> <200611141919.17084.davidxu@freebsd.org> <20061114230046.P2306@delplex.bde.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-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 03 Dec 2006 01:50:43 -0000 Long ago, On Tue, 14 Nov 2006, Bruce Evans wrote: > 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. >> >> 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. I tested it. The non-KSE case works normally now. The cleanups have not been committed. Bruce