git: ifq/staging: Increase ifq_maxlen a little bit for packets get staged
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Wed Dec 26 23:58:43 PST 2012
commit b7a0c9582846964f9c91dbe9a4e57dba71bd6828
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Tue Dec 25 21:03:01 2012 +0800
ifq/staging: Increase ifq_maxlen a little bit for packets get staged
Increase ifq_maxlen by the amount that IFQ packet staging will take.
There are several places in the tree that if_snd.ifq_maxlen is set
directly instead of using ifq_set_maxlen(). These will be fixed in
some later commits.
Summary of changes:
sys/net/if.c | 7 +++++++
sys/net/ifq_var.h | 6 +-----
2 files changed, 8 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b7a0c9582846964f9c91dbe9a4e57dba71bd6828
--
DragonFly BSD source repository
More information about the Commits
mailing list