[PM-QA] question about cpufreq subtest

2017-08-17 Thread Dai Xiang
Hi! I test with below two cpu to test: - Intel(R) Xeon(R) CPU E7-8890 v4 @ 2.20GHz - Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz With below action: make -C cpuidle cpuidle_killer make -C cpufreq run_tests And only cpufreq_02 and cpufreq_03 can pass. Log as below(ignore pass part): make:

Re: [PM-QA] question about cpufreq subtest

2017-08-18 Thread Dai Xiang
On Fri, Aug 18, 2017 at 11:13:35AM +0530, Viresh Kumar wrote: > On 18 August 2017 at 11:11, Dai Xiang <xiangx@intel.com> wrote: > > > In fact, i has used intel_pstate driver: > > $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver > > intel_pstate > >

Re: [PM-QA] question about cpufreq subtest

2017-08-18 Thread Dai Xiang
On Fri, Aug 18, 2017 at 11:59:47AM +0530, Viresh Kumar wrote: > On 18 August 2017 at 11:52, Dai Xiang <xiangx@intel.com> wrote: > > Cool, after use this kernel_cmdline, 4\5\6\8 can pass now, but 1\7\9 still > > can not: > > Why do you say that 4/5/6/8 have

Re: [PM-QA] question about cpufreq subtest

2017-08-17 Thread Dai Xiang
On Fri, Aug 18, 2017 at 09:42:19AM +0530, Viresh Kumar wrote: > On 18 August 2017 at 08:33, Dai Xiang <xiangx@intel.com> wrote: > > Hi! > > > > I test with below two cpu to test: > > - Intel(R) Xeon(R) CPU E7-8890 v4 @ 2.20GHz > > - Intel(R) Xeon(R) CPU

[PM-QA] question about cputopology_04

2017-08-25 Thread Dai Xiang
Hi! I use a kvm based on Intel(R) Atom(TM) CPU S1240 @ 1.60GHz Atom cpu to test. The cmd which create vm is qemu-system-x86_64 -enable-kvm -cpu host. Only cputopology_04 skip: ### cputopology_01: ### test the topology is implemented in the kernel ###

[PM-QA] question about cpuhotplug_06

2017-08-29 Thread Dai Xiang
Hi! I test with below two cpu to test: - Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz - Intel(R) Atom(TM) CPU S1240 @ 1.60GHz With below action: make -C cpuidle cpuidle_killer make -C cpuhotplug run_tests With Xeon, 04/04/06 failed: cpuhotplug_04.0/cpu85: checking affinity is set...

[PM-QA] question about cputopology_04

2017-08-29 Thread Dai Xiang
Hi! I test with below two cpu to test: - Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz - Intel(R) Atom(TM) CPU S1240 @ 1.60GHz With below action: make -C cpuidle cpuidle_killer make -C cputopology run_tests Both cpu fail with cputopology_04: cputopology_04.0: no cpus directory present...