From: "Petr Cervenka" <grugh@domain.hid>
To: xenomai-help <xenomai@xenomai.org>
Subject: Re: [Xenomai-help] Frequency downscaling of new intel CPU
Date: Tue, 04 Oct 2011 09:10:11 +0200 [thread overview]
Message-ID: <20111004091011.AE85F1D2@domain.hid> (raw)
In-Reply-To: <CAPASGLohhztGb0h97QAReSS1z3p++iPOEhNfEGXew3A9P5VmZw@domain.hid>
> On Mon, Oct 3, 2011 at 4:39 AM, Petr Cervenka <grugh@domain.hid> wrote:
> > Any ideas that could help me?
> What about looking at /proc/cpuinfo while running your system ? If you
> see that the speed is not the maximal, indeed, the frequency scaling
> system changes the speed of the processor.
/proc/cpuinfo shows always full frequency clock (3292.500 MHz)
More details:
1) two xenomai tasks are running with 100us period (controlled by external hardware)
2) one task communicates with hardware (receives data via rtnet) and passes them by rt_queue to the second task (on another core)
3) second task does some computations and returns processed data to the first task
4) first task sends data to hardware
The problem is that during waiting on new data from hw CPU puts itself in some deeper idle state with lower frequency. A then, when the data are available, it slowly wakes up to normal state.
In other words: computation takes longer time than it takes on older computers (depends on overall CPU load).
When some artificial 100% load is running on another core, the computation is as fast as it should be.
Petr
next prev parent reply other threads:[~2011-10-04 7:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-26 7:02 [Xenomai-help] Frequency downscaling of new intel CPU Petr Cervenka
2011-10-03 8:39 ` Petr Cervenka
2011-10-03 8:47 ` Eric Noulard
2011-10-03 16:13 ` Petr Červenka
2011-10-04 7:10 ` Petr Cervenka [this message]
2011-10-04 7:39 ` Eric Noulard
2011-10-03 8:48 ` Julien Delange
2011-10-04 10:53 ` Gilles Chanteperdrix
2011-10-05 13:01 ` Petr Cervenka
2011-10-05 13:21 ` Gilles Chanteperdrix
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=20111004091011.AE85F1D2@domain.hid \
--to=grugh@domain.hid \
--cc=xenomai@xenomai.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.