ixgbe: Remove the multicast spinlock
authorFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 14 Aug 2012 09:25:19 +0000 (11:25 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 14 Aug 2012 20:44:36 +0000 (22:44 +0200)
commit109323c5096b6a5b35af57acd8d9b2a1892154a6
treed9a09191ff8cf68fef1ec68cf5ed1fe9aceb96bc
parent4db7b2663090f11386e806c421560a4d0923a7fb
ixgbe: Remove the multicast spinlock

Multicast read/write is serialized by netisr0, there is no need to
add another protection layer.

Advised-by: Sepherosa Ziehau
sys/dev/netif/ixgbe/ixgbe.c
sys/dev/netif/ixgbe/ixgbe.h