Re: nd6 less kernel lock

2023-05-03 Thread Klemens Nanni
On Wed, May 03, 2023 at 12:22:16AM +0200, Alexander Bluhm wrote: > Hi, > > Some checks in nd6_resolve() do not require kernel lock. The analog > code for ARP has been unlocked in if_ether.c revision 1.250 since > 2022/06/27 20:47:10. Same diff here, thought I sent/committed that already. OK kn i

nd6 less kernel lock

2023-05-02 Thread Alexander Bluhm
Hi, Some checks in nd6_resolve() do not require kernel lock. The analog code for ARP has been unlocked in if_ether.c revision 1.250 since 2022/06/27 20:47:10. ok? bluhm Index: netinet6/nd6.c === RCS file: /data/mirror/openbsd/cvs/