OpenBSD cvs log

created 2019-05-04T02:58:32Z
begin 2017-10-31T00:00:00Z
end 2017-11-01T00:00:00Z
path src/sys
commits 2

date 2017-10-31T22:05:12Z
author sashan
files src/sys/net/if.c log diff annotate
src/sys/net/if.h log diff annotate
src/sys/net/if_loop.c log diff annotate
src/sys/net/if_pflow.c log diff annotate
src/sys/net/if_var.h log diff annotate
src/sys/net/netisr.h log diff annotate
src/sys/net/pf.c log diff annotate
src/sys/net/pf_ioctl.c log diff annotate
src/sys/netinet/ip_input.c log diff annotate
src/sys/netinet6/ip6_input.c log diff annotate
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@

date 2017-10-31T22:05:13Z
author sashan
files src/sys/netinet6/nd6.c log diff annotate
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@