]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
authorNeal Cardwell <ncardwell@google.com>
Fri, 14 Jul 2017 21:49:22 +0000 (17:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Jul 2017 21:43:29 +0000 (14:43 -0700)
commitf19fd62dafaf1ed6cf615dba655b82fa9df59074
tree5d1041c0f77d2893daed029c0a12566687393dcf
parent4aea287e90dd61a48268ff2994b56f9799441b62
tcp_bbr: introduce bbr_bw_to_pacing_rate() helper

Introduce a helper to convert a BBR bandwidth and gain factor to a
pacing rate in bytes per second. This is a pure refactor, but is
needed for two following fixes.

Fixes: 0f8782ea1497 ("tcp_bbr: add BBR congestion control")
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_bbr.c