git: if: Add if_devstart_sched to schedule ifnet.if_start call
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Thu Jan 3 04:16:24 PST 2013
commit 2dffecda841f9613f0106a354686461c0ad8a587
Author: Sepherosa Ziehau <sephe at 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
More information about the Commits
mailing list