CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/31 16:05:13
Modified files:
sys/net : if.c if.h if_loop.c if_pflow.c if_var.h
netisr.h pf.c pf_ioctl.c
sys/netinet : ip_input.c
sys/netinet6 : ip6_input.c nd6.c
Log message:
- add one more softnet taskq
NOTE: code still runs with single softnet task. change definition of
SOFTNET_TASKS in net/if.c, if you want to have more than one softnet task
OK mpi@, OK phessler@
