From: Sergey Senozhatsky <sergey.senozhatsky at gmail.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] Does PowerTop support MHz numbers for Intel Xeon L5410 CPUs ?
Date: Mon, 07 Jul 2014 23:18:25 +0900 [thread overview]
Message-ID: <20140707141825.GA955@swordfish> (raw)
In-Reply-To: 53BAA7E6.8070200@linux.intel.com
[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]
On (07/07/14 07:00), Arjan van de Ven wrote:
> >>Hi,
> >>
> >>thanks a lot for your efforts, I appreciate it.
> >>My co-worker applied your patch and sent me the following output:
> >>
> >> --------------------------------------------------
> >>/ ./powertop -t 1 --csv
> >> ⏎
> >>
> >
> >thanks! ok, so cpu model 0x17 is not listed as a supported one in
> >src/cpu/intel_cpus.cpp:intel_cpu_models[] to begin with, and no
> >C-states are initialized as a result. Let's wait for Intel devs
> >to add cpu/core/package models and corresponding C-states.
> >
> >Alexandra, will you take care of this?
> >
> > -ss
> >
> >>Loaded 0 prior measurements
> >>Cannot load from file /var/cache/powertop/saved_parameters.powertop
> >>check cpu model 0x17
> >>ERROR: not supported
> >>RAPL device for cpu 0
> >>RAPL device for cpu 0
> >>check cpu model 0x17
>
> so turns out the L5410 is one generation prior to NHM, and does not support some of the internal MSRs we're using.
> I'll talk to Alexandra (pending vacations, it's that season) to see what we can do
>
not sure that powertop performs any specific MSRs at all, since most of MSRs are
called correspondingly to c-state flags (has_cXXX), e.g.
__init:
if (model == 0x45 || model ==0x3D)
has_c8c9c10_res = 1;
and later:
if (has_c8c9c10_res) {
c8_before = get_msr(number, MSR_PKG_C8_RESIDENCY);
c9_before = get_msr(number, MSR_PKG_C9_RESIDENCY);
c10_before = get_msr(number, MSR_PKG_C10_RESIDENCY);
}
and so on.
-ss
next reply other threads:[~2014-07-07 14:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-07 14:18 Sergey Senozhatsky [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-07-09 15:30 [Powertop] Does PowerTop support MHz numbers for Intel Xeon L5410 CPUs ? Valentin Hoebel
2014-07-08 11:05 Sergey Senozhatsky
2014-07-07 15:25 Arjan van de Ven
2014-07-07 14:00 Arjan van de Ven
2014-07-07 11:24 Sergey Senozhatsky
2014-07-07 11:13 Valentin Hoebel
2014-07-07 10:28 Sergey Senozhatsky
2014-07-07 10:26 Sergey Senozhatsky
2014-07-07 8:21 Valentin Hoebel
2014-07-03 13:59 Sergey Senozhatsky
2014-07-03 12:26 Valentin Hoebel
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=20140707141825.GA955@swordfish \
--to=powertop@lists.01.org \
/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.