Re: [PATCH] RCU for low latency (experimental)

From: Dipankar Sarma
Date: Tue Mar 23 2004 - 05:48:59 EST


On Tue, Mar 23, 2004 at 11:35:06AM +0100, Arjan van de Ven wrote:
>
> > Reduce bh processing time of rcu callbacks by using tunable per-cpu
> > krcud daemeons.
>
> why not just use work queues ?

No particular reason other than that I wanted to experiment with
the priority of the kernel threads when we test it under heavy load.
If all these are deemed necessary, I will clean it up.

There is one minor irritant - I need to check if the worker thread
for my cpu is running or not. I will have to add something to do
that since this whole thing is conditional and also RCU is initialized
before workqueues.

Thanks
Dipankar

-
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/