netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] tcp: better receiver autotuning
@ 2017-12-11  1:55 Eric Dumazet
  2017-12-11  1:55 ` [PATCH net-next 1/3] tcp: do not overshoot window_clamp in tcp_rcv_space_adjust() Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eric Dumazet @ 2017-12-11  1:55 UTC (permalink / raw)
  To: David S . Miller, Neal Cardwell, Yuchung Cheng,
	Soheil Hassas Yeganeh, Wei Wang, Priyaranjan Jha
  Cc: netdev, Eric Dumazet, Eric Dumazet

Now TCP senders no longer backoff when a drop is detected,
it appears we are very often receive window limited.

This series makes tcp_rcv_space_adjust() slightly more robust
and responsive.

Eric Dumazet (3):
  tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
  tcp: avoid integer overflows in tcp_rcv_space_adjust()
  tcp: smoother receiver autotuning

 include/linux/tcp.h  |  2 +-
 net/ipv4/tcp_input.c | 31 ++++++++++++-------------------
 2 files changed, 13 insertions(+), 20 deletions(-)

-- 
2.15.1.424.g9478a66081-goog

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

end of thread, other threads:[~2017-12-12 15:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-11  1:55 [PATCH net-next 0/3] tcp: better receiver autotuning Eric Dumazet
2017-12-11  1:55 ` [PATCH net-next 1/3] tcp: do not overshoot window_clamp in tcp_rcv_space_adjust() Eric Dumazet
2017-12-11 17:47   ` Neal Cardwell
2017-12-11  1:55 ` [PATCH net-next 2/3] tcp: avoid integer overflows " Eric Dumazet
2017-12-11 17:47   ` Neal Cardwell
2017-12-11  1:55 ` [PATCH net-next 3/3] tcp: smoother receiver autotuning Eric Dumazet
2017-12-11 17:59   ` Neal Cardwell
2017-12-12 15:53 ` [PATCH net-next 0/3] tcp: better " 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).