[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080127144400.78e0aec5@colorado.edu>
Date: Sun, 27 Jan 2008 14:44:00 -0700
From: "Benjamin K. Stuhl" <benjamin.stuhl@...orado.edu>
To: Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Thomas Gleixner <tglx@...utronix.de>
Cc: Linux-Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: "sched: add vslice" causes horrible interactivity under load
Hi,
I recently upgraded from 2.6.23.x to 2.6.24 and found that whereas
with 2.6.23.x I could have multiple "make -j3" compilation runs going
in the background with no real problems (on a dual-core Core 2), with
2.6.24 I get multiple-second lags when trying to switch tasks in KDE.
I did a git bisect starting from 9b73e76f3cf63379dcf45fcd4f112f5812418d0a
in Linus's 2.6.25 tree in the hope that the recent scheduler merge might
have fixed the problem, but no such luck. Instead, git bisect points its
all-knowing finger at
commit 67e9fb2a39a1d454218d50383094940982be138f
Author: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Date: Mon Oct 15 17:00:10 2007 +0200
sched: add vslice
add vslice: the load-dependent "virtual slice" a task should
run ideally, so that the observed latency stays within the
sched_latency window.
Signed-off-by: Ingo Molnar <mingo@...e.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Reviewed-by: Thomas Gleixner <tglx@...utronix.de>
A straight-forward git revert crashes at boot, so I don't have a patch to offer. :-/
(Please keep me CC'ed, since I'm not subscribed to LKML.)
Thanks for your help,
-- BKS
Download attachment "signature.asc" of type "application/pgp-signature" (190 bytes)
Powered by blists - more mailing lists