CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/04/23 04:53:45
Modified files:
sys/net : if_bpe.c if_etherip.c if_gre.c if_mpw.c
if_trunk.c if_vxlan.c
sys/netinet : ip_carp.c
Log message:
a first cut at converting some virtual ethernet interfaces to if_vinput
this let's input processing bypass ifiqs. there's a performance
benefit from this, and it will let me tweak the backpressure detection
mechanism that ifiqs use without impacting on a stack of virtual
interfaces.
ive tested all of these except mpw, which i will end up testing
soon anyway.