Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751943AbWCJJMV (ORCPT ); Fri, 10 Mar 2006 04:12:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751945AbWCJJMV (ORCPT ); Fri, 10 Mar 2006 04:12:21 -0500 Received: from mail22.syd.optusnet.com.au ([211.29.133.160]:13770 "EHLO mail22.syd.optusnet.com.au") by vger.kernel.org with ESMTP id S1751943AbWCJJMU (ORCPT ); Fri, 10 Mar 2006 04:12:20 -0500 From: Con Kolivas To: Andreas Mohr Subject: Re: [ck] Re: [PATCH] mm: yield during swap prefetching Date: Fri, 10 Mar 2006 20:11:03 +1100 User-Agent: KMail/1.9.1 Cc: Peter Williams , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, ck@vds.kolivas.org, Helge Hafting References: <200603081013.44678.kernel@kolivas.org> <4410AFD3.7090505@bigpond.net.au> <20060310090121.GA15315@rhlx01.fht-esslingen.de> In-Reply-To: <20060310090121.GA15315@rhlx01.fht-esslingen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603102011.04317.kernel@kolivas.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 26 On Friday 10 March 2006 20:01, Andreas Mohr wrote: > Hi, > > On Fri, Mar 10, 2006 at 09:44:35AM +1100, Peter Williams wrote: > > I'm working on a patch to add soft and hard CPU rate caps to the > > scheduler and the soft caps may be useful for what you're trying to do. > > They are a generalization of your SCHED_BATCH implementation in > > staircase (which would have been better called SCHED_BACKGROUND :-) > > Which SCHED_BATCH? ;) I only know it as SCHED_IDLEPRIO, which, come to > think of it, is a better name, I believe :-) > (renamed due to mainline introducing a *different* SCHED_BATCH mechanism) Just to clarify what Andreas is saying: I was forced to rename my SCHED_BATCH to SCHED_IDLEPRIO which is a more descriptive name anyway. That is in my 2.6.16-rc based patches. SCHED_BATCH as you know is now used to mean "don't treat me as interactive" so I'm using this policy naming in 2.6.16- based patches. Cheers, Con - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/