Re: [PATCH net 1/5] tcp_bbr: cut pacing rate only if filled pipe

2017-07-15 Thread Neal Cardwell
On Sat, Jul 15, 2017 at 5:44 PM, David Miller wrote: > > Series applied and queued up for -stable. > > Please provide a proper "[PATCH net 0/N] " header posting next time. > All patch series should have one. Sorry about that. Will do! Thanks, neal

Re: [PATCH net 1/5] tcp_bbr: cut pacing rate only if filled pipe

2017-07-15 Thread David Miller
Series applied and queued up for -stable. Please provide a proper "[PATCH net 0/N] " header posting next time. All patch series should have one.

Re: [PATCH net 1/5] tcp_bbr: cut pacing rate only if filled pipe

2017-07-14 Thread Neal Cardwell
On Fri, Jul 14, 2017 at 7:15 PM, Stephen Hemminger wrote: > On Fri, 14 Jul 2017 18:54:02 -0400 > Neal Cardwell wrote: > >> On Fri, Jul 14, 2017 at 6:36 PM, Stephen Hemminger >> wrote: >> > On Fri, 14 Jul 2017 17:49:21 -0400 >> > Neal Cardwell wrote: >> > >> >> In bbr_set_pacing_rate(), which de

Re: [PATCH net 1/5] tcp_bbr: cut pacing rate only if filled pipe

2017-07-14 Thread Stephen Hemminger
On Fri, 14 Jul 2017 18:54:02 -0400 Neal Cardwell wrote: > On Fri, Jul 14, 2017 at 6:36 PM, Stephen Hemminger > wrote: > > On Fri, 14 Jul 2017 17:49:21 -0400 > > Neal Cardwell wrote: > > > >> In bbr_set_pacing_rate(), which decides whether to cut the pacing > >> rate, there was some code that

Re: [PATCH net 1/5] tcp_bbr: cut pacing rate only if filled pipe

2017-07-14 Thread Neal Cardwell
On Fri, Jul 14, 2017 at 6:36 PM, Stephen Hemminger wrote: > On Fri, 14 Jul 2017 17:49:21 -0400 > Neal Cardwell wrote: > >> In bbr_set_pacing_rate(), which decides whether to cut the pacing >> rate, there was some code that considered exiting STARTUP to be >> equivalent to the notion of filling th

Re: [PATCH net 1/5] tcp_bbr: cut pacing rate only if filled pipe

2017-07-14 Thread Stephen Hemminger
On Fri, 14 Jul 2017 17:49:21 -0400 Neal Cardwell wrote: > In bbr_set_pacing_rate(), which decides whether to cut the pacing > rate, there was some code that considered exiting STARTUP to be > equivalent to the notion of filling the pipe (i.e., > bbr_full_bw_reached()). Specifically, as the code w

[PATCH net 1/5] tcp_bbr: cut pacing rate only if filled pipe

2017-07-14 Thread Neal Cardwell
In bbr_set_pacing_rate(), which decides whether to cut the pacing rate, there was some code that considered exiting STARTUP to be equivalent to the notion of filling the pipe (i.e., bbr_full_bw_reached()). Specifically, as the code was structured, exiting STARTUP and going into PROBE_RTT could caus