From: Dhaval Giani <dhaval@retis.sssup.it>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Fabio Checconi <fchecconi@gmail.com>, Ingo Molnar <mingo@elte.hu>,
Thomas Gleixner <tglx@linutronix.de>,
Paul Turner <pjt@google.com>,
Dario Faggioli <faggioli@gandalf.sssup.it>,
Michael Trimarchi <michael@evidence.eu.com>,
Tommaso Cucinotta <t.cucinotta@sssup.it>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] sched: use EDF to throttle RT task groups v2
Date: Tue, 23 Mar 2010 21:56:23 +0100 [thread overview]
Message-ID: <20100323205623.GA9138@gondor.retis> (raw)
In-Reply-To: <1269376207.5283.5.camel@laptop>
> > The biggest problem with the four files used in the current implementation
> > is that bandwidth assignments should be atomic (because setting all the
> > parameters independently can force the system to go through non-feasible
> > assignments, and the order to use when assigning runtime and period
> > changes depending on the direction of the change). I know this is a
> > dangerous question, but I'll try it anyway: are we ready for multi-valued
> > cgroup parameters?
>
> Right, I don't know about multi-valued files, that sounds like its going
> to confuse people too.
>
True, but after having used the current interface I feel multi-valued
files will be better. For an idea, this is how I currently change
bandwidth allocated to a group.
(I am ignoring cpu.rt_ prefixes and _us suffixes for the filenames)
Starting state: task_runtime: 100000, task_period: 1000000.
runtime=200000, period=1000000
Suppose I want to bring down the periods to 100000, then first I need
to change task_runtime to 10000, then the task period, then the runtime
and finally the period.
If I want to go the opposite way, then first I need to increase the
periods and then the runtimes.
But I can also see why one would not want a multi-valued interface, esp
when the idea is just to change the runtimes. (though there is a
complicated interaction between task_runtime and runtime which I am not
sure how to avoid).
IOW, this interface sucks :-). We really need something better and
easier to use. (Sorry for no constructive input)
Thanks,
Dhaval
next prev parent reply other threads:[~2010-03-23 20:56 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-23 18:56 Fabio Checconi
2010-02-23 18:56 ` [PATCH 1/3] sched: use EDF to schedule groups Fabio Checconi
2010-02-25 20:28 ` Peter Zijlstra
2010-03-03 16:59 ` Fabio Checconi
2010-02-23 18:56 ` [PATCH 2/3] sched: enforce per-cpu utilization limits on runtime balancing Fabio Checconi
2010-02-25 20:28 ` Peter Zijlstra
2010-03-03 16:59 ` Fabio Checconi
2010-02-25 20:28 ` Peter Zijlstra
2010-03-03 17:00 ` Fabio Checconi
2010-03-23 20:32 ` Peter Zijlstra
2010-02-25 20:28 ` Peter Zijlstra
2010-03-03 16:59 ` Fabio Checconi
2010-02-25 20:28 ` Peter Zijlstra
2010-03-03 17:00 ` Fabio Checconi
2010-03-23 20:33 ` Peter Zijlstra
2010-02-25 20:28 ` Peter Zijlstra
2010-03-03 17:00 ` Fabio Checconi
2010-02-23 18:56 ` [PATCH 3/3] sched: make runtime balancing code more EDF-friendly Fabio Checconi
2010-02-25 20:28 ` Peter Zijlstra
2010-03-03 17:01 ` Fabio Checconi
2010-02-25 20:28 ` [PATCH 0/3] sched: use EDF to throttle RT task groups v2 Peter Zijlstra
2010-02-27 12:33 ` Peter Zijlstra
2010-03-03 17:01 ` Fabio Checconi
2010-03-23 20:30 ` Peter Zijlstra
2010-03-23 20:56 ` Dhaval Giani [this message]
2010-03-23 21:51 ` Tommaso Cucinotta
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=20100323205623.GA9138@gondor.retis \
--to=dhaval@retis.sssup.it \
--cc=faggioli@gandalf.sssup.it \
--cc=fchecconi@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=michael@evidence.eu.com \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=pjt@google.com \
--cc=t.cucinotta@sssup.it \
--cc=tglx@linutronix.de \
--subject='Re: [PATCH 0/3] sched: use EDF to throttle RT task groups v2' \
/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
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.