From: Gal Pressman Date: Tue, 16 Jan 2018 13:42:00 +0000 (+0200) Subject: man: Document the meaning of zero in min/max_tx_rate parameters X-Git-Tag: v4.15.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7db3921ec0481c1298e5f299cde3dea59ded08e;p=thirdparty%2Fiproute2.git man: Document the meaning of zero in min/max_tx_rate parameters Zero value in min/max_tx_rate has a special meaning of no rate limit, document it. Signed-off-by: Gal Pressman Reviewed-by: Eran Ben Elisha Reviewed-by: Leon Romanovsky --- diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index ff6bb9a20..5e4985025 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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.