From: Julia Lawall <julia.lawall@inria.fr>
To: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>,
Len Brown <lenb@kernel.org>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Viresh Kumar <viresh.kumar@linaro.org>,
linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: problem in changing from active to passive mode
Date: Sun, 24 Oct 2021 15:02:58 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.22.394.2110241452460.2997@hadrien> (raw)
Hello,
I have an Intel 6130 and an Intel 5218. These machines have HWP. They
are configured to boot with active mode and performance as the power
governor. Since the following commit:
commit a365ab6b9dfbaf8fb4fb4cd5d8a4c55dc4fb8b1c (HEAD, refs/bisect/bad)
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date: Mon Dec 14 21:09:26 2020 +0100
cpufreq: intel_pstate: Implement the ->adjust_perf() callback
If I change te mode from active to passive, I have the impression that the
machine is no longer able to raise the core frequencies above the minimum.
Changing the mode back to active has no effect. This persists if I reboot
to another kernel.
Here are some runs that illustrate the problem. I have tested the
benchmark many times, and apart from this issue its performance is stable.
Intel 6130:
root@yeti-2:/tmp# java -jar dacapo-9.12-MR1-bach.jar avrora -n 3
===== DaCapo 9.12-MR1 avrora starting warmup 1 =====
===== DaCapo 9.12-MR1 avrora completed warmup 1 in 3420 msec =====
===== DaCapo 9.12-MR1 avrora starting warmup 2 =====
===== DaCapo 9.12-MR1 avrora completed warmup 2 in 2536 msec =====
===== DaCapo 9.12-MR1 avrora starting =====
===== DaCapo 9.12-MR1 avrora PASSED in 2502 msec =====
root@yeti-2:/tmp# echo passive | tee /sys/devices/system/cpu/intel_pstate/status
passive
root@yeti-2:/tmp#
root@yeti-2:/tmp# echo active | tee /sys/devices/system/cpu/intel_pstate/status
active
root@yeti-2:/tmp# java -jar dacapo-9.12-MR1-bach.jar avrora -n 3
===== DaCapo 9.12-MR1 avrora starting warmup 1 =====
===== DaCapo 9.12-MR1 avrora completed warmup 1 in 7561 msec =====
===== DaCapo 9.12-MR1 avrora starting warmup 2 =====
===== DaCapo 9.12-MR1 avrora completed warmup 2 in 6528 msec =====
===== DaCapo 9.12-MR1 avrora starting =====
===== DaCapo 9.12-MR1 avrora PASSED in 7796 msec =====
-------------------------------------------------------------------------
Intel 5218:
root@troll-2:/tmp# java -jar dacapo-9.12-MR1-bach.jar avrora -n 3
===== DaCapo 9.12-MR1 avrora starting warmup 1 =====
===== DaCapo 9.12-MR1 avrora completed warmup 1 in 2265 msec =====
===== DaCapo 9.12-MR1 avrora starting warmup 2 =====
===== DaCapo 9.12-MR1 avrora completed warmup 2 in 2033 msec =====
===== DaCapo 9.12-MR1 avrora starting =====
===== DaCapo 9.12-MR1 avrora PASSED in 2068 msec =====
root@troll-2:/tmp# echo passive | tee /sys/devices/system/cpu/intel_pstate/status
passive
root@troll-2:/tmp# echo active | tee /sys/devices/system/cpu/intel_pstate/statusactive
root@troll-2:/tmp# java -jar dacapo-9.12-MR1-bach.jar avrora -n 3
===== DaCapo 9.12-MR1 avrora starting warmup 1 =====
===== DaCapo 9.12-MR1 avrora completed warmup 1 in 4363 msec =====
===== DaCapo 9.12-MR1 avrora starting warmup 2 =====
===== DaCapo 9.12-MR1 avrora completed warmup 2 in 4486 msec =====
===== DaCapo 9.12-MR1 avrora starting =====
===== DaCapo 9.12-MR1 avrora PASSED in 3417 msec =====
-------------------------------------------------------------------------
thanks,
julia
next reply other threads:[~2021-10-24 13:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-24 13:02 Julia Lawall [this message]
2021-10-24 22:44 ` problem in changing from active to passive mode Doug Smythies
2021-10-25 5:17 ` Julia Lawall
2021-10-25 20:49 ` Julia Lawall
[not found] ` <alpine.DEB.2.22.394.2110261658440.3825@hadrien>
2021-10-27 15:10 ` Doug Smythies
2021-10-27 15:16 ` Julia Lawall
2021-10-28 17:10 ` Julia Lawall
2021-10-28 17:29 ` Rafael J. Wysocki
2021-10-28 17:57 ` Rafael J. Wysocki
2021-10-28 18:16 ` Rafael J. Wysocki
2021-10-28 18:43 ` Rafael J. Wysocki
2021-10-28 19:13 ` Julia Lawall
2021-10-28 19:21 ` Rafael J. Wysocki
2021-10-28 19:25 ` Julia Lawall
2021-10-28 19:48 ` Rafael J. Wysocki
2021-10-28 20:18 ` Julia Lawall
2021-10-29 15:39 ` Rafael J. Wysocki
2021-10-29 20:29 ` Julia Lawall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.22.394.2110241452460.2997@hadrien \
--to=julia.lawall@inria.fr \
--cc=lenb@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=srinivas.pandruvada@linux.intel.com \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox