From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [RFC v3 0/5] Add capacity capping support to the CPU controller Date: Mon, 20 Mar 2017 10:51:31 -0400 Message-ID: <20170320145131.GA3623@htj.duckdns.org> References: <1488292722-19410-1-git-send-email-patrick.bellasi@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1488292722-19410-1-git-send-email-patrick.bellasi@arm.com> Sender: linux-kernel-owner@vger.kernel.org To: Patrick Bellasi Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Ingo Molnar , Peter Zijlstra , "Rafael J . Wysocki" , Paul Turner , Vincent Guittot , John Stultz , Todd Kjos , Tim Murray , Andres Oportus , Joel Fernandes , Juri Lelli , Morten Rasmussen , Dietmar Eggemann List-Id: linux-pm@vger.kernel.org Hello, Patrick. On Tue, Feb 28, 2017 at 02:38:37PM +0000, Patrick Bellasi wrote: > a) Boosting of important tasks, by enforcing a minimum capacity in the > CPUs where they are enqueued for execution. > b) Capping of background tasks, by enforcing a maximum capacity. > c) Containment of OPPs for RT tasks which cannot easily be switched to > the usage of the DL class, but still don't need to run at the maximum > frequency. As this is something completely new, I think it'd be a great idea to give a couple concerete examples in the head message to help people understand what it's for. Thanks. -- tejun