RE: [PATCH v3] cpufreq: intel_pstate: Generic governors support

From: Doug Smythies
Date: Mon Nov 21 2016 - 18:54:49 EST


On 2016.11.17 14:34 Rafael J. Wysocki wrote:

> v2 -> v3:
> The previous iteration didn't work correcty if ondemand was the default
> governor, because it didn't set policy->cur during initialization and
> that caused cpufreq_dbs_governor_start() to return an error (thanks to
> Srinovas for finding that bug).

Just for the sake of due diligence:

I re-tested v3 with all the same tests I had done with previous versions,
with the same positive results that I got with v2.

On my test computer, I also re-created the v2 failure discovered by
Srinivas, and confirm it is O.K. with v3.

On the v2 thread you said:

> I'll add a Tested-by tag from you to it if you don't mind.

That would be fine.

... Doug