From: Michael Buesch <mb@bu3sch.de>
To: rostedt@goodmis.org
Cc: Stephen Hemminger <shemminger@vyatta.com>,
"Luis R. Rodriguez" <mcgrof@gmail.com>,
Ingo Molnar <mingo@elte.hu>,
"John W. Linville" <linville@tuxdriver.com>,
linux-wireless <linux-wireless@vger.kernel.org>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
Matt Smith <Matt.Smith@atheros.com>,
Kevin Hayes <kevin@atheros.com>,
Bob Copeland <me@bobcopeland.com>, Jouni Malinen <j@w1.fi>,
Ivan Seskar <Seskar@winlab.rutgers.edu>,
ic.felix@gmail.com
Subject: Re: Stop using tasklets for bottom halves
Date: Tue, 8 Sep 2009 07:08:58 +0200 [thread overview]
Message-ID: <200909080708.59702.mb@bu3sch.de> (raw)
In-Reply-To: <200909080650.43181.mb@bu3sch.de>
On Tuesday 08 September 2009 06:50:41 Michael Buesch wrote:
> On Tuesday 08 September 2009 04:17:34 Steven Rostedt wrote:
> > > Process context is too slow.
> >
> > Well, I'm hoping to prove the opposite. I'm working on some stuff that I
> > plan to present at Linux Plumbers. I've been too distracted by other
> > things, but hopefully I'll have some good numbers to present by then.
>
> I recently converted the b43 driver to threaded interrupt handlers and
> a workqueue based TX mechanism. (My motivation was porting b43 to the SDIO bus that
> needs to sleep, so requires process context).
>
> There are two things that I noticed. When looking at the "idle" percentage in "top"
> it regressed quite a bit when using threaded IRQ handlers. It shows about 8% less
> idle. This is with threaded IRQs patched in, but without WQ TX mechanism. Applying
> the WQ TX mechanism does not show any noticeable effect in "top".
>
> I'm not quite sure where the 8% slowdown on threaded IRQ handlers come from. I'm not
> really certain that it's _really_ a regression and not just a statistics accounting quirk.
> Why does threaded IRQs slow down stuff and threaded TX does not at all? That does not
> make sense at all to me.
>
> I think there's no real reason for process context being slow in general. It's just that
> we have additional context switches. But these are fast on Linux.
>
Ok, I just did another test. I used a workqueue instead of the standard kernel threaded
IRQ infrastructure. Now the slowdown is only about 4% in "top". Maybe that shows room
for improvement in the threaded IRQ implementation...
B43 does call mac80211's "irqsafe" TX-status and RX functions. They schedule
additional tasklets. That is not required, however. Maybe I should remove that stuff and
retry my tests. That should also improve stuff a bit.
And yes, I notice that "top" is actually crap for testing performance issues. :)
--
Greetings, Michael.
next prev parent reply other threads:[~2009-09-08 5:09 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-07 22:58 Stop using tasklets for bottom halves Luis R. Rodriguez
2009-09-08 0:14 ` Stephen Hemminger
2009-09-08 2:17 ` Steven Rostedt
2009-09-08 4:16 ` Luis R. Rodriguez
2009-09-08 13:18 ` Steven Rostedt
2009-09-08 4:50 ` Michael Buesch
2009-09-08 5:08 ` Michael Buesch [this message]
2009-09-08 7:10 ` Ingo Molnar
2009-09-08 19:07 ` matthieu castet
2009-09-08 19:12 ` Michael Buesch
2009-09-08 16:11 ` Stephen Hemminger
2009-09-08 16:40 ` Steven Rostedt
2009-09-08 17:01 ` Stephen Hemminger
2009-09-08 17:27 ` Steven Rostedt
2009-09-08 16:12 ` Stephen Hemminger
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=200909080708.59702.mb@bu3sch.de \
--to=mb@bu3sch.de \
--cc=Matt.Smith@atheros.com \
--cc=Seskar@winlab.rutgers.edu \
--cc=ic.felix@gmail.com \
--cc=j@w1.fi \
--cc=kevin@atheros.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mcgrof@gmail.com \
--cc=me@bobcopeland.com \
--cc=mingo@elte.hu \
--cc=netdev@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=shemminger@vyatta.com \
/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 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).