Re: [PATCH] use wait queue spinlock for the socket spinlock

2006-03-09 Thread David S. Miller
From: Benjamin LaHaise <[EMAIL PROTECTED]> Date: Tue, 7 Mar 2006 14:59:10 -0800 > The patch below merges the use of the wait queue lock and socket spinlock > into one. This gains us ~100-150Mbit/s on netperf, mostly due to the fact > that because we know how the spinlock is used, we can avoid t

[PATCH] use wait queue spinlock for the socket spinlock

2006-03-07 Thread Benjamin LaHaise
Hi Dave et al, The patch below merges the use of the wait queue lock and socket spinlock into one. This gains us ~100-150Mbit/s on netperf, mostly due to the fact that because we know how the spinlock is used, we can avoid the whole irq save, disable and reenable sequence since the spinlock on