Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-14 Thread Glauber Costa
On 11/09/2012 07:37 AM, Sasha Levin wrote: > On 11/08/2012 01:51 AM, Glauber Costa wrote: >> On 11/07/2012 04:53 PM, Sasha Levin wrote: >>> On 11/01/2012 08:07 AM, Glauber Costa wrote: SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-14 Thread Glauber Costa
On 11/09/2012 07:37 AM, Sasha Levin wrote: On 11/08/2012 01:51 AM, Glauber Costa wrote: On 11/07/2012 04:53 PM, Sasha Levin wrote: On 11/01/2012 08:07 AM, Glauber Costa wrote: SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new memcg cache copy,

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-08 Thread Sasha Levin
On 11/08/2012 01:51 AM, Glauber Costa wrote: > On 11/07/2012 04:53 PM, Sasha Levin wrote: >> On 11/01/2012 08:07 AM, Glauber Costa wrote: >>> SLUB allows us to tune a particular cache behavior with sysfs-based >>> tunables. When creating a new memcg cache copy, we'd like to preserve >>> any

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-08 Thread Sasha Levin
On 11/08/2012 01:51 AM, Glauber Costa wrote: On 11/07/2012 04:53 PM, Sasha Levin wrote: On 11/01/2012 08:07 AM, Glauber Costa wrote: SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new memcg cache copy, we'd like to preserve any tunables the

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-07 Thread Glauber Costa
On 11/07/2012 04:53 PM, Sasha Levin wrote: > On 11/01/2012 08:07 AM, Glauber Costa wrote: >> SLUB allows us to tune a particular cache behavior with sysfs-based >> tunables. When creating a new memcg cache copy, we'd like to preserve >> any tunables the parent cache already had. >> >> This can be

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-07 Thread Sasha Levin
On 11/01/2012 08:07 AM, Glauber Costa wrote: > SLUB allows us to tune a particular cache behavior with sysfs-based > tunables. When creating a new memcg cache copy, we'd like to preserve > any tunables the parent cache already had. > > This can be done by tapping into the store attribute

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-07 Thread Sasha Levin
On 11/01/2012 08:07 AM, Glauber Costa wrote: SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new memcg cache copy, we'd like to preserve any tunables the parent cache already had. This can be done by tapping into the store attribute function

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-07 Thread Glauber Costa
On 11/07/2012 04:53 PM, Sasha Levin wrote: On 11/01/2012 08:07 AM, Glauber Costa wrote: SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new memcg cache copy, we'd like to preserve any tunables the parent cache already had. This can be done by

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-06 Thread Andrew Morton
On Thu, 1 Nov 2012 16:07:44 +0400 Glauber Costa wrote: > SLUB allows us to tune a particular cache behavior with sysfs-based > tunables. When creating a new memcg cache copy, we'd like to preserve > any tunables the parent cache already had. > > This can be done by tapping into the store

Re: [PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-06 Thread Andrew Morton
On Thu, 1 Nov 2012 16:07:44 +0400 Glauber Costa glom...@parallels.com wrote: SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new memcg cache copy, we'd like to preserve any tunables the parent cache already had. This can be done by tapping

[PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-01 Thread Glauber Costa
SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new memcg cache copy, we'd like to preserve any tunables the parent cache already had. This can be done by tapping into the store attribute function provided by the allocator. We of course don't need to

[PATCH v6 28/29] slub: slub-specific propagation changes.

2012-11-01 Thread Glauber Costa
SLUB allows us to tune a particular cache behavior with sysfs-based tunables. When creating a new memcg cache copy, we'd like to preserve any tunables the parent cache already had. This can be done by tapping into the store attribute function provided by the allocator. We of course don't need to