]> git.baikalelectronics.ru Git - kernel.git/commit
tcp_bbr: update comments to reflect pacing_margin_percent
authorNeal Cardwell <ncardwell@google.com>
Fri, 9 Nov 2018 02:54:00 +0000 (21:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2018 04:46:17 +0000 (20:46 -0800)
commite6426538d5b0b64172ecbd09bf4c1f81f3b64151
tree03d0d2786c8901843b46448fe8270a29efdbb6b2
parent6e058a7bbbce2e077b41e8a1f760383a2ee2137d
tcp_bbr: update comments to reflect pacing_margin_percent

Recently, in commit f1b1b786274a ("tcp: switch tcp and sch_fq to new
earliest departure time model"), the TCP BBR code switched to a new
approach of using an explicit bbr_pacing_margin_percent for shaving a
pacing rate "haircut", rather than the previous implict
approach. Update an old comment to reflect the new approach.

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: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_bbr.c