lkml.org 
[lkml]   [2013]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [patch v5 11/15] sched: add power/performance balance allow flag
From
Date
On Wed, 2013-02-20 at 20:04 +0800, Alex Shi wrote:

> >> @@ -5195,6 +5197,8 @@ static int load_balance(int this_cpu, struct rq
> >> *this_rq,
> >> .idle = idle,
> >> .loop_break = sched_nr_migrate_break,
> >> .cpus = cpus,
> >> + .power_lb = 0,
> >> + .perf_lb = 1,
> >> };
> >>
> >> cpumask_copy(cpus, cpu_active_mask);
> >
> > This construct allows for the possibility of power_lb=1,perf_lb=1, does
> > that make sense? Why not have a single balance_policy enumeration?
>
> (power_lb == 1 && perf_lb == 1) is incorrect and impossible to have.
>
> (power_lb == 0 && perf_lb == 0) is possible and it means there is no any
> balance on this cpu.
>
> So, enumeration is not enough.

Huh.. both 0 doesn't make any sense either. If there's no balancing, we
shouldn't be here to begin with.



\
 
 \ /
  Last update: 2013-02-20 15:21    [W:0.458 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site