> Bridging doesnt work in 2.1.115. It might work in 2.1.115ac2
>> In net/core/dev.c Line 820 you will find:
>>
>> cli();
>> __skb_unlink(skb,&backlog); <----
>> sti();
> Thats broken, but for completely different reasons. Its disabling interrupts
> when the skb_* stuff is now spinlocked.
Alan, look again. Only the non __ versions of skb_* call the spinlocks.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html