Re: [PATCH] Add spinlocks to serialize ib_post_send/ib_post_recv

2006-10-03 Thread Roland Dreier
Thanks, queued for 2.6.19 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Add spinlocks to serialize ib_post_send/ib_post_recv

2006-10-03 Thread Tom Tucker
From: Tom Tucker <[EMAIL PROTECTED]> The AMSO driver was not thread-safe in the post WR code and had code that would sleep if the WR post FIFO was full. Since these functions can be called on interrupt level I changed the sleep to a udelay. Signed-off-by: Tom Tucker <[EMAIL PROTECTED]> --- driv