Re: mpfsafe pfkey socket list

2018-05-10 Thread Claudio Jeker
On Wed, May 09, 2018 at 03:45:44PM +0200, Martin Pieuchot wrote: > Diff below turns the list of pfkey sockets into a SRPL. It reuses > the logic introduced by claudio@ for routing sockets. That allows > us to stop grabbing the KERNEL_LOCK() when iterating over the list. > > ok? OK claudio@ >

mpfsafe pfkey socket list

2018-05-09 Thread Martin Pieuchot
Diff below turns the list of pfkey sockets into a SRPL. It reuses the logic introduced by claudio@ for routing sockets. That allows us to stop grabbing the KERNEL_LOCK() when iterating over the list. ok? Index: net/pfkeyv2.c === RC