mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rolando Martins <rolando.martins@gmail.com>
To: balbir@linux.vnet.ibm.com
Cc: Peter Zijlstra <peterz@infradead.org>,
	linux-kernel@vger.kernel.org, Paul Menage <menage@google.com>,
	Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Subject: Re: cgroup, RT reservation per core(s)?
Date: Wed, 11 Feb 2009 12:10:06 +0000	[thread overview]
Message-ID: <b6a2d2e20902110410sdff3213maa398d2a1f1f7b86@mail.gmail.com> (raw)
In-Reply-To: <20090211115357.GG16317@balbir.in.ibm.com>

On 2/11/09, Balbir Singh <balbir@linux.vnet.ibm.com> wrote:
> * Peter Zijlstra <peterz@infradead.org> [2009-02-11 12:42:14]:
>
>
>  > On Wed, 2009-02-11 at 11:33 +0000, Rolando Martins wrote:
>  >
>  > > Hi again,
>  > >
>  > > is there any way to have multiple "distinct" sched domains, i.e.:
>  > > mount -t cgroup -o cpu none /dev/sched_domain_0
>  > > .... setup sched_domain_0 (ex:  90% RT, 10% Others)
>  > > mount -t cgroup -o cpu none /dev/sched_domain_1
>  > > .... setup sched_domain_1 (ex:  20% RT, 80% Others)
>  > > Then give sched_domain_0 to cpuset A and sched_domain_1 to B?
>  >
>  > Nope.
>  >
>  > We currently only support a single instance of a cgroup controller.
>  >
>  > I see the use for what you propose, however implementing that will be
>  > 'interesting'.
>
>
> I am confused, if you cpusets, you get your own sched_domain. If you
>  mount cpusets and cpu controller together, you'll get what you want.
>  Is this a figment of my imagination. You might need to use exclusive
>  CPUsets though.
>
>  --
>
>         Balbir
>
I don't know if you meant the following situation (mounting cpuset and
cpu together):

                                                            R
                                              -----------------------
      (80% RT, 20%Others)      A                        B (100% RT, 0%
Others)
      (Cpus 0-2)                                                 (CPU 3)

If so, we can't do this because  of the restriction imposed by global
rt_runtime_ns.
Perhaps a "feasible" solution could be implemented by having distinct
global rt_runtime_ns (one for each cpu, i.e.: rt_runtime_ns_0; ...;
rt_runtime_n )

                                                            R
                                              -----------------------
      (80% RT, 20%Others)      A                        B (100% RT, 0%
Others)
      (Cpus 0-2)                                                 (CPU 3)
capacity_used_cpu_0_rt = 0.8                        capacity_used_cpu_3_rt = 1
capacity_used_cpu_1_rt = 0.8
capacity_used_cpu_2_rt = 0.8

Given a i processor: we have the global restriction enforced:
SUM(capacity_used_cpu_i_rt) < rt_runtime_i

Rol

  parent reply	other threads:[~2009-02-11 12:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 19:30 Rolando Martins
2009-02-09 19:52 ` Peter Zijlstra
2009-02-09 20:04   ` Rolando Martins
2009-02-10 13:06     ` Peter Zijlstra
2009-02-10 14:46       ` Rolando Martins
2009-02-10 16:00         ` Peter Zijlstra
2009-02-10 17:32           ` Rolando Martins
2009-02-10 19:53             ` Peter Zijlstra
2009-02-11 11:33               ` Rolando Martins
2009-02-11 11:42                 ` Peter Zijlstra
2009-02-11 11:53                   ` Balbir Singh
2009-02-11 12:00                     ` Peter Zijlstra
2009-02-11 12:10                     ` Rolando Martins [this message]
2009-03-03 12:58       ` Rolando Martins

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=b6a2d2e20902110410sdff3213maa398d2a1f1f7b86@mail.gmail.com \
    --to=rolando.martins@gmail.com \
    --cc=balbir@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=menage@google.com \
    --cc=peterz@infradead.org \
    --cc=vatsa@linux.vnet.ibm.com \
    /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®