public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* request_threaded_irq()
@ 2010-11-12 12:27 Mark Ryden
  2010-11-12 16:35 ` request_threaded_irq() Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Ryden @ 2010-11-12 12:27 UTC (permalink / raw)
  To: netdev

Hello netdev,

grepping under net-next-2.6/drivers/net for request_threaded_irq() ,
shows that it appears only in 3 drivers:

can/mcp251x.c
wireless/b43/main.c
wireless/rt2x00/rt2x00pci.c

I was wondering: when thinking about performance, is it worthwhile to use this
API instead of ordinary request_irq() . It seems to me that
request_threaded_irq()  might
be better in some cases than NAPI polling forr network drivers (or at
list it might be so in some systems, maybe multicore ?)


Best,
Mark Ryden

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-12 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12 12:27 request_threaded_irq() Mark Ryden
2010-11-12 16:35 ` request_threaded_irq() Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox