Re: [PATCH net 0/3] tcp_bbr: PROBE_RTT minor bug fixes

2018-08-22 Thread David Miller
From: Kevin Yang Date: Wed, 22 Aug 2018 17:43:13 -0400 > From: "Kevin(Yudong) Yang" > > 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

[PATCH net 0/3] tcp_bbr: PROBE_RTT minor bug fixes

2018-08-22 Thread Kevin Yang
From: "Kevin(Yudong) Yang" 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