Re: ppp vs splnet()

2017-05-27 Thread Alexandr Nedvedicky
Hello, this looks good to me too. OK sashan@ On Fri, May 26, 2017 at 04:22:29PM +0200, Martin Pieuchot wrote: > The global list of softc is used in the input path and need to be > protected by the NET_LOCK(). > > ok? >

ppp vs splnet()

2017-05-26 Thread Martin Pieuchot
The global list of softc is used in the input path and need to be protected by the NET_LOCK(). ok? Index: net/if_ppp.c === RCS file: /cvs/src/sys/net/if_ppp.c,v retrieving revision 1.106 diff -u -p -r1.106 if_ppp.c --- net/if_ppp.c