[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190605153955.GP374014@devbig004.ftw2.facebook.com>
Date: Wed, 5 Jun 2019 08:39:55 -0700
From: Tejun Heo <tj@...nel.org>
To: Patrick Bellasi <patrick.bellasi@....com>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-api@...r.kernel.org, Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
"Rafael J . Wysocki" <rafael.j.wysocki@...el.com>,
Vincent Guittot <vincent.guittot@...aro.org>,
Viresh Kumar <viresh.kumar@...aro.org>,
Paul Turner <pjt@...gle.com>,
Quentin Perret <quentin.perret@....com>,
Dietmar Eggemann <dietmar.eggemann@....com>,
Morten Rasmussen <morten.rasmussen@....com>,
Juri Lelli <juri.lelli@...hat.com>,
Todd Kjos <tkjos@...gle.com>,
Joel Fernandes <joelaf@...gle.com>,
Steve Muckle <smuckle@...gle.com>,
Suren Baghdasaryan <surenb@...gle.com>
Subject: Re: [PATCH v9 12/16] sched/core: uclamp: Extend CPU's cgroup
controller
Hello, Patrick.
On Wed, Jun 05, 2019 at 04:37:43PM +0100, Patrick Bellasi wrote:
> > Everything sounds good to me. Please note that cgroup interface files
> > actually use literal "max" for limit/protection max settings so that 0
> > and "max" mean the same things for all limit/protection knobs.
>
> Lemme see if I've got it right, do you mean that we can:
>
> 1) write the _string_ "max" into a cgroup attribute to:
>
> - set 0 for util_max, since it's a protection
> - set 1024 for util_min, since it's a limit
>
> 2) write the _string_ "0" into a cgroup attribute to:
>
> - set 1024 for util_max, since it's a protection
> - set 0 for util_min, since it's a limit
>
> Is that correct or it's just me totally confused?
Heh, sorry about not being clearer. "max" just means numerically
highest possible config for the config knob, so in your case, "max"
would always map to 1024.
Thanks.
--
tejun
Powered by blists - more mailing lists