Re: [Open-FCoE] [PATCH 3/6] libfcoe: fip: allow FIP receive to be called from IRQ.

2009-09-09 Thread Chris Leech
This looks good to me Joe. Acked-by: Chris Leech On Tue, Sep 08, 2009 at 06:38:40PM -0700, Joe Eykholt wrote: > FIP's fcoe_ctlr_recv() function was previously only called from > the soft IRQ in FCoE. It's not performance critical and is more > convenient for some drivers to call it from the IR

[Open-FCoE] [PATCH 3/6] libfcoe: fip: allow FIP receive to be called from IRQ.

2009-09-08 Thread Joe Eykholt
FIP's fcoe_ctlr_recv() function was previously only called from the soft IRQ in FCoE. It's not performance critical and is more convenient for some drivers to call it from the IRQ level. Just Change to use skb_queue()/dequeue() which uses spinlock_irqsave instead of separate locking with _bh lock