public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Dmitry Adamushko <dmitry.adamushko@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	ckrm-tech@lists.sourceforge.net, linux-kernel@vger.kernel.org,
	containers@lists.osdl.org,
	Jan Engelhardt <jengelh@computergmbh.de>,
	dhaval@linux.vnet.ibm.com, menage@google.com
Subject: Re: [PATCH] Hookup group-scheduler with task container infrastructure
Date: Fri, 14 Sep 2007 21:29:13 +0530	[thread overview]
Message-ID: <20070914155913.GA8751@linux.vnet.ibm.com> (raw)
In-Reply-To: <20070914094158.GA1990@elte.hu>

On Fri, Sep 14, 2007 at 11:41:58AM +0200, Ingo Molnar wrote:
> * Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com> wrote:
> > Add interface to control cpu bandwidth allocation to task-groups.
> 
> btw., just in case it was not obvious, i'll repeat my older assessment 
> of your patch: the general picture approach looks good to me and the 
> code is upstream-worthy.

Thanks for the feedback!

> ( suggestion: if you want more people to test it then you might want to 
>   do some add-on "put all users into separate groups" patch and .config 
>   option - which could be tried without people having to know anything 
>   about container setup. )

I do want more people to test it and I agree that hooking onto
user-id based groups is the best way to get that done. How do we
implement that? I have two choices:

1. Do a kernel patch, as you suggest above, which defines task-groups
   based on user-id and hook that group definition with group scheduler.
   We need to provide some means for the admin to tune relative
   nice-value of each user (perhaps thr' sysctl?). 

   This user-id based grouping will have to be mutually exclusive with
   task-container based grouping. Hence we need to ensure that only one
   form of grouping is selected and not both at compile time.

2. Enable only one form of grouping, which is task-container based. Provide a 
   user-space daemon (attached) which can automatically put tasks of different 
   users in different task-containers. The daemon will need to be started at 
   early boot-time. It can also be extended to support a configuration file
   (ex: inittab) where cpu allocation for different users are specified.
   The fact that daemon is managing to provide fair allocation to users
   should be transparent.

   I hope that task-containers (aka cgroups) will go into 2.6.24, in which case 
   the second option seems to be more attractive to me.

I will neverthless try to work out Option 1, just to see how it looks.

--
Regards,
vatsa

  reply	other threads:[~2007-09-14 15:49 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-10 17:10 [PATCH] Hookup group-scheduler with task container infrastructure Srivatsa Vaddagiri
2007-09-10 17:05 ` Jan Engelhardt
2007-09-10 17:23   ` Srivatsa Vaddagiri
2007-09-10 17:22     ` Andrew Morton
2007-09-10 17:41       ` Jan Engelhardt
2007-09-10 17:46       ` Srivatsa Vaddagiri
2007-09-10 22:28         ` Dmitry Adamushko
2007-09-11  4:41           ` Srivatsa Vaddagiri
2007-09-11  9:53             ` Dmitry Adamushko
2007-09-12 11:42               ` Srivatsa Vaddagiri
2007-09-12 12:10                 ` Srivatsa Vaddagiri
2007-09-12 16:25                 ` Dmitry Adamushko
2007-09-13 12:33                   ` Srivatsa Vaddagiri
2007-09-14  9:41                     ` Ingo Molnar
2007-09-14 15:59                       ` Srivatsa Vaddagiri [this message]
2007-09-14 16:22                         ` Srivatsa Vaddagiri
2007-09-10 22:37         ` Dmitry Adamushko
2007-09-10 22:45           ` Paul Menage
2007-09-11  7:20             ` Cedric Le Goater
2007-09-11 15:22               ` Randy Dunlap
2007-09-11 15:37                 ` Jan Engelhardt
2007-09-11 15:51                 ` Srivatsa Vaddagiri
2007-09-11 15:53                   ` Randy Dunlap
2007-09-11 15:44               ` Paul Menage
2007-09-10 17:28     ` Srivatsa Vaddagiri
2007-09-10 17:42       ` Jan Engelhardt
2007-09-10 18:38     ` [Devel] " Paul Menage
2007-09-11  4:44       ` Srivatsa Vaddagiri
2007-09-18  8:19 ` KAMEZAWA Hiroyuki
2007-09-18 10:44   ` Srivatsa Vaddagiri

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=20070914155913.GA8751@linux.vnet.ibm.com \
    --to=vatsa@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=ckrm-tech@lists.sourceforge.net \
    --cc=containers@lists.osdl.org \
    --cc=dhaval@linux.vnet.ibm.com \
    --cc=dmitry.adamushko@gmail.com \
    --cc=jengelh@computergmbh.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=menage@google.com \
    --cc=mingo@elte.hu \
    /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