All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carsten Emde <Carsten.Emde@osadl.org>
To: Mike Galbraith <efault@gmx.de>
Cc: RT <linux-rt-users@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>, Len Brown <lenb@kernel.org>
Subject: Re: Q6600 + low frequency periodic timer + CPU_IDLE = much jitter
Date: Thu, 29 Jul 2010 12:35:04 +0200	[thread overview]
Message-ID: <4C515958.60301@osadl.org> (raw)
In-Reply-To: <1280394320.9599.48.camel@marge.simson.net>

Mike,

> It's looking like my Q6600 is kinda slow at switching gears, and I'd
> just like to verify that it is the hardware, not something odd going on
> in cpuidle territory.
Yes, it's the CPU. It is a known restriction of this processor and has
been verified on a number of different systems. It appears that the
processor is halted while the PLL is stabilizing. However, there is no
formal confirmation from Intel AFAIK.

It happens that one of the test systems that we regularly use in the
quality assessment of the PREEMPT_RT patch is a Q6600:
# grep CPU /proc/cpuinfo
model name	: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
model name	: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz

The recommendation is to add
-=--------------------------------------=-
cd /sys/devices/system/cpu
for i in cpu?/cpufreq/scaling_governor
do
  echo performance >$i
done
cd -
-=--------------------------------------=-
to /etc/rc.d/rc.local and to abandon dynamic frequency scaling on such
systems.


Carsten.

  reply	other threads:[~2010-07-29 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-29  9:05 Q6600 + low frequency periodic timer + CPU_IDLE = much jitter Mike Galbraith
2010-07-29 10:35 ` Carsten Emde [this message]
2010-07-29 11:21   ` Mike Galbraith

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=4C515958.60301@osadl.org \
    --to=carsten.emde@osadl.org \
    --cc=efault@gmx.de \
    --cc=lenb@kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.