]> asedeno.scripts.mit.edu Git - linux.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)
commit1106a5ade15fa2effdbfb3b3a1ba560a536dbcfe
tree03d0d2786c8901843b46448fe8270a29efdbb6b2
parentdd00e06d3bc3aae033e3966a3f539f4e05a6380e
tcp_bbr: update comments to reflect pacing_margin_percent

Recently, in commit ab408b6dc744 ("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