[PATCH] usb: add Freescale QE/CPM USB peripheral controller driver

Arnd Bergmann arnd at arndb.de
Fri Aug 29 18:57:20 EST 2008


On Friday 29 August 2008, Li Yang wrote:
> 
> > Not a problem, but an observation: Most new code uses work queues instead
> > of tasklets these days, which gives you more predictable real time
> > latencies.
> > If you don't have a specific reason to prefer a tasklet, just use
> > a workqueue here.
> 
> Is this truly a trend?  Work queue is more flexible but it has higher
> latency.  Why are work queues preferred?

Most drivers don't need the low irq to bottom half latency. As I said,
not a problem at all, just my observation. In 2.6.27, we have around
three times more new workqueue usages than new tasklet usages. My
feeling from doing reviews was that it would be closer to a factor
of ten, but I guess I was wrong in that.

	Arnd <><



More information about the Linuxppc-dev mailing list