]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-tso-defer-improvements'
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2018 21:54:54 +0000 (13:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2018 21:54:54 +0000 (13:54 -0800)
commit1225a492c479467e63471c1c9bdd2a695bf1b422
tree1ba9698d64af24b2567bcd2d6cc590fb140ec386
parentfaebfeff27ece6b2707b8812c76053ca4240a0d0
parent1967fdfbc26f20d034efdd4d06a823570c9ba284
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 <davem@davemloft.net>