[PATCH v4] cgroup/freezer: add per freezer duty ratio control

jacob.jun.pan at linux.intel.com jacob.jun.pan at linux.intel.com
Mon Feb 7 15:33:07 PST 2011


From: Jacob Pan <jacob.jun.pan at linux.intel.com>

Fixing subject in cover letter, should be v4 instead of v3

Changelog:
v4:	- limit kthread creation only when valid duty ratio
	  parameters are given.
	- changed period back to milisecond
	- consolidated paramter write functions

v3:	- added documentation

v2:
	- use read_u64/write_u64 instead of string read/write
	- use period in second instead of ms
	- renamed duty_ratio to duty_ratio_pct, be more specific
	- removed locking around period and duty_ratio reads


Jacob Pan (1):
  cgroup/freezer: add per freezer duty ratio control

 Documentation/cgroups/freezer-subsystem.txt |   23 ++++++
 kernel/cgroup_freezer.c                     |  109 ++++++++++++++++++++++++++-
 2 files changed, 130 insertions(+), 2 deletions(-)



More information about the Containers mailing list