CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/09/26 05:50:42
Modified files: sys/net : if.c if_bridge.c Log message: Move bridge input/output paths outside of the KERNEL_LOCK(). Tested by Hrvoje Popovski who measured a 30% improvement of forwarded packets in the best case. ok visa@