CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/25 17:19:34
Modified files:
sys/netinet : ip_input.c ip_var.h
Log message:
The IPv4 reassembly code is MP safe, so we can run it in parallel.
Note that ip_ours() runs with shared netlock, while ip_local() has
exclusive netlock after queuing. Move existing the code into
function ip_fragcheck() and call it from ip_ours().
OK mvs@
