Re: [PATCH v3 13/16] slab: slab-specific propagation changes.
From: Glauber Costa <hidden>
Date: 2012-09-19 07:44:59
Also in:
linux-mm, lkml
From: Glauber Costa <hidden>
Date: 2012-09-19 07:44:59
Also in:
linux-mm, lkml
On 09/18/2012 09:00 PM, Christoph Lameter wrote:
On Tue, 18 Sep 2012, Glauber Costa wrote:quoted
When a parent cache does tune_cpucache, we need to propagate that to the children as well. For that, we unfortunately need to tap into the slab core.One of the todo list items for the common stuff is to have actually a common kmem_cache structure. If we add a common callback then we could put that also into the core.
At this point, I'd like to keep it this way if possible. I agree that it would be a lot better living in a common location, and I commit to helping you to move in that direction. But I see no reason to have this commonization to happen first, as a pre-requisite for this.