On 6 October 2016 at 22:35, Steve Muckle steve.muckle@linaro.org wrote:
It may be unexpected to have the default sched class for the workloads in the cpufreq/dvfs test be RT. Change this to SCHED_OTHER.
Signed-off-by: Steve Muckle smuckle@linaro.org
doc/examples/cpufreq_governor_efficiency/dvfs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/examples/cpufreq_governor_efficiency/dvfs.json b/doc/examples/cpufreq_governor_efficiency/dvfs.json index b7a6dcd8d2b8..90061a9b6fe1 100755 --- a/doc/examples/cpufreq_governor_efficiency/dvfs.json +++ b/doc/examples/cpufreq_governor_efficiency/dvfs.json @@ -2,7 +2,7 @@ "tasks" : { "thread" : { "instance" : 1,
"policy" : "SCHED_FIFO",
"policy" : "SCHED_OTHER",
Indeed.. the change has probably happened when i was working on including rt task in sched-freq
Acked-by: Vincent guittot vincent.guittot@linaro.org
"cpus" : [1],
"loop" : 10, "phases" : { -- 2.7.3