CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/21 21:29:40
Modified files:
sys/net : if_vlan.c
Log message:
use if_vinput instead of if_input, thereby bypassing ifiqs on vlans
ifiqs on vlans are mostly just overhead. this improves vlan input
speeds a lot, depending on your setup. i havent seen any speed
regression with this.
