CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2018/01/09 10:50:57

Modified files:
        sys/net        : if.c 

Log message:
Stop grabing the KERNEL_LOCK() for running protocol input routines.

The NET_LOCK() is already held in this thread and is now enough.

People interested in ARP/bridge(4)/switch(4)/pipex(4)/pppoe(4)
performances can now push the KERNEL_LOCK() without depending on
other subsystems/drivers.

Tested by Hrvoje Popovski.

ok bluhm@, visa@

Reply via email to