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