Re: [PATCH net-next 0/3] tcp: tso defer improvements

2018-11-11 Thread David Miller
From: Eric Dumazet Date: Sun, 11 Nov 2018 06:41:28 -0800 > This series makes tcp_tso_should_defer() a bit smarter : > > 1) MSG_EOR gives a hint to TCP to not defer some skbs > > 2) Second patch takes into account that head tstamp >can be in the future. > > 3) Third patch uses existing high

[PATCH net-next 0/3] tcp: tso defer improvements

2018-11-11 Thread Eric Dumazet
This series makes tcp_tso_should_defer() a bit smarter : 1) MSG_EOR gives a hint to TCP to not defer some skbs 2) Second patch takes into account that head tstamp can be in the future. 3) Third patch uses existing high resolution state variables to have a more precise heuristic. Eric Duma