CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/12 07:11:15
Modified files:
sys/net : pfkeyv2.c if.c
Log message:
Only use a single taskq to process incoming network packets as soon as
IPsec is enabled.
This is currently a no-op since we still use a single taskq. But it
will allows us to experiment with multiple forwarding threads and the
PF_LOCK() without having to fix IPsec at the same time.
ok sashan@, visa@
