public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] CFS scheduler, -v10
@ 2007-05-07 16:33 Ingo Molnar
  2007-05-07 18:35 ` James Cloos
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ingo Molnar @ 2007-05-07 16:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Linus Torvalds, Andrew Morton, Con Kolivas, Nick Piggin,
	Mike Galbraith, Arjan van de Ven, Peter Williams, Thomas Gleixner,
	caglar, Willy Tarreau, Gene Heskett, Mark Lord


i'm pleased to announce release -v10 of the CFS scheduler patchset.
(The main goal of CFS is to implement "desktop scheduling" with as
 high quality as technically possible.)

The CFS patch against v2.6.21.1 (or against v2.6.20.10) can be 
downloaded from the usual place:
 
    http://people.redhat.com/mingo/cfs-scheduler/

-v10 got a bit bigger than usual. One reason for that is that i couldnt 
resist the fine enhancements contributed by Peter Williams and Mike 
Galbraith. Peter fixed and improved nice level support and SMP 
load-balancing, while Mike applied his "no compromises" interactivity 
tuning skills to CFS:

    6 files changed, 247 insertions(+), 110 deletions(-)

the main user-visible change should be that CFS's 3D gaming performance 
and 'smoothness' should be significantly improved in -v10. This was the 
main remaining regression reported for -v9 (and for CFS in general).

Changes since -v9:

 - complete and finetune the 'smooth load calculation' mechanism
   (Mike Galbraith)

 - generalize and fix up nice level support (Peter Williams)

 - fix RT-task load-balancing (Peter Williams)

 - added Con Kolivas to the credits section of sched.c, crediting him 
   for the "fair scheduler" idea that CFS is following too.

 - made the key calculation 292-years wraparound safe (based on feedback
   from Esben Nielsen and Linus Torvalds)

 - cycle-precise statistics for "top"'s per-task CPU usage fields.

 - tune down negative reniced task scheduling granularity (should fix 
   the choppyness reported by Al Boldi)

 - re-normalize nice levels close to upstream's values and implement a 
   gentle +10%/-10% "relative nice levels step" when going a nice level 
   up or down. (based on the report from Al Boldi and also based on 
   Peter Williams's feedback)

 - improve the /proc/sched_debug output some more

 - bugfix for fair-clock update

 - other minor fixes

As usual, any sort of feedback, bugreport, fix and suggestion is more 
than welcome,

	Ingo

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [patch] CFS scheduler, -v10
@ 2007-05-09 11:21 Al Boldi
  0 siblings, 0 replies; 10+ messages in thread
From: Al Boldi @ 2007-05-09 11:21 UTC (permalink / raw)
  To: linux-kernel

Ingo Molnar wrote:
>
> i'm pleased to announce release -v10 of the CFS scheduler patchset.
> (The main goal of CFS is to implement "desktop scheduling" with as
>  high quality as technically possible.)


Thanks!  I like this one a lot.

There is one workload that is still handled a bit strange, though.  Try 
running '# ping 10.1 -A > /dev/null' x3000.  Thread creation is great until 
it hits a wall around 950, bringing system response to a screaching halt.  
Setting sched_load_smoothing from 7/8 to 1, moves the wall to around 2100, 
which is great, but where do these walls come from?


Thanks!

--
Al


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-05-09 11:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 16:33 [patch] CFS scheduler, -v10 Ingo Molnar
2007-05-07 18:35 ` James Cloos
2007-05-07 18:40   ` Ingo Molnar
2007-05-07 19:32     ` James Cloos
2007-05-07 18:49   ` James Cloos
2007-05-07 20:43 ` Paolo Ciarrocchi
2007-05-08  0:47 ` Fortier,Vincent [Montreal]
2007-05-08  7:51 ` Mike Galbraith
2007-05-08  8:32   ` Mike Galbraith
  -- strict thread matches above, loose matches on Subject: below --
2007-05-09 11:21 Al Boldi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox