mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Nicolas Kalkhof" <nkalkhof@web.de>
To: "Mike Galbraith" <efault@gmx.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	maciej.rutecki@gmail.com
Subject: Re: [REGRESSION] sudden cpu hogging in kernel 3.2 rc-series
Date: Tue, 22 Nov 2011 09:19:54 +0100 (CET)	[thread overview]
Message-ID: <1525712996.2585575.1321949994931.JavaMail.fmail@mwmweb003> (raw)

Hi Mike,

thanks for your reply! I didn't set any polling explicitly.

My boot params are:
intel_iommu=off pcie_aspm=force i915.powersave=1 i915.i915_enable_rc6=1

and in the cpufrequtils startup daemon the only parameter set is:
# Options when starting cpufreq (given to the `cpufreq-set` program)
START_OPTS="--governor ondemand"

egrep "IDLE|GOV" .config yields:

CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_INTEL_IDLE=y
# CONFIG_I7300_IDLE is not set

Any advice?

Thanks and Regards
Nic



-----Ursprüngliche Nachricht-----
Von: "Mike Galbraith" <efault@gmx.de>
Gesendet: Nov 22, 2011 6:03:03 AM
An: "Nicolas Kalkhof" <nkalkhof@web.de>
Betreff: Re: [REGRESSION] sudden cpu hogging in kernel 3.2 rc-series

>On Mon, 2011-11-21 at 22:40 +0100, Nicolas Kalkhof wrote:
>> This happens on my machine after some minutes, too when running X and
>> the trinity desktop. the cpu continuously uses up additional ~10 watts
>> comparing to older 3.1 kernels. The issue remains high even after I
>> kill X. A closer investigation shows that poll_idle uses up the cpu
>> (see dump below). Is it normal for poll_idle to use up all ressources?
>
>poll_idle should not consume cycles on i7 unless you booted idle=poll,
>or miss-configured the kernel.
>
>egrep 'IDLE|GOV' .config
>
>CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
>CONFIG_ARCH_HAS_DEFAULT_IDLE=y
>CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
># CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
># CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
># CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
>CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
>CONFIG_CPU_FREQ_GOV_POWERSAVE=m
>CONFIG_CPU_FREQ_GOV_USERSPACE=m
>CONFIG_CPU_FREQ_GOV_ONDEMAND=m
>CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
>CONFIG_CPU_IDLE=y
>CONFIG_CPU_IDLE_GOV_LADDER=y
>CONFIG_CPU_IDLE_GOV_MENU=y
>CONFIG_INTEL_IDLE=y
>CONFIG_I7300_IDLE_IOAT_CHANNEL=y
>CONFIG_I7300_IDLE=m
>CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
>CONFIG_DEVFREQ_GOV_PERFORMANCE=y
>CONFIG_DEVFREQ_GOV_POWERSAVE=y
>CONFIG_DEVFREQ_GOV_USERSPACE=y
>
>


___________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192

             reply	other threads:[~2011-11-22  8:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-22  8:19 Nicolas Kalkhof [this message]
2011-11-22 10:22 ` Mike Galbraith
  -- strict thread matches above, loose matches on Subject: below --
2011-11-21 21:40 Nicolas Kalkhof
2011-11-22  5:03 ` Mike Galbraith
2011-11-18 20:33 Nicolas Kalkhof
2011-11-21 21:11 ` Maciej Rutecki

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=1525712996.2585575.1321949994931.JavaMail.fmail@mwmweb003 \
    --to=nkalkhof@web.de \
    --cc=efault@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maciej.rutecki@gmail.com \
    /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

Powered by JetHome