DragonFly commits List (threaded) for 2013-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: if: Add if_devstart_sched to schedule ifnet.if_start call
commit 2dffecda841f9613f0106a354686461c0ad8a587
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date: Thu Jan 3 20:03:50 2013 +0800
if: Add if_devstart_sched to schedule ifnet.if_start call
Mainly to hide ifnet.if_start_nmsg from drivers, avoid code duplication
and ease upcoming multiple tx queues work.
Summary of changes:
sys/dev/netif/aue/if_aue.c | 28 ++--------------------------
sys/dev/netif/lgue/if_lgue.c | 39 ++-------------------------------------
sys/net/if.c | 7 +++++++
sys/net/if_var.h | 1 +
4 files changed, 12 insertions(+), 63 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2dffecda841f9613f0106a354686461c0ad8a587
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]