created | 2019-05-08T02:50:46Z |
---|---|
begin | 2017-11-12T00:00:00Z |
end | 2017-11-13T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2017-11-12T14:11:15Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if.c | log | diff | annotate |
src/sys/net/pfkeyv2.c | log | diff | annotate | |
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@ |