> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/