From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gal Pressman Subject: [PATCH iproute2 3/3] man: Document the meaning of zero in min/max_tx_rate parameters Date: Tue, 16 Jan 2018 15:42:00 +0200 Message-ID: <1516110120-32132-4-git-send-email-galp@mellanox.com> References: <1516110120-32132-1-git-send-email-galp@mellanox.com> Cc: Leon Romanovsky , Eran Ben Elisha , Sucheta Chakraborty , Gal Pressman To: netdev@vger.kernel.org, Stephen Hemminger , David Ahern Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:58144 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751295AbeAPNmn (ORCPT ); Tue, 16 Jan 2018 08:42:43 -0500 In-Reply-To: <1516110120-32132-1-git-send-email-galp@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 --- man/man8/ip-link.8.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index ff6bb9a..5e49850 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. -- 2.7.4