CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/18 03:01:16
Modified files: sys/net : if_bridge.c Log message: Apply the logic used for "protocol" queues to bridge(4). This allows to defer the work currently done in bridge_input() and requiring the KERNEL_LOCK to bridgeintr(). Tested by sthen@ ok rzalamena@, dlg@, bluhm@