Re: splnet() in socket layer

2016-11-08 Thread Mike Belopuhov
On Mon, Nov 07, 2016 at 09:59 +0100, Martin Pieuchot wrote: > splnet() was necessary when link state changes were executed from > hardware interrupt handlers. In 2013 they got deferred to their own > task, so KERNEL_LOCK() is what really protect these data structures. > > This is part of my bigge

splnet() in socket layer

2016-11-07 Thread Martin Pieuchot
splnet() was necessary when link state changes were executed from hardware interrupt handlers. In 2013 they got deferred to their own task, so KERNEL_LOCK() is what really protect these data structures. This is part of my bigger socket lock diff. ok? Index: kern/uipc_socket.c ==