From: Ingo Molnar <mingo@elte.hu>
To: Loic Domaigne <loic-dev@gmx.net>
Cc: piggin@cyberone.com.au, nptl@bullopensource.org,
Linux-Kernel@Vger.Kernel.ORG
Subject: Re: Re: OSDL Bug 3770
Date: Tue, 21 Dec 2004 11:09:34 +0100 [thread overview]
Message-ID: <20041221100934.GA31538@elte.hu> (raw)
In-Reply-To: <9785.1103562168@www38.gmx.net>
* Loic Domaigne <loic-dev@gmx.net> wrote:
> N> lkml: We're discussing the fact that on SMP machines, our realtime
> N> scheduling policies are per-CPU only. This caused a problem where a
> N> high priority task on one CPU caused all lower priority tasks on that
> N> CPU to be starved, while tasks on another CPU with the same low
> N> priority were able to run.
>
> That summary should readily motivate you to make a patch ;-)
note that my -RT patchset includes scheduler changes that implement
"global RT scheduling" on SMP systems. Give it a go, it's at:
http://redhat.com/~mingo/realtime-preempt/
you have to enable CONFIG_PREEMPT_RT to active this feature. I've
designed this code to not hurt non-RT scheduling, and i've optimized
performance for the 'lightly loaded case' (which is the most common to
occur on mainline-using systems).
A very short description of the design: there's a global 'RT overload
counter' - which is zero and causes no overhead if there is at most 1 RT
task in every runqueue. (i.e. at most 2 RT tasks on a 2-way system, at
most 4 RT tasks on a 4-way system, etc.) If the system gets into 'RT
overload' mode (e.g. the third RT task gets activated on a 2-way box),
then the scheduler starts to balance the RT tasks agressively. Also,
whenever an RT task is preempted on a CPU, or is woken up but cannot
preempt a higher-prio RT task on a given CPU, then it's 'pushed' to
other CPUs if possible. This design avoids global locking (it avoids a
global runqueue), which simplifies things immensely. (I first tried a
global runqueue for RT tasks but the complexity impact was much bigger.)
(note that these scheduler changes are resonably self-contained and do
not depend on other parts of PREEMPT_RT, so in theory they could be
added to mainline too, after some time - given lots of testing and broad
agreement.)
anyway, the first step would be to try this scheduler and give feedback
of how well it works for you :-)
Ingo
next prev parent reply other threads:[~2004-12-21 10:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-20 17:02 Loic Domaigne
2004-12-21 10:09 ` Ingo Molnar [this message]
2004-12-21 10:20 ` Loic Domaigne
2004-12-21 10:22 ` [nptl] " Sebastien Decugis
2004-12-24 15:00 ` Sebastien Decugis
2004-12-21 11:09 ` Nick Piggin
2004-12-21 12:06 ` Loic Domaigne
2004-12-21 13:32 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041221100934.GA31538@elte.hu \
--to=mingo@elte.hu \
--cc=Linux-Kernel@Vger.Kernel.ORG \
--cc=loic-dev@gmx.net \
--cc=nptl@bullopensource.org \
--cc=piggin@cyberone.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®