CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2018/12/11 22:38:26

Modified files:
        sys/net        : if_ethersubr.c 

Log message:
allow ethernet interfaces to provide a custom if_output routine.

this will be mostly useful for virtual interfaces like vlan and
etherip, where they can bypass queueing on an ifq, and instead
encapsulate in on multiple cpus concurrently and push the packet
onto the next layer directly.

ok visa@

Reply via email to