Re: tcp_ctloutput() and splsoftnet()

2016-12-20 Thread Alexander Bluhm
On Tue, Dec 20, 2016 at 12:11:40PM +0100, Martin Pieuchot wrote: > Kill a recursive splsoftnet()/splx() dance, ``pr_ctloutput'' routines > are now always called at IPL_SOFTNET. > > ok? OK bluhm@ > > Index: netinet/tcp_usrreq.c >

Re: tcp_ctloutput() and splsoftnet()

2016-12-20 Thread Mike Belopuhov
On 20 December 2016 at 12:11, Martin Pieuchot wrote: > Kill a recursive splsoftnet()/splx() dance, ``pr_ctloutput'' routines > are now always called at IPL_SOFTNET. > > ok? > Yes, please.

tcp_ctloutput() and splsoftnet()

2016-12-20 Thread Martin Pieuchot
Kill a recursive splsoftnet()/splx() dance, ``pr_ctloutput'' routines are now always called at IPL_SOFTNET. ok? Index: netinet/tcp_usrreq.c === RCS file: /cvs/src/sys/netinet/tcp_usrreq.c,v retrieving revision 1.137 diff -u -p