CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/01/11 18:36:34
Modified files:
sys/net : if_vlan.c if_trunk.c
Log message:
set the length of the send queue to 1.
this prevents the ultimate length of the queue of the underlying interface
from being artificially inflated while hte vlan/trunk queue is filled and
then dumped wholesale on the underlying interface, which will dump its
massive queue wholesale on the chip.
tx mitigation is only triggered on real interfaces now (which is where the
cost is)
ok beck@ original diff ok kjc@ henning@