From: David S. Miller Date: Sun, 11 Nov 2018 21:54:54 +0000 (-0800) Subject: Merge branch 'tcp-tso-defer-improvements' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=83afb36a7097bdf6776e261fa3a2bf2dc5a4a8c2;p=linux.git Merge branch 'tcp-tso-defer-improvements' Eric Dumazet says: ==================== tcp: tso defer improvements 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. ==================== Signed-off-by: David S. Miller --- 83afb36a7097bdf6776e261fa3a2bf2dc5a4a8c2