git: ixgbe: Remove the link handler tasklet
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Mon Sep 17 06:42:08 PDT 2012
commit 104f32153b656518c0d5be571f6c87a2c2623dd2
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Tue Sep 11 22:25:27 2012 +0200
ixgbe: Remove the link handler tasklet
There's no need for it, the job can be done just as well in regular
interrupt threads.
Summary of changes:
sys/dev/netif/ixgbe/ixgbe.c | 32 ++++++++++----------------------
sys/dev/netif/ixgbe/ixgbe.h | 1 -
2 files changed, 10 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/104f32153b656518c0d5be571f6c87a2c2623dd2
--
DragonFly BSD source repository
More information about the Commits
mailing list