netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] TCP BBR sampling fixes for loss recovery undo
@ 2017-12-07 17:43 Neal Cardwell
  2017-12-07 17:43 ` [PATCH net 1/3] tcp_bbr: record "full bw reached" decision in new full_bw_reached bit Neal Cardwell
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Neal Cardwell @ 2017-12-07 17:43 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Neal Cardwell

This patch series has a few minor bug fixes for cases where spurious
loss recoveries can trick BBR estimators into estimating that the
available bandwidth is much lower than the true available bandwidth.
In both cases the fix here is to just reset the estimator upon loss
recovery undo.

Neal Cardwell (3):
  tcp_bbr: record "full bw reached" decision in new full_bw_reached bit
  tcp_bbr: reset full pipe detection on loss recovery undo
  tcp_bbr: reset long-term bandwidth sampling on loss recovery undo

 net/ipv4/tcp_bbr.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
2.15.1.424.g9478a66081-goog

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

end of thread, other threads:[~2017-12-08 18:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 17:43 [PATCH net 0/3] TCP BBR sampling fixes for loss recovery undo Neal Cardwell
2017-12-07 17:43 ` [PATCH net 1/3] tcp_bbr: record "full bw reached" decision in new full_bw_reached bit Neal Cardwell
2017-12-07 17:43 ` [PATCH net 2/3] tcp_bbr: reset full pipe detection on loss recovery undo Neal Cardwell
2017-12-07 17:43 ` [PATCH net 3/3] tcp_bbr: reset long-term bandwidth sampling " Neal Cardwell
2017-12-07 17:48 ` [PATCH net 0/3] TCP BBR sampling fixes for " Neal Cardwell
2017-12-07 18:07   ` David Miller
2017-12-08 18:28 ` 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).