All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Lei Yang <leiyang@google.com>
Cc: cpufreq@lists.linux.org.uk
Subject: Re: Which cpu-freq module to use for Intel(R) Xeon(R) CPU
Date: Mon, 18 Jun 2007 16:03:29 -0400	[thread overview]
Message-ID: <20070618200329.GA13344@redhat.com> (raw)
In-Reply-To: <c583a31b0706181102x3c78a544he158c7fad49b29e8@mail.gmail.com>

On Mon, Jun 18, 2007 at 11:02:29AM -0700, Lei Yang wrote:
 > Dear list,
 > 
 > I'm a newbie on kernel cpu frequency scaling and I'm trying to get this work
 > on a Intel(R) Xeon(R) CPU workstation. The kernel version is 2.6.11.

There have been literally hundreds of changes to the cpufreq drivers
since 2.6.11.  I'll be surprised if anyone really remembers the quirks
of the various drivers in a > two year old kernel.

 > So far, I've looked into
 > /lib/modules/2.6.11/kernel/arch/x86_64/kernel/cpufreq and found four kernel
 > modules there: acpi-cpufreq.ko  powernow-k8.ko  speedstep-centrino.ko
 > speedstep-nocona.ko . However, when I tried to install them using modprobe,
 > they all reported an error like "FATAL: Module acpi_cpufreq.ko not found".
 > So please give me a hint on the right procedure to follow.

if your /proc/cpuinfo flags has 'est', then acpi-cpufreq is the way to
go, unless your BIOS doesn't have correct ACPI tables, in which case
speedstep-centrino is the answer.
In current kernels, speedstep-centrino is deprecated in favour of
acpi-cpufreq (and will disappear completely soon, possibly in .23)

 > Plus, I read from the kernel cpu-freq page on the supported hardware and
 > found that "Intel Pentium4/Xeon clock modulation (p4-clockmod)". Does this
 > mean that I need to install p4-clockmod for my workstation? Interestingly, I
 > also found on Dave Jones' page the following:
 > 
 > - P4 clock modulation. Note, that this driver does NOT save power. It
 > inserts 'waits' between clock cycles, so workloads take longer to complete,
 > but generate less heat whilst doing so.
 > 
 > I got confused, should I be using p4-clockmod or something else if I really
 > need to save power?

As my note reads, you'll be producing less overall heat, but as your workload
runs for a longer period, you're still using the same (possibly more)
amount of power.

	Dave

-- 
http://www.codemonkey.org.uk

  reply	other threads:[~2007-06-18 20:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-18 18:02 Which cpu-freq module to use for Intel(R) Xeon(R) CPU Lei Yang
2007-06-18 20:03 ` Dave Jones [this message]
2007-06-19 15:08   ` markus reichelt
2007-06-19 16:32     ` Pallipadi, Venkatesh
2007-06-19 21:34   ` Lei Yang
2007-06-19 21:43     ` Pallipadi, Venkatesh
2007-06-19 22:00       ` Lei Yang
2007-06-19 22:07         ` Pallipadi, Venkatesh

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=20070618200329.GA13344@redhat.com \
    --to=davej@redhat.com \
    --cc=cpufreq@lists.linux.org.uk \
    --cc=leiyang@google.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 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.