From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754266AbdASSpz (ORCPT ); Thu, 19 Jan 2017 13:45:55 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:58152 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754187AbdASSpy (ORCPT ); Thu, 19 Jan 2017 13:45:54 -0500 Date: Thu, 19 Jan 2017 18:54:25 +0100 (CET) From: Thomas Gleixner To: David Carrillo-Cisneros cc: Shivappa Vikas , Vikas Shivappa , Stephane Eranian , linux-kernel , x86 , hpa@zytor.com, Ingo Molnar , Peter Zijlstra , "Shankar, Ravi V" , "Luck, Tony" , Fenghua Yu , andi.kleen@intel.com, "H. Peter Anvin" Subject: Re: [PATCH 00/12] Cqm2: Intel Cache quality monitoring fixes In-Reply-To: Message-ID: References: <1483740005-23499-1-git-send-email-vikas.shivappa@linux.intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Jan 2017, David Carrillo-Cisneros wrote: > A 1:1 mapping between CLOSID/"Resource group" to RMID, as Fenghua suggested > is very problematic because the number of CLOSIDs is much much smaller than the > number of RMIDs, and, as Stephane mentioned it's a common use case to want to > independently monitor many task/cgroups inside an allocation partition. Again, that was not my intention. I just want to limit the combinations. > A 1:many mapping of CLOSID to RMIDs may work as a cheap replacement of > cgroup monitoring but the case where CLOSID changes would be messy. In CLOSIDs of RDT groups do not change. They are allocated when the group is created. Thanks, tglx