LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Alan Stern <stern@rowland.harvard.edu>
To: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Cc: discuss@LessWatts.org,
Linux-pm mailing list <linux-pm@lists.linux-foundation.org>,
Linux Kernel <linux-kernel@vger.kernel.org>,
Dipankar Sarma <dipankar@in.ibm.com>, Ingo Molnar <mingo@elte.hu>,
<venkatesh.pallipadi@intel.com>, <tglx@linutronix.de>,
Arjan van de Ven <arjan@infradead.org>,
<suresh.b.siddha@intel.com>, Gautham R Shenoy <ego@in.ibm.com>,
Chanda Sethia <chanda.sethia@in.ibm.com>
Subject: Re: [linux-pm] Too many timer interrupts in NO_HZ
Date: Sun, 16 Mar 2008 22:34:10 -0400 (EDT) [thread overview]
Message-ID: <Pine.LNX.4.44L0.0803162224460.2108-100000@netrider.rowland.org> (raw)
In-Reply-To: <20080316181711.GK18923@dirshya.in.ibm.com>
On Sun, 16 Mar 2008, Vaidyanathan Srinivasan wrote:
> > The problem:
> >
> > There are way too many timer interrupts even though the CPUs have
> > entered tickless idle loop. Timer interrupts basically bring the CPU
> > out of idle, and then return to tickless idle. There are very few
> > try_to_wake_up()s or need_resched() in between the timer interrupts.
> >
> > What can happen in an idle system in the timer interrupt context that
> > does not invoke a need_resched() or try_to_wake_up()?
> Function Count Name
> Address
>
> c0219922 : 5 blk_unplug_timeout
> c014f464 : 55 wb_timer_fn
> c02b2e67 : 350 bnx2_timer
> c03efcbc : 115 neigh_periodic_timer
> c012894a : 220 process_timeout
> c027d1c4 : 2 hangcheck_fire
> c03fe232 : 3 peer_check_expire
> c012e830 : 25 delayed_work_timer_fn
> c03afe92 : 2783 ehci_watchdog
> c03f1a35 : 10 neigh_timer_handler
> c01d7456 : 110 commit_timeout
> c04381e9 : 2 addrconf_verify
> c03f6d39 : 365 dev_watchdog
> c04126bc : 114 tcp_write_timer
> These are device driver timers that we need to investigate. We should
> try to migrate them to CPU0 (or some other package) to get really long
> uninterrupted CPU sleep time.
The largest entry is for ehci_watchdog. This timer won't run at all if
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.
Alan Stern
next prev parent reply other threads:[~2008-03-17 2:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-02 19:48 Vaidyanathan Srinivasan
2008-03-02 19:57 ` Arjan van de Ven
2008-03-02 20:25 ` Vaidyanathan Srinivasan
2008-03-05 15:38 ` Vaidyanathan Srinivasan
2008-03-16 18:17 ` Vaidyanathan Srinivasan
2008-03-17 2:34 ` Alan Stern [this message]
2008-03-17 8:44 ` [linux-pm] " David Brownell
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=Pine.LNX.4.44L0.0803162224460.2108-100000@netrider.rowland.org \
--to=stern@rowland.harvard.edu \
--cc=arjan@infradead.org \
--cc=chanda.sethia@in.ibm.com \
--cc=dipankar@in.ibm.com \
--cc=discuss@LessWatts.org \
--cc=ego@in.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=mingo@elte.hu \
--cc=suresh.b.siddha@intel.com \
--cc=svaidy@linux.vnet.ibm.com \
--cc=tglx@linutronix.de \
--cc=venkatesh.pallipadi@intel.com \
--subject='Re: [linux-pm] Too many timer interrupts in NO_HZ' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).