Re: Active waiting with yield()

From: Mikulas Patocka
Date: Mon Nov 17 2008 - 12:39:44 EST


On Sat, 15 Nov 2008, Peter Zijlstra wrote:

> On Fri, 2008-11-14 at 16:41 -0500, Mikulas Patocka wrote:
>
> > So, use msleep(1) instead of yield() ?
>
> wait_event() of course!

Why? Why developes don't like active waiting when terminating a driver?
Is there any real workload when 1ms delay on driver unload would be
problematic? Or don't they like it because of coding style?

L1 cache miss --- 10ns --- on every request, when using wait queues
msleep latency --- 1ms --- on driver termination, when using msleep
--- so if the driver processes more than 100000 requests between reboots,
wait queues actually slow things down.

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