From owner-svn-src-head@FreeBSD.ORG Tue Dec 6 17:27:17 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C498E106567A; Tue, 6 Dec 2011 17:27:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 62B948FC08; Tue, 6 Dec 2011 17:27:17 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 16D9746B06; Tue, 6 Dec 2011 12:27:17 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 9AEEFB946; Tue, 6 Dec 2011 12:27:16 -0500 (EST) From: John Baldwin To: Ivan Klymenko Date: Tue, 6 Dec 2011 12:24:48 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201112021959.pB2Jxka6006739@svn.freebsd.org> <20111203125142.442e4bf6@nonamehost.> In-Reply-To: <20111203125142.442e4bf6@nonamehost.> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201112061224.48146.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 06 Dec 2011 12:27:16 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228207 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 17:27:17 -0000 On Saturday, December 03, 2011 5:51:42 am Ivan Klymenko wrote: > =D0=92 Fri, 2 Dec 2011 19:59:46 +0000 (UTC) > John Baldwin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > > Author: jhb > > Date: Fri Dec 2 19:59:46 2011 > > New Revision: 228207 > > URL: http://svn.freebsd.org/changeset/base/228207 > >=20 > > Log: > > When changing the user priority of a thread, change the real > > priority in addition to the user priority for threads whose current > > real priority is equal to the previous user priority or if the new > > priority is a real-time priority. This allows priority changes of > > other threads to have an immediate effect. > > =20 > Thank you! > It's a little corrected the situation with interactivity with using ULE > scheduler... > But quite a bit... :) Hmm, I would not have expected this to make much of a difference unless you= =20 are explicitly running the 'rtprio' command. =2D-=20 John Baldwin