| Summary: | After Kernel Upgrade to 3.12 cpu always run max frequency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mario Kothe <mario.kothe> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | bjoern, ercantopalak, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-06 15:18:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Mario Kothe
2013-12-22 13:30:18 UTC
This is probably not a bug. Modern CPUs save more power when they stay at the highest clock rate. They save power by switching into C-States which do conserve power very well. The higher the clock rate, the longer they can stay in that powersaving mode. According to the source you quoted the new intel pstate driver does exactly it while knowing which CPUs are better in power saving on the high clock rate and which not. At least I read that out of it. You have one of the latest intel processors - perfect candidate for saving power without reducing clock rates. The situation is as Björn describes it as far as I know. May be I was not clear enough. Kernel 3.11 of Fedora scales correctly. 3.12 is not doing anything of the sort. I would say that it is a bug expect you say it is correct that the CPU stay at maximum frequenticy even when the system has nothing to do. Idle at 90% for hours. Nevermind. Deinstalled Fedora and changed to Linux Mint. After using Fedora since Fedora 8. I've had the same problem, if you are hating fan noise, convert intel_pstate to old acpi driver with "intel_pstate=disable" kernel paramater on startup. |