git: ixgbe: Remove the multicast spinlock
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Tue Aug 14 13:45:19 PDT 2012
commit 109323c5096b6a5b35af57acd8d9b2a1892154a6
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Tue Aug 14 11:25:19 2012 +0200
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
Summary of changes:
sys/dev/netif/ixgbe/ixgbe.c | 4 ----
sys/dev/netif/ixgbe/ixgbe.h | 1 -
2 files changed, 0 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/109323c5096b6a5b35af57acd8d9b2a1892154a6
--
DragonFly BSD source repository
More information about the Commits
mailing list