Re: [PATCH net-next 0/2] tcp: final work on SYNFLOOD behavior

2016-04-15 Thread David Miller
From: Eric Dumazet Date: Wed, 13 Apr 2016 22:05:38 -0700 > In the first patch, I remove the costly association of SYNACK+COOKIES > to a listener. I believe other parts of the stack should be ready. > > The second patch removes a useless write into listener socket > in tcp_rcv_state_process(), in

[PATCH net-next 0/2] tcp: final work on SYNFLOOD behavior

2016-04-13 Thread Eric Dumazet
In the first patch, I remove the costly association of SYNACK+COOKIES to a listener. I believe other parts of the stack should be ready. The second patch removes a useless write into listener socket in tcp_rcv_state_process(), incurring false sharing in tcp_conn_request() Performance under SYNFLO