diff options
author | Kevin(Yudong) Yang <[email protected]> | 2019-09-26 10:30:05 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-09-27 20:37:50 +0200 |
commit | 6b3656a60f2067738d1a423328199720806f0c44 (patch) | |
tree | c4f1c8c356afb67f007c8fccf97e4d159d804bd2 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 94e7e5da388de3b25d6066748323438bc9b37625 (diff) |
tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth
There was a bug in the previous logic that attempted to ensure gain cycling
gets inflight above BDP even for small BDPs. This code correctly raised and
lowered target inflight values during the gain cycle. And this code
correctly ensured that cwnd was raised when probing bandwidth. However, it
did not correspondingly ensure that cwnd was *not* raised in this way when
*not* probing for bandwidth. The result was that small-BDP flows that were
always cwnd-bound could go for many cycles with a fixed cwnd, and not probe
or yield bandwidth at all. This meant that multiple small-BDP flows could
fail to converge in their bandwidth allocations.
Fixes: 3c346b233c68 ("tcp_bbr: fix bw probing to raise in-flight data for very small BDPs")
Signed-off-by: Kevin(Yudong) Yang <[email protected]>
Acked-by: Neal Cardwell <[email protected]>
Acked-by: Yuchung Cheng <[email protected]>
Acked-by: Soheil Hassas Yeganeh <[email protected]>
Acked-by: Priyaranjan Jha <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions