Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/3] tcp_bbr: PROBE_RTT minor bug fixes
@ 2018-08-22 21:43 Kevin Yang
  2018-08-22 21:43 ` [PATCH net 1/3] tcp_bbr: add bbr_check_probe_rtt_done() helper Kevin Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kevin Yang @ 2018-08-22 21:43 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Kevin(Yudong) Yang

From: "Kevin(Yudong) Yang" <yyd@google.com>

This series includes two minor bug fixes for the TCP BBR PROBE_RTT
mechanism, and one preparatory patch:

(1) A preparatory patch to reorganize the PROBE_RTT logic by refactoring
    (into its own function) the code to exit PROBE_RTT, since the next
    patch will be using that code in a new context.

(2) Fix: When BBR restarts from idle and if BBR is in PROBE_RTT mode,
    BBR should check if it's time to exit PROBE_RTT. If yes, then BBR
    should exit PROBE_RTT mode and restore the cwnd to its full value.

(3) Fix: Apply the PROBE_RTT cwnd cap even if the count of fully-ACKed
    packets is 0.

Kevin Yang (3):
  tcp_bbr: add bbr_check_probe_rtt_done() helper
  tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
  tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0

 net/ipv4/tcp_bbr.c | 42 ++++++++++++++++++++++++------------------
 1 file changed, 24 insertions(+), 18 deletions(-)

-- 
2.18.0.1017.ga543ac7ca45-goog

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

end of thread, other threads:[~2018-08-23  8:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 21:43 [PATCH net 0/3] tcp_bbr: PROBE_RTT minor bug fixes Kevin Yang
2018-08-22 21:43 ` [PATCH net 1/3] tcp_bbr: add bbr_check_probe_rtt_done() helper Kevin Yang
2018-08-22 21:43 ` [PATCH net 2/3] tcp_bbr: in restart from idle, see if we should exit PROBE_RTT Kevin Yang
2018-08-22 21:43 ` [PATCH net 3/3] tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0 Kevin Yang
2018-08-23  4:45 ` [PATCH net 0/3] tcp_bbr: PROBE_RTT minor bug fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox