Re: ipv4 reassemble in parallel

2022-07-23 Thread Vitaliy Makkoveev
ok mvs@ > On 23 Jul 2022, at 03:15, Alexander Bluhm wrote: > > Hi, > > The IPv6 reassembly code looks 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. > > ok? > > bluhm > > Index: netinet/ip_input.

ipv4 reassemble in parallel

2022-07-22 Thread Alexander Bluhm
Hi, The IPv6 reassembly code looks 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. ok? bluhm Index: netinet/ip_input.c === RCS file: /data/