All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theo Veenker <T.J.G.Veenker@domain.hid>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: Xenomai help <xenomai@xenomai.org>
Subject: Re: [Xenomai-help] high latencies with Intel P45 ICH10
Date: Fri, 07 Aug 2009 09:39:36 +0200	[thread overview]
Message-ID: <4A7BDA38.2060405@domain.hid> (raw)
In-Reply-To: <4A7AF4C4.30001@domain.hid>

Gilles Chanteperdrix wrote:
> Theo Veenker wrote:
>> Hi,
>>
>> I'm replacing a number of old machines in our lab by new ones with an
>> MSI P45 Neo3 mobo. On the new hardware I'm seeing high latencies with
>> Xenomai 2.4.8 on kernel 2.6.29.5. The latency thingy reports many
>> overruns:
>> RTT|  00:00:01  (periodic user-mode task, 100 us period, priority 99)
>> RTH|-----lat min|-----lat avg|-----lat max|-overrun|----lat best|---lat worst
>> RTD|       4.083|       9.100|       9.807|       0|       4.083|       9.807
>> RTD|       4.137|       9.280|    1804.493|      18|       4.083|    1804.493
>> RTD|       3.451|       9.099|      14.337|      18|       3.451|    1804.493
>> RTD|       3.864|       9.281|    1820.762|      36|       3.451|    1820.762
>> RTD|       4.017|       9.102|       9.917|      36|       3.451|    1820.762
>> RTD|       4.121|       9.273|    1742.710|      53|       3.451|    1820.762
>>
>> I've tried UP/SMP both with and without disabling SMI. No CONFIG_ACPI_PROCESSOR
>> etc. PCI_MSI is disabled too. I do not see the "Xenomai: SMI-enabled chipset
>> found..." message in the messages log file. Is that correct or is this hardware
>> too new for this version of Xenomai?
> 
> Probably, the table of supported PCI ids is in arch/x86/smi.c
> 

Boy, am I glad this list is rolling again. I had no idea where to look.
I have added the ID of the LPC Interface Controller. Is that the expected
thing to do? (Maybe you can add a comment about it in smi.c).

And guess what; It works! Well I need to perform a lengthy test, but the
overruns are gone now.

This is the line I've added in smi.c:
	{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_1)},

Thanks Gilles.

Theo



  reply	other threads:[~2009-08-07  7:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-31  9:56 [Xenomai-help] high latencies with Intel P45 ICH10 Theo Veenker
2009-08-06 15:20 ` Gilles Chanteperdrix
2009-08-07  7:39   ` Theo Veenker [this message]
2009-08-07 10:19     ` 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=4A7BDA38.2060405@domain.hid \
    --to=t.j.g.veenker@domain.hid \
    --cc=gilles.chanteperdrix@xenomai.org \
    --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.