]> 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)
commit8caba15348b77d9d4d94f8a1906e9a6de5c2a7f4
tree03d0d2786c8901843b46448fe8270a29efdbb6b2
parent0ea19b51fda0ebe09a7caf80c885c7d01167cdee
tcp_bbr: update comments to reflect pacing_margin_percent

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