]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: Document the meaning of zero in min/max_tx_rate parameters
authorGal Pressman <galp@mellanox.com>
Tue, 16 Jan 2018 13:42:00 +0000 (15:42 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 17 Jan 2018 18:44:42 +0000 (10:44 -0800)
Zero value in min/max_tx_rate has a special meaning of no rate limit,
document it.

Signed-off-by: Gal Pressman <galp@mellanox.com>
Reviewed-by: Eran Ben Elisha <eranbe@mellanox.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
man/man8/ip-link.8.in

index ff6bb9a2013c772dd0480cbc94a901195a1bf478..5e49850258fad93eee82dd2019b923bfb6422d9d 100644 (file)
@@ -1595,6 +1595,7 @@ option instead.
 .sp
 .BI max_tx_rate " TXRATE"
 - change the allowed maximum transmit bandwidth, in Mbps, for the specified VF.
+Setting this parameter to 0 disables rate limiting.
 .B vf
 parameter must be specified.
 
@@ -1602,6 +1603,7 @@ parameter must be specified.
 .BI min_tx_rate " TXRATE"
 - change the allowed minimum transmit bandwidth, in Mbps, for the specified VF.
 Minimum TXRATE should be always <= Maximum TXRATE.
+Setting this parameter to 0 disables rate limiting.
 .B vf
 parameter must be specified.