* Timer Interrupts, please CC hamilton@sedsystems.ca
@ 2003-09-08 19:11 Kendrick Hamilton
2003-09-09 22:39 ` George Anzinger
0 siblings, 1 reply; 2+ messages in thread
From: Kendrick Hamilton @ 2003-09-08 19:11 UTC (permalink / raw)
To: linux-kernel
Hello,
Please send/cc responses to hamilton@sedsystems.ca
We are using a custom modulator card with the Linux 2.2.16 kernel
running on an IBM e-server (dual 2.8GHz, a lot of RAM). The modulator
card uses interrupts to send data (the card has a large FIFO and
interrupts when almost empty). The interrupt service routine re-fills
the fifo. While it is re-filling the FIFO interrupts are disabled. We
are noticing horrible clock skew.
Can you tell me the frequency of timer interrupts used by the linux
2.2.16 kernel on Intel x86 SMP platform. I want to know how long my
interrupt service routine can leave the interrupt disabled.
TIA
Kendrick Hamilton
hamilton@sedsystems.ca
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Timer Interrupts, please CC hamilton@sedsystems.ca
2003-09-08 19:11 Timer Interrupts, please CC hamilton@sedsystems.ca Kendrick Hamilton
@ 2003-09-09 22:39 ` George Anzinger
0 siblings, 0 replies; 2+ messages in thread
From: George Anzinger @ 2003-09-09 22:39 UTC (permalink / raw)
To: Kendrick Hamilton; +Cc: linux-kernel
Kendrick Hamilton wrote:
> Hello,
> Please send/cc responses to hamilton@sedsystems.ca
> We are using a custom modulator card with the Linux 2.2.16 kernel
> running on an IBM e-server (dual 2.8GHz, a lot of RAM). The modulator
> card uses interrupts to send data (the card has a large FIFO and
> interrupts when almost empty). The interrupt service routine re-fills
> the fifo. While it is re-filling the FIFO interrupts are disabled. We
> are noticing horrible clock skew.
> Can you tell me the frequency of timer interrupts used by the linux
> 2.2.16 kernel on Intel x86 SMP platform. I want to know how long my
> interrupt service routine can leave the interrupt disabled.
Two VERY different questions IMNSHO. :)
The normal tick time for the x86 platform on 2.4.x kernels was/is
10ms. The interrupt latency, on the other hand, is usually well under
1ms. Shame to see that go up.
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-09-09 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-08 19:11 Timer Interrupts, please CC hamilton@sedsystems.ca Kendrick Hamilton
2003-09-09 22:39 ` George Anzinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox