Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753271AbdDLMW0 (ORCPT ); Wed, 12 Apr 2017 08:22:26 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:48154 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751780AbdDLMWX (ORCPT ); Wed, 12 Apr 2017 08:22:23 -0400 Date: Wed, 12 Apr 2017 14:22:15 +0200 From: Peter Zijlstra To: Patrick Bellasi Cc: Tejun Heo , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Ingo Molnar , "Rafael J . Wysocki" , Paul Turner , Vincent Guittot , John Stultz , Todd Kjos , Tim Murray , Andres Oportus , Joel Fernandes , Juri Lelli , Chris Redpath , Morten Rasmussen , Dietmar Eggemann Subject: Re: [RFC v3 0/5] Add capacity capping support to the CPU controller Message-ID: <20170412122215.GF3093@worktop> References: <1488292722-19410-1-git-send-email-patrick.bellasi@arm.com> <20170320145131.GA3623@htj.duckdns.org> <20170320172233.GA28391@e110439-lin> <20170410073622.2y6tnpcd2ssuoztz@hirez.programming.kicks-ass.net> <20170411175833.GI29455@e110439-lin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170411175833.GI29455@e110439-lin> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 550 Lines: 14 On Tue, Apr 11, 2017 at 06:58:33PM +0100, Patrick Bellasi wrote: > Sorry, I don't get instead what are the "confusing nesting properties" > you are referring to? If a parent group sets min=.2 and max=.8, what are the constraints on its child groups for setting their resp min and max? I can't immediately gives rules that would make sense. For instance, allowing a child to lower min would violate the parent constraint, while allowing a child to increase min would grant the child more resources than the parent. Neither seem like a good thing.