Re: [RFC PATCH 0/7] sched/cpufreq: Make schedutil energy aware

2019-05-13 Thread Douglas Raillard
Hi Viresh, Rafael, On 5/13/19 8:12 AM, Viresh Kumar wrote: On Wed, May 8, 2019 at 11:57 PM wrote: From: Douglas RAILLARD Make schedutil cpufreq governor energy-aware. Hi Douglas, I was wondering on why the cpufreq maintainers weren't cc'd for this set and then I noticed that

Re: [RFC PATCH 0/7] sched/cpufreq: Make schedutil energy aware

2019-05-13 Thread Viresh Kumar
On Wed, May 8, 2019 at 11:57 PM wrote: > > From: Douglas RAILLARD > > Make schedutil cpufreq governor energy-aware. Hi Douglas, I was wondering on why the cpufreq maintainers weren't cc'd for this set and then I noticed that get_maintainers doesn't report us at all for schedutil :( I have

[RFC PATCH 0/7] sched/cpufreq: Make schedutil energy aware

2019-05-08 Thread douglas . raillard
From: Douglas RAILLARD Make schedutil cpufreq governor energy-aware. - patch 1 introduces a function to retrieve a frequency given a base frequency and an energy cost margin. - patch 2 links Energy Model perf_domain to sugov_policy. - patch 3 updates get_next_freq() to make use of the Energy