From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756604Ab2IXPkT (ORCPT ); Mon, 24 Sep 2012 11:40:19 -0400 Received: from mx2.parallels.com ([64.131.90.16]:52171 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756396Ab2IXPkS (ORCPT ); Mon, 24 Sep 2012 11:40:18 -0400 Message-ID: <50607E0C.7020606@parallels.com> Date: Mon, 24 Sep 2012 19:36:44 +0400 From: Glauber Costa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0 MIME-Version: 1.0 To: Pekka Enberg CC: Christoph Lameter , Tejun Heo , "" , "" , "" , "" , "" , Suleiman Souhlal , Frederic Weisbecker , Mel Gorman , David Rientjes , Michal Hocko , Johannes Weiner Subject: Re: [PATCH v3 05/16] consider a memcg parameter in kmem_create_cache References: <1347977530-29755-1-git-send-email-glommer@parallels.com> <1347977530-29755-6-git-send-email-glommer@parallels.com> <20120921181458.GG7264@google.com> <506015E7.8030900@parallels.com> <00000139f84bdedc-aae672a6-2908-4cb8-8ed3-8fedf67a21af-000000@email.amazonses.com> <50605500.5050606@parallels.com> <00000139f8836571-6ddc9d5b-1d5f-4542-92f9-ad11070e5b7d-000000@email.amazonses.com> <506063B8.70305@parallels.com> <00000139f890a302-980aee84-40b2-433f-8dbd-e7b1d219f00d-000000@email.amazonses.com> <506066E3.6050705@parallels.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/24/2012 07:38 PM, Pekka Enberg wrote: > On 09/24/2012 05:56 PM, Christoph Lameter wrote: >>> On Mon, 24 Sep 2012, Glauber Costa wrote: >>> >>>> The reason I say it is orthogonal, is that people will still want to see >>>> their caches in /proc/slabinfo, regardless of wherever else they'll be. >>>> It was a requirement from Pekka in one of the first times I posted this, >>>> IIRC. >>> >>> They want to see total counts there true. But as I said we already have a >>> duplication of the statistics otherwise. We have never done the scheme >>> that you propose. That is unexpected. I would not expect the numbers to be >>> there. > > On Mon, Sep 24, 2012 at 4:57 PM, Glauber Costa wrote: >> I myself personally believe it can potentially clutter slabinfo, and >> won't put my energy in defending the current implementation. What I >> don't want is to keep switching between implementations. >> >> Pekka, Tejun, what do you guys say here? > > So Christoph is proposing that the new caches appear somewhere under > the cgroups directory and /proc/slabinfo includes aggregated counts, > right? I'm certainly OK with that. > Just for clarification, I am not sure about the aggregate counts - although it surely makes sense. Christoph, is that what you're proposing ?