public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: sekharan@us.ibm.com
To: linux-kernel@vger.kernel.org, ckrm-tech@lists.sourceforge.net
Cc: sekharan@us.ibm.com
Subject: [RFC] [PATCH 0/6] Number of Tasks Resource controller
Date: Thu, 20 Apr 2006 19:25:19 -0700	[thread overview]
Message-ID: <20060421022519.6145.78248.sendpatchset@localhost.localdomain> (raw)

Numtasks controller is a simple resource controller that provides user the
ability to
	- control the number of tasks a class can have
	- control the rate at which forks happen in the system

Patch descriptions:
1/6: ckrm_numtasks_init
	- Hooks up with CKRM core by defining the basic alloc/free
	  functions and registering the controller with the core.

2/6: ckrm_numtasks_tasksupport
	- Adds task management support by defining a function to be called
	  from fork() to see if the class is within its share allocation
	- sets interface to be called from core when a class is moved to a
	  class.

3/6: ckrm_numtasks_shares_n_stats
	- sets interface to be called from core when a class's shares are
	  changes or when stats are requested.

4/6: ckrm_numtasks_config
	- Use module parameters to dynamically set the total numtasks
		and maximum forkrate allowed

5/6: ckrm_numtasks_forkrate
	- Adds support to control the forkrate in the system.

6/6: ckrm_numtasks_docs
	- Documents what the numtasks controller does and how to use it.

-- 

----------------------------------------------------------------------
    Chandra Seetharaman               | Be careful what you choose....
              - sekharan@us.ibm.com   |      .......you may get it.
----------------------------------------------------------------------

             reply	other threads:[~2006-04-21  2:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-21  2:25 sekharan [this message]
2006-04-21  2:25 ` [RFC] [PATCH 1/6] numtasks - Initialization routines sekharan
2006-04-21  2:25 ` [RFC] [PATCH 2/6] numtasks - Add task control support sekharan
2006-04-21  2:25 ` [RFC] [PATCH 3/6] numtasks - Add shares and stats support sekharan
2006-04-21  2:25 ` [RFC] [PATCH 4/6] numtasks - Add configuration support sekharan
2006-04-21  2:25 ` [RFC] [PATCH 5/6] numtasks - Add fork rate control support sekharan
2006-04-21  2:25 ` [RFC] [PATCH 6/6] numtasks - Documentation for Numtasks controller sekharan

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=20060421022519.6145.78248.sendpatchset@localhost.localdomain \
    --to=sekharan@us.ibm.com \
    --cc=ckrm-tech@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /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