I don't know anything about work queues, but I did read some documentation
about tasklets.  Relevant info:  tasklets always run on the CPU that
schedules
them, multiple tasklets can run at the same time on different CPUs.  You
folks
probably know this already ....

bob

On Wed, Jun 9, 2010 at 3:07 AM, Bruno Randolf <b...@einfach.org> wrote:
>
> so i am wondering wether it makes sense to switch from tasklets to work
> queues
> in order to avoid these kind of locking problems between process context
> and
> tasklets. most other mac80211 drivers use work queues as well. but i need
> to
> learn more about work queues before... any opinions on that?
>
> bruno
>
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to