CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2019/04/14 00:57:00

Modified files:
        sys/net        : if.c 

Log message:
don't take splnet when running the network stack

the stack uses the NET_LOCK for most protection now, so it doesnt
need to block actual hardware interrupts. blocking hw interrupts
can cause huge latency spikes, which in turn works against the rx
ring moderation.

im putting this in early in the release cycle so it can get the
most testing possible.

ok mpi@ (a while back)

Reply via email to