Re: [PATCH 0/8] RSS controller based on process containers (v3.1)

2007-06-08 Thread Vaidyanathan Srinivasan
Herbert Poetzl wrote: > On Fri, Jun 08, 2007 at 04:39:28PM +0400, Pavel Emelianov wrote: >> Herbert Poetzl wrote: >>> On Mon, Jun 04, 2007 at 05:25:25PM +0400, Pavel Emelianov wrote: [snip] When this usage exceeds the limit set some pages are reclaimed from the owning container. In case

Re: [PATCH 0/8] RSS controller based on process containers (v3.1)

2007-06-08 Thread Balbir Singh
Herbert Poetzl wrote: > On Fri, Jun 08, 2007 at 04:39:28PM +0400, Pavel Emelianov wrote: >> Herbert Poetzl wrote: >>> On Mon, Jun 04, 2007 at 05:25:25PM +0400, Pavel Emelianov wrote: Adds RSS accounting and control within a container. Changes from v3 - comments across the code

Re: [PATCH 0/8] RSS controller based on process containers (v3.1)

2007-06-08 Thread Herbert Poetzl
On Fri, Jun 08, 2007 at 04:39:28PM +0400, Pavel Emelianov wrote: > Herbert Poetzl wrote: > > On Mon, Jun 04, 2007 at 05:25:25PM +0400, Pavel Emelianov wrote: > >> Adds RSS accounting and control within a container. > >> > >> Changes from v3 > >> - comments across the code > >> - git-bisect safe s

Re: [PATCH 0/8] RSS controller based on process containers (v3.1)

2007-06-08 Thread Pavel Emelianov
Herbert Poetzl wrote: > On Mon, Jun 04, 2007 at 05:25:25PM +0400, Pavel Emelianov wrote: >> Adds RSS accounting and control within a container. >> >> Changes from v3 >> - comments across the code >> - git-bisect safe split >> - lost places to move the page between active/inactive lists >> >> Por

Re: [PATCH 0/8] RSS controller based on process containers (v3.1)

2007-06-08 Thread Herbert Poetzl
On Mon, Jun 04, 2007 at 05:25:25PM +0400, Pavel Emelianov wrote: > Adds RSS accounting and control within a container. > > Changes from v3 > - comments across the code > - git-bisect safe split > - lost places to move the page between active/inactive lists > > Ported above Paul's containers V1