CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/08/06 07:16:11
Modified files: sys/net : pf.c pf_ioctl.c pfvar.h pfvar_priv.h Log message: Reduce contention on the NET_LOCK() by moving the logic of the pfpurge thread to a task running on the `softnettq`. Tested and inputs from Hrvoje Popovski. ok visa@, sashan@