kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* When to use threaded interrupts?
@ 2015-09-10 17:49 Kosta Zertsekel
  2015-09-10 20:09 ` Rami Rosen
  0 siblings, 1 reply; 6+ messages in thread
From: Kosta Zertsekel @ 2015-09-10 17:49 UTC (permalink / raw)
  To: kernelnewbies

Hi guys,

I hope I'm on right mailing list. :-)
I think I get the pro of using threaded interrupts - to decrease the maximum
interrupt latency on RT workloads and/or RT machines (servers, embedded,
etc.).

Also, I see that in 4.2 there are only ~76 drivers that use threaded
interrupt:
```
$ git grep -l IRQ_WAKE_THREAD | sort | grep -v "\.h" | wc -l
76
```

?So, I'd like to ask:
   - Why not **all** of the drivers use the threaded interrupts?
   - What are the cons of the threaded interrupts??

Thanks,
--- KostaZ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150910/11ea411f/attachment.html 

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

end of thread, other threads:[~2015-09-15 19:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 17:49 When to use threaded interrupts? Kosta Zertsekel
2015-09-10 20:09 ` Rami Rosen
2015-09-13  6:24   ` Kosta Zertsekel
2015-09-13 11:16     ` Rami Rosen
2015-09-15 18:02       ` Kosta Zertsekel
2015-09-15 19:05         ` Greg KH

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).