Re: [RFC PATCH 0/6] Convert all tasklets to workqueues
From: Arjan van de Ven
Date: Fri Jun 22 2007 - 10:29:27 EST
> The most part, tasklets today are not used for time critical functions.
> Running tasklets in thread context is not harmful to performance of
> the overall system.
That is a bold statement...
> But running them in interrupt context is, since
> they increase the overall latency for high priority tasks.
.... since by moving this to process context you do add latency between
the hardirq and the tasklet, and I can see that having performance
impact easily.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/