Re: [PATCH v10 1/3] cpufreq: Add mechanism for registering utilization update callbacks

From: Steve Muckle
Date: Mon Feb 22 2016 - 22:58:54 EST


On 02/19/2016 02:35 PM, Rafael J. Wysocki wrote:
>> The scheduler hooks for utilization-based cpufreq operation deserve a
>> lot more debate I think. They could quite possibly have different
>> requirements than hooks which are chosen just to guarantee periodic
>> callbacks into sampling-based governors.
>
> Yes, they could.
>
> The point here, though, is that even the sampling-based governors may
> benefit from using the numbers provided by the scheduler instead of trying
> to come up with analogous numbers themselves.

It seems premature to me to merge supporting infrastructure (the
utilization hooks) before we have changes, be it modifications to the
sampling based governors to use utilization or a scheduler-guided
governor, which are well tested and proven to yield reasonable
performance and power across various platforms and workloads.

Perhaps I'm a pessimist but I think it's going to be a challenge to get
utilization-based cpufreq on par, and I think getting the hooks right
will be part of that challenge.

>> For my part I think it would be best if the util/max parameters are
>> omitted
>
> OK, so please see the patch I've just sent to Juri:
>
> https://patchwork.kernel.org/patch/8364621/

Looked good to me.

thanks,
Steve