CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/10 01:55:49
Modified files:
sys/net : if.c
sys/netinet : ip_input.c
sys/netinet6 : ip6_input.c
sys/sys : systm.h
Log message:
Introduce a reader version of the NET_LOCK().
This will be used to first allow read-only ioctl(2) to be executed while
the softnet taskq is running. Then it will allows us to execute multiple
softnet taskq in parallel.
Tested by Hrvoje Popovski, ok kettenis@, sashan@, visa@, tb@
