From: Con Kolivas <kernel@kolivas.org>
To: Willy Tarreau <w@1wt.eu>
Cc: Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>,
Kasper Sandberg <lkml@metanurb.dk>,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Gene Heskett <gene.heskett@gmail.com>,
linux-kernel@vger.kernel.org, Nick Piggin <npiggin@suse.de>,
Mike Galbraith <efault@gmx.de>,
Arjan van de Ven <arjan@infradead.org>,
Peter Williams <pwil3058@bigpond.net.au>,
caglar@pardus.org.tr, Mark Lord <lkml@rtr.ca>,
Zach Carter <linux@zachcarter.com>,
buddabrod <buddabrod@gmail.com>
Subject: Re: [patch] CFS scheduler, -v6
Date: Sun, 29 Apr 2007 21:46:15 +1000 [thread overview]
Message-ID: <200704292146.15653.kernel@kolivas.org> (raw)
In-Reply-To: <20070429111159.GH23638@1wt.eu>
On Sunday 29 April 2007 21:11, Willy Tarreau wrote:
> On Sun, Apr 29, 2007 at 12:30:54PM +0200, Thomas Gleixner wrote:
> > Willy,
> >
> > On Sun, 2007-04-29 at 09:16 +0200, Willy Tarreau wrote:
> > > In fact, what I'd like to see in 2.6.22 is something better for
> > > everybody and with *no* regression, even if it's not perfect. I had the
> > > feeling that SD matched that goal right now, except for Mike who has
> > > not tested recent versions. Don't get me wrong, I still think that CFS
> > > is a more interesting long-term target. But it may require more time to
> > > satisfy everyone. At least with one of them in 2.6.22, we won't waste
> > > time comparing to current mainline.
> >
> > Oh no, we really do _NOT_ want to throw SD or anything else at mainline
> > in a hurry just for not wasting time on comparing to the current
> > scheduler.
>
> It is not about doing it in a hurry. I see SD as a small yet efficient
> update to current scheduler. It's not perfect, probably not much extensible
> but the risks of breaking anything are small given the fact that it does
> not change much of the code or behaviour.
>
> IMHO, it is something which can provide users with a useful update while
> leaving us with some more time to carefully implement the features of CFS
> one at a time, and if it requires 5 versions, it's not a problem.
>
> > I agree that CFS is the more interesting target and I prefer to push the
> > more interesting one even if it takes a release cycle longer. The main
> > reason for me is the design of CFS. Even if it is not really modular
> > right now, it is not rocket science to make it fully modular.
> >
> > Looking at the areas where people work on, e.g. containers, resource
> > management, cpu isolation, fully tickless systems ...., we really need
> > to go into that direction, when we want to avoid permanent tinkering in
> > the core scheduler code for the next five years.
> >
> > As a sidenote: I really wonder if anybody noticed yet, that the whole
> > CFS / SD comparison is so ridiculous, that it is not even funny anymore.
>
> Contrarily to most people, I don't see them as competitors. I see SD as
> a first step with a low risk of regression, and CFS as an ultimate
> solution relying on a more solid framework.
>
> > CFS modifies the scheduler and nothing else, SD fiddles all over the
> > kernel in interesting ways.
>
> Hmmm I guess you confused both of them this time. CFS touches many places,
> which is why I think the testing coverage is still very low. SD can be
> tested faster. My real concern is : are there still people observing
> regressions with it ? If yes, they should be fixed before even being
> merged. If no, why not merge it as a fix for the many known corner cases
> of current scheduler ? After all, it's already in -mm.
>
> Willy
Willy, you're making far too much sense. Are you replying to the correct
mailing list?
--
-ck
next prev parent reply other threads:[~2007-04-29 11:48 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-25 21:47 [patch] CFS scheduler, -v6 Ingo Molnar
2007-04-26 2:14 ` Gene Heskett
2007-04-26 3:29 ` Nick Piggin
2007-04-26 3:49 ` Andrew Morton
2007-04-26 4:16 ` William Lee Irwin III
2007-04-26 8:27 ` Ingo Molnar
2007-04-26 9:18 ` Ingo Molnar
2007-04-26 14:06 ` Redeeman
2007-04-26 14:41 ` Gene Heskett
2007-04-26 20:09 ` Kasper Sandberg
2007-04-26 21:21 ` Gene Heskett
2007-04-27 4:02 ` Mike Galbraith
2007-04-27 6:01 ` Mike Galbraith
2007-04-27 11:53 ` Ingo Molnar
2007-04-27 11:55 ` Ingo Molnar
2007-04-27 13:39 ` Thomas Gleixner
2007-04-27 13:41 ` Ingo Molnar
2007-04-27 13:44 ` Thomas Gleixner
2007-04-28 15:35 ` Kasper Sandberg
2007-04-28 20:45 ` Lee Revell
2007-04-29 1:18 ` Kasper Sandberg
2007-04-29 5:30 ` Willy Tarreau
2007-04-29 6:45 ` Mike Galbraith
2007-04-29 6:59 ` Ingo Molnar
2007-04-29 7:16 ` Willy Tarreau
2007-04-29 7:30 ` Ingo Molnar
2007-04-29 7:38 ` Willy Tarreau
2007-04-29 8:00 ` Ingo Molnar
2007-04-29 8:02 ` Willy Tarreau
2007-04-29 9:52 ` Con Kolivas
2007-04-29 10:19 ` Mike Galbraith
2007-04-29 7:54 ` William Lee Irwin III
2007-04-29 8:03 ` Ingo Molnar
2007-04-29 8:16 ` William Lee Irwin III
2007-04-29 8:13 ` Willy Tarreau
2007-04-29 8:58 ` William Lee Irwin III
2007-04-29 8:11 ` Mike Galbraith
2007-04-29 10:30 ` Thomas Gleixner
2007-04-29 10:33 ` William Lee Irwin III
2007-04-29 10:48 ` Kasper Sandberg
2007-04-29 11:25 ` Thomas Gleixner
2007-04-29 10:53 ` Con Kolivas
2007-04-29 11:11 ` Bill Huey
2007-04-29 11:50 ` Thomas Gleixner
2007-04-29 11:11 ` Willy Tarreau
2007-04-29 11:46 ` Con Kolivas [this message]
2007-04-29 12:09 ` Paolo Ciarrocchi
2007-04-29 15:39 ` Gene Heskett
2007-04-29 11:59 ` Thomas Gleixner
2007-04-29 12:25 ` Willy Tarreau
2007-04-29 12:00 ` Kasper Sandberg
2007-04-29 12:13 ` Thomas Gleixner
2007-04-29 12:21 ` Kasper Sandberg
2007-04-29 12:55 ` William Lee Irwin III
2007-04-29 13:37 ` Thomas Gleixner
2007-05-01 7:55 ` Nick Piggin
2007-05-01 13:00 ` William Lee Irwin III
2007-04-29 20:30 ` Mark Lord
2007-04-29 15:28 ` Gene Heskett
2007-04-29 7:59 ` Kasper Sandberg
2007-04-29 8:05 ` Ingo Molnar
2007-04-29 15:42 ` Ray Lee
2007-04-29 17:09 ` Kasper Sandberg
2007-04-29 6:47 ` Ingo Molnar
[not found] ` <20070429170908.GA31417@elte.hu>
[not found] ` <20070429173902.GA4349@elte.hu>
2007-04-30 17:45 ` 3d smoothness (was: Re: [patch] CFS scheduler, -v6) Kasper Sandberg
2007-04-30 20:17 ` Ingo Molnar
2007-04-30 20:44 ` Kasper Sandberg
2007-04-27 12:52 ` [patch] CFS scheduler, -v6 William Lee Irwin III
2007-04-27 13:02 ` Ingo Molnar
2007-04-27 21:16 ` Lee Revell
2007-04-26 22:48 ` Con Kolivas
2007-04-27 0:39 ` Gene Heskett
2007-04-27 0:57 ` Con Kolivas
2007-04-27 1:03 ` Gene Heskett
2007-04-27 20:54 ` Bill Davidsen
2007-04-26 16:05 ` Mike Galbraith
2007-04-26 19:27 ` Thomas Gleixner
2007-04-26 19:35 ` Ingo Molnar
2007-04-26 19:42 ` Thomas Gleixner
2007-04-26 20:11 ` Ingo Molnar
2007-04-27 13:19 ` Mark Lord
2007-04-27 13:22 ` Mark Lord
2007-04-27 13:45 ` Ingo Molnar
2007-04-28 12:45 ` Srivatsa Vaddagiri
2007-04-28 13:53 ` Ingo Molnar
2007-04-28 15:23 ` Srivatsa Vaddagiri
2007-04-28 15:22 ` Ingo Molnar
2007-04-28 15:28 ` Srivatsa Vaddagiri
-- strict thread matches above, loose matches on Subject: below --
2007-04-27 21:59 Art Haas
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=200704292146.15653.kernel@kolivas.org \
--to=kernel@kolivas.org \
--cc=akpm@linux-foundation.org \
--cc=arjan@infradead.org \
--cc=buddabrod@gmail.com \
--cc=caglar@pardus.org.tr \
--cc=efault@gmx.de \
--cc=gene.heskett@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@zachcarter.com \
--cc=lkml@metanurb.dk \
--cc=lkml@rtr.ca \
--cc=mingo@elte.hu \
--cc=npiggin@suse.de \
--cc=pwil3058@bigpond.net.au \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=w@1wt.eu \
/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