netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tcp: tso improvements
@ 2015-02-26 22:10 Eric Dumazet
  2015-02-26 22:10 ` [PATCH net-next 1/3] tcp: tso: remove tp->tso_deferred Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Dumazet @ 2015-02-26 22:10 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Eric Dumazet, Yuchung Cheng, Neal Cardwell

This patch serie reworks tcp_tso_should_defer() a bit
to get less bursts, and better ECN behavior.

We also removed tso_deferred field in tcp socket.

Eric Dumazet (3):
  tcp: tso: remove tp->tso_deferred
  tcp: tso: restore IW10 after TSO autosizing
  tcp: tso: allow CA_CWR state in tcp_tso_should_defer()

 include/linux/tcp.h   |  1 -
 net/ipv4/tcp_output.c | 29 +++++++++++++++++------------
 2 files changed, 17 insertions(+), 13 deletions(-)

-- 
2.2.0.rc0.207.ga3a616c

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-28 20:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 22:10 [PATCH net-next 0/3] tcp: tso improvements Eric Dumazet
2015-02-26 22:10 ` [PATCH net-next 1/3] tcp: tso: remove tp->tso_deferred Eric Dumazet
2015-02-26 22:10 ` [PATCH net-next 2/3] tcp: tso: restore IW10 after TSO autosizing Eric Dumazet
2015-02-26 22:10 ` [PATCH net-next 3/3] tcp: tso: allow CA_CWR state in tcp_tso_should_defer() Eric Dumazet
2015-02-28 20:11 ` [PATCH net-next 0/3] tcp: tso improvements David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).