Re: [PATCH net-next 0/3] tcp: take a bit more care of backlog stress

2018-11-23 Thread Eric Dumazet
On Fri, Nov 23, 2018 at 11:25 AM David Miller wrote: > My impression is that patch #2 needs some fixes in order to not > lose dupacks. So there will be a respin of this. > > Thanks. You are absolutely right, we will submit a v2 next week after TG holidays. Thanks.

Re: [PATCH net-next 0/3] tcp: take a bit more care of backlog stress

2018-11-23 Thread David Miller
From: Eric Dumazet Date: Wed, 21 Nov 2018 09:52:37 -0800 > While working on the SACK compression issue Jean-Louis Dupond > reported, we found that his linux box was suffering very hard > from tail drops on the socket backlog queue, because the opposite > TCP stack was ont implementing latest RFC

[PATCH net-next 0/3] tcp: take a bit more care of backlog stress

2018-11-21 Thread Eric Dumazet
While working on the SACK compression issue Jean-Louis Dupond reported, we found that his linux box was suffering very hard from tail drops on the socket backlog queue, because the opposite TCP stack was ont implementing latest RFC recommendations. First patch is a cleanup Second patch is