On 10/19/2012 11:51 PM, Christoph Lameter wrote: > On Fri, 19 Oct 2012, Glauber Costa wrote: > >> SLAB allows us to tune a particular cache behavior with tunables. >> When creating a new memcg cache copy, we'd like to preserve any tunables >> the parent cache already had. > > SLAB and SLUB allow tuning. Could you come up with some way to put these > things into slab common and make it flexible so that the tuning could be > used for future allocators (like SLAM etc)? > They do, but they also do it very differently. Like slub uses sysfs, while slab don't. I of course fully support the integration, I just don't think this should be a blocker for all kinds of work in the allocators. Converting slab to sysfs seems to be a major work, that you are already tackling. Were it simple, I believe it would be done already. Without it, this is pretty much a fake integration... In summary, adding this doesn't make the integration work any harder in the future, and blocking this particular thing on sysfs integration is unreasonable. This being by far not central to the patchset, if this is an absolute requirement, maybe I should just drop it for the time being so it doesn't stall the rest of the development. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>