Re: [PATCH net-next 00/14] tcp: listener refactoring preparations

2015-09-29 Thread David Miller
From: Eric Dumazet Date: Tue, 29 Sep 2015 07:42:38 -0700 > This patch series makes changes to TCP/DCCP stacks so that > we can switch listener code to lockless mode. > > This is done by marking const the listener socket in all > appropriate paths. > > FastOpen code had to be changed to not dyna

[PATCH net-next 00/14] tcp: listener refactoring preparations

2015-09-29 Thread Eric Dumazet
This patch series makes changes to TCP/DCCP stacks so that we can switch listener code to lockless mode. This is done by marking const the listener socket in all appropriate paths. FastOpen code had to be changed to not dynamically allocate a very small structure to make code simpler for followin