mbox series

[v5,0/2] test/power: fix bugs in cpufreq test

Message ID 20210415055930.3899-1-richael.zhuang@arm.com (mailing list archive)
Headers
Series test/power: fix bugs in cpufreq test |

Message

Richael Zhuang April 15, 2021, 5:59 a.m. UTC
  v5:
abort the patch about checking -ENOTSUP in turbo test.

Richael Zhuang (2):
  test/power: add delay before checking cpuinfo cur freq
  test/power: round cpuinfo cur freq value in cpufreq autotest

 app/test/test_power_cpufreq.c | 41 ++++++++++++++++++++++++++++++-----
 1 file changed, 36 insertions(+), 5 deletions(-)
  

Comments

Thomas Monjalon April 19, 2021, 4:31 p.m. UTC | #1
Any review please?

15/04/2021 07:59, Richael Zhuang:
> v5:
> abort the patch about checking -ENOTSUP in turbo test.
> 
> Richael Zhuang (2):
>   test/power: add delay before checking cpuinfo cur freq
>   test/power: round cpuinfo cur freq value in cpufreq autotest
> 
>  app/test/test_power_cpufreq.c | 41 ++++++++++++++++++++++++++++++-----
>  1 file changed, 36 insertions(+), 5 deletions(-)
  
Thomas Monjalon April 21, 2021, 5:22 p.m. UTC | #2
> Richael Zhuang (2):
>   test/power: add delay before checking cpuinfo cur freq
>   test/power: round cpuinfo cur freq value in cpufreq autotest

Applied, thanks