linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cgroup_disable=memory for 2.6.25?
@ 2008-04-03 20:22 Hugh Dickins
  2008-04-03 20:27 ` Balbir Singh
  0 siblings, 1 reply; 5+ messages in thread
From: Hugh Dickins @ 2008-04-03 20:22 UTC (permalink / raw)
  To: Balbir Singh
  Cc: Paul Menage, KAMEZAWA Hiroyuki, Pavel Emelyanov, Sudhir Kumar,
	Li Zefan, David Rientjes, YAMAMOTO Takashi, Andrew Morton,
	linux-kernel

Hi Balbir,

I'm rather surprised that nobody has pushed -mm's

cgroups-add-cgroup-support-for-enabling-controllers-at-boot-time.patch
cgroups-add-cgroup-support-for-enabling-controllers-at-boot-time-fix-boot-option-parsing.patch
memory-controller-make-memory-resource-control-aware-of-boot-options.patch

into 2.6.25: which was what I'd expected when I first suggested that
distros might want a way to build with the potential for mem cgroups,
but be able to switch off their significant overhead for everyone not
interested.

Ballpark figures, I'm trying to get this question out rather than
processing the exact numbers: CONFIG_CGROUP_MEM_RES_CTLR adds 15%
overhead to the affected paths, booting with cgroup_disable=memory
cuts that back to 1% overhead (due to slightly bigger struct page).

I'm no expert on distros, they may have no interest whatever in
CONFIG_CGROUP_MEM_RES_CTLR=y; and the rest of us can easily build
with or without it, or apply the cgroup_disable=memory patches.

But if those patches serve a purpose, shouldn't they be in 2.6.25?

Hugh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cgroup_disable=memory for 2.6.25?
  2008-04-03 20:22 cgroup_disable=memory for 2.6.25? Hugh Dickins
@ 2008-04-03 20:27 ` Balbir Singh
  2008-04-03 20:41   ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Balbir Singh @ 2008-04-03 20:27 UTC (permalink / raw)
  To: Hugh Dickins, Andrew Morton
  Cc: Paul Menage, KAMEZAWA Hiroyuki, Pavel Emelyanov, Sudhir Kumar,
	Li Zefan, David Rientjes, YAMAMOTO Takashi, linux-kernel

Hugh Dickins wrote:
> Hi Balbir,
> 
> I'm rather surprised that nobody has pushed -mm's
> 
> cgroups-add-cgroup-support-for-enabling-controllers-at-boot-time.patch
> cgroups-add-cgroup-support-for-enabling-controllers-at-boot-time-fix-boot-option-parsing.patch
> memory-controller-make-memory-resource-control-aware-of-boot-options.patch
> 
> into 2.6.25: which was what I'd expected when I first suggested that
> distros might want a way to build with the potential for mem cgroups,
> but be able to switch off their significant overhead for everyone not
> interested.
> 
> Ballpark figures, I'm trying to get this question out rather than
> processing the exact numbers: CONFIG_CGROUP_MEM_RES_CTLR adds 15%
> overhead to the affected paths, booting with cgroup_disable=memory
> cuts that back to 1% overhead (due to slightly bigger struct page).
> 
> I'm no expert on distros, they may have no interest whatever in
> CONFIG_CGROUP_MEM_RES_CTLR=y; and the rest of us can easily build
> with or without it, or apply the cgroup_disable=memory patches.
> 
> But if those patches serve a purpose, shouldn't they be in 2.6.25?

Hi, Hugh,

I expected those patches to make it into 2.6.25. But ever since 2.6.25-rc5-mm1,
the next -mm was for 2.6.25-rc8. I have been meaning to follow up with Andrew,
but lost with some other patches.

Andrew,

Could we please push these patches upstream before 2.6.25? Or is it too late?


-- 
	Warm Regards,
	Balbir Singh
	Linux Technology Center
	IBM, ISTL

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cgroup_disable=memory for 2.6.25?
  2008-04-03 20:27 ` Balbir Singh
@ 2008-04-03 20:41   ` Andrew Morton
  2008-04-04  1:18     ` KAMEZAWA Hiroyuki
  2008-04-04  3:14     ` Balbir Singh
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Morton @ 2008-04-03 20:41 UTC (permalink / raw)
  To: balbir
  Cc: hugh, menage, kamezawa.hiroyu, xemul, skumar, lizf, rientjes,
	yamamoto, linux-kernel

On Fri, 04 Apr 2008 01:57:14 +0530
Balbir Singh <balbir@linux.vnet.ibm.com> wrote:

> I expected those patches to make it into 2.6.25.

My mind-ray receptors might need a tune-up.

> Could we please push these patches upstream before 2.6.25? Or is it too late?

Should be OK.  I borrowed a bit of Hugh's email and stuck it in the changelog
so that it at least has some attempt to describe why it's an urgent change.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cgroup_disable=memory for 2.6.25?
  2008-04-03 20:41   ` Andrew Morton
@ 2008-04-04  1:18     ` KAMEZAWA Hiroyuki
  2008-04-04  3:14     ` Balbir Singh
  1 sibling, 0 replies; 5+ messages in thread
From: KAMEZAWA Hiroyuki @ 2008-04-04  1:18 UTC (permalink / raw)
  To: Andrew Morton
  Cc: balbir, hugh, menage, xemul, skumar, lizf, rientjes, yamamoto,
	linux-kernel

On Thu, 3 Apr 2008 13:41:53 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:

> On Fri, 04 Apr 2008 01:57:14 +0530
> Balbir Singh <balbir@linux.vnet.ibm.com> wrote:
> 
> > I expected those patches to make it into 2.6.25.
> 
> My mind-ray receptors might need a tune-up.
> 
> > Could we please push these patches upstream before 2.6.25? Or is it too late?
> 
> Should be OK.  I borrowed a bit of Hugh's email and stuck it in the changelog
> so that it at least has some attempt to describe why it's an urgent change.

For example. Unix bench's execl test result on x86_64 was

== just after boot without mounting any cgroup fs.==
mem_cgorup=off : Execl Throughput       43.0     3150.1      732.6
mem_cgroup=on  : Execl Throughput       43.0     2932.6      682.0
==

I believe this is worth ot be urgent.

I'm now trying performance improvement patches but it's too late.

Thanks,
-Kame


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cgroup_disable=memory for 2.6.25?
  2008-04-03 20:41   ` Andrew Morton
  2008-04-04  1:18     ` KAMEZAWA Hiroyuki
@ 2008-04-04  3:14     ` Balbir Singh
  1 sibling, 0 replies; 5+ messages in thread
From: Balbir Singh @ 2008-04-04  3:14 UTC (permalink / raw)
  To: Andrew Morton
  Cc: hugh, menage, kamezawa.hiroyu, xemul, skumar, lizf, rientjes,
	yamamoto, linux-kernel

Andrew Morton wrote:
> On Fri, 04 Apr 2008 01:57:14 +0530
> Balbir Singh <balbir@linux.vnet.ibm.com> wrote:
> 
>> I expected those patches to make it into 2.6.25.
> 
> My mind-ray receptors might need a tune-up.
> 

I should have stressed a bit more on the priority.

>> Could we please push these patches upstream before 2.6.25? Or is it too late?
> 
> Should be OK.  I borrowed a bit of Hugh's email and stuck it in the changelog
> so that it at least has some attempt to describe why it's an urgent change.


Thanks, Andrew!

-- 
	Warm Regards,
	Balbir Singh
	Linux Technology Center
	IBM, ISTL

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-04  3:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-03 20:22 cgroup_disable=memory for 2.6.25? Hugh Dickins
2008-04-03 20:27 ` Balbir Singh
2008-04-03 20:41   ` Andrew Morton
2008-04-04  1:18     ` KAMEZAWA Hiroyuki
2008-04-04  3:14     ` Balbir Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).