public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: george anzinger <george@mvista.com>
To: Helge Hafting <helgehaf@aitel.hist.no>
Cc: Dave Jones <davej@suse.de>,
	"Pering, Trevor" <trevor.pering@intel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH][2.5.32] CPU frequency and voltage scaling (0/4)
Date: Fri, 30 Aug 2002 15:43:00 -0700	[thread overview]
Message-ID: <3D6FF4F4.ECBEDF68@mvista.com> (raw)
In-Reply-To: 3D6F66C3.9714C351@aitel.hist.no

Helge Hafting wrote:
> 
> Dave Jones wrote:
> >
> > On Fri, Aug 30, 2002 at 10:04:20AM +0200, Helge Hafting wrote:
> >  > An MHz carries more meaning - it is a measurable frequency.
> >
> > It's equally meaningless (in fact, less meaningful).
> > - By your definition my 900MHz VIA C3 is faster than my 800MHz Athlon.
> >   (Clue: It isn't).
> I never said such a thing!
> You are right that MHz is useless for telling which
> processor is the fastest.  But this discussion wasn't about
> comparing performance.
> 
> It was about:
> Should we tell the kernel to run a cpu at "500MHz", or
> "50% of max" in order to (save power|avoid overheating|whatever).
> 
> In this case MHz is useful - because that's what the manufacturer
> specifies.  That's what you program into cpu or
> motherboard registers, and MHz is what you can measure with an
> oscilloscope in order to verify correct operation of the driver.
> 
> Percentages don't buy you anything if you replace
> the cpu with a different one.  The other cpu may of course
> have different MHz ratings for "full speed" and "power save|cold
> running"
> but the percentages may very well be different too.
> Some runs cool at 80%, some at 60%...
> 
> finally - "full speed" is ill-defined.  Some AMD chips have different
> speed ratings for different operating temperatures.
> 
> So, I think MHz is the better choice for setting up
> speed policies for cooling and power saving.

If cooling and power saving is what is wanted, why not talk
in terms of degrees or watts?  Or are you really trying to
say something like "it is ok to run this much slower to
conserve power/temp/battery".

I really think we need to push down the power/temp to Mhz
conversion to the lowest level.  At the user level we should
only be expressing what we want and/or are willing to give
up for it.  From this point of view, if you are talking
frequency you are already out of the box.

-g
> 
> > - With trickery like AMD's quantispeed ratings, MHz really is a totally
> >   meaningless number when relating to performance of a CPU.
> > - A MHz rating is only meaningful across the same vendor/family of CPUs.
> 
> This is all fine for the purpose of comparing cpu's, but this
> isn't about such comparisons.  I would never compare an
> intel and an amd chip based on frequency, I'd look at how
> well they perform what I want them to do.
> 
> > Getting cpufreq's policy interface into something CPU agnostic therefore
> > precludes MHz ratings AFAICS.
> Why?  It is not as if cpufreq is being used to tell who
> has the faster machine...
> 
> Helge Hafting
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
George Anzinger   george@mvista.com
High-res-timers: 
http://sourceforge.net/projects/high-res-timers/
Preemption patch:
http://www.kernel.org/pub/linux/kernel/people/rml

  reply	other threads:[~2002-08-30 22:39 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-29 15:07 [PATCH][2.5.32] CPU frequency and voltage scaling (0/4) Pering, Trevor
2002-08-30  8:04 ` Helge Hafting
2002-08-30 11:53   ` Dave Jones
2002-08-30 12:36     ` Helge Hafting
2002-08-30 22:43       ` george anzinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-08-28 20:25 Grover, Andrew
2002-08-28 20:46 ` Linus Torvalds
2002-08-28 11:46 Dominik Brodowski
2002-08-28 18:47 ` Linus Torvalds
2002-08-28 18:48   ` Cort Dougan
2002-08-28 19:25     ` Alan Cox
2002-08-28 19:32       ` Cort Dougan
2002-08-29 10:26         ` Zwane Mwaikambo
2002-08-28 19:41       ` Peter Riocreux
2002-08-28 19:58       ` Linus Torvalds
2002-08-29  9:51         ` Padraig Brady
2002-08-29 10:23     ` Zwane Mwaikambo
2002-08-28 19:21   ` Alan Cox
2002-08-28 19:49     ` Linus Torvalds
2002-08-28 20:25       ` Alan Cox
2002-08-28 20:29         ` Linus Torvalds
2002-08-28 23:26           ` Alan Cox
2002-08-28 23:49             ` Linus Torvalds
2002-08-30  0:39               ` jw schultz
2002-08-29  7:01             ` Dominik Brodowski
2002-08-28 20:39         ` Dominik Brodowski
2002-08-28 21:05           ` Linus Torvalds
2002-09-06 11:31             ` Pavel Machek
2002-08-28 20:27       ` Dominik Brodowski
2002-08-28 20:19   ` Dominik Brodowski
2002-08-28 20:43     ` Linus Torvalds
2002-08-28 20:53       ` Dominik Brodowski
2002-08-28 21:08         ` Linus Torvalds
2002-08-28 23:00           ` george anzinger
2002-08-28 23:30           ` Alan Cox
2002-08-29  0:08             ` Linus Torvalds
2002-08-29  7:07               ` Dominik Brodowski
2002-08-29 10:02               ` Padraig Brady
2002-08-29 10:53               ` Alan Cox
2002-08-29 13:38                 ` Dave Jones
2002-08-29 18:47                 ` Linus Torvalds
2002-08-29 19:24                   ` Alan Cox
2002-08-29 21:22                   ` george anzinger
2002-08-30  6:46                     ` David Gibson
2002-08-30  7:54                     ` Helge Hafting
2002-08-30  3:21                 ` David Lang

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=3D6FF4F4.ECBEDF68@mvista.com \
    --to=george@mvista.com \
    --cc=davej@suse.de \
    --cc=helgehaf@aitel.hist.no \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trevor.pering@intel.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