On 05/18/2011 05:50 PM, Jan Kiszka wrote:
On 2011-05-18 17:40, Benner Bernd (MH/EES) wrote:
Hello,

   I have rebuild my Kernel 2.6.37.6-x86 and uses xenomai-head.git. ( is this 
xenomai-2.6 git ? )
This version has the same problems on the Core 2 Duo E8400 machines.

   But there are some strange kernel messages on startup:

May 18 16:07:33 (none) user.warn kernel: CE: hpet3 increased min_delta_ns to 
7500 nsec
May 18 16:07:33 (none) user.warn kernel: CE: hpet3 increased min_delta_ns to 
11250 nsec
May 18 16:07:33 (none) user.warn kernel: hrtimer: interrupt took 5978 ns
...
May 18 16:07:33 (none) user.warn kernel: CE: hpet2 increased min_delta_ns to 
11250 nsec
...
   after a start of latency ( via ssh ) the linux domain will slow down and the 
sata driver will come in trouble.


   If I rebuild my Kernel with CONFIG_HPET_TIMER disabled, latency will run 
normally on the Core 2 Duo E8400 machines.

   CONFIG_HPET_TIMER has to be disabled on faster Core 2 Duo machines! There 
must be a consistency problem! ( probably in
io_apic- handling with CONFIG_HPET_TIMER enabled )

   I will rebuild and test my kernel with stable 2.5.X xenomai versions and 
ADEOS patches with CONFIG_HPET_TIMER disabled!

Ah! I bet you have>3 HPET timers, and they are MSI capable. In that
case, Linux will actually prefer them over the LAPIC as clockevent
device, and Xenomai breaks apart. I didn't discovered this as my test
"machine" (QEMU/KVM) requires extra switches to enable that scenario.
However, it's getting more and more common on modern hardware, we should
take some measures to catch this conflict.
Very timely report, this explains why my new powerful i7 (8 comparators) machine hangs when WATCHDOG is enabled. This leaves me three choices (I think):

1. Disable watchdog (not desirable)
2. Disable MSI support -> more IRQ conflicts between devices, making it harder to get a system without conflicts between Linux and Xenomai.
3. Disable HPET timers.

Are there any known problems (or performance considerations) with only disabling HPET timers?

Best regards

Anders

--
Anders Blomdell                  Email: [email protected]
Department of Automatic Control
Lund University                  Phone:    +46 46 222 4625
P.O. Box 118                     Fax:      +46 46 138118
SE-221 00 Lund, Sweden


_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to