lkml.org 
[lkml]   [2008]   [Mar]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [linux-pm] Too many timer interrupts in NO_HZ
Date
On Sunday 16 March 2008, Alan Stern wrote:
> On Sun, 16 Mar 2008, Vaidyanathan Srinivasan wrote:
>
> The largest entry is for ehci_watchdog. This timer won't run at all if

... you're not accessing EHCI devices at all. Is HAL or
something else polling them too often? Or are you maybe
doing something else that resembles "real work"?


> your EHCI controllers are allowed to autosuspend, which will happen
> automatically if
>
> (1) You enable CONFIG_USB_SUSPEND, and
>
> (2) You have no high-speed USB devices attached, or the
> ones that are attached have all been suspended.
>
> On the other hand, if you were actively using some high-speed USB
> device during the test then it's understandable that there should be
> lots of timer interrupts as a result.

That watchdog is a bit messy, but it's got two basic tasks:

(a) Take work off the async ring ... bulk and control
transfers will leave an empty QH there for a few
milliseconds before taking it off, to avoid wasting
effort in the common case where another transfer
quickly follows the first one. In the extreme case,
when there's no more work, that ring gets disabled.

(b) A real I/O watchdog ... in case the hardware forgets
to issue some kind of I/O completion interrupt. This
watchdog rarely needs to fire.

So I'm thinking this is most likely a case where something
is sending work to one or more high speed devices.

- Dave



\
 
 \ /
  Last update: 2008-03-17 09:47    [W:0.111 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site