From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gal Pressman Subject: [PATCH iproute2 0/3] Fixes for minimum/maximum VF rate API Date: Tue, 16 Jan 2018 15:41:57 +0200 Message-ID: <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]:58072 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750716AbeAPNmi (ORCPT ); Tue, 16 Jan 2018 08:42:38 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Hi all, The following patches will fix some issues with the "new" VF rate API, and add some clarifications to the documentation. Thanks, Gal Gal Pressman (3): iplink: Validate minimum tx rate is less than maximum tx rate ipaddress: Make sure VF min/max rate API is supported before using it man: Document the meaning of zero in min/max_tx_rate parameters ip/ipaddress.c | 6 ++++++ ip/iplink.c | 8 ++++++++ man/man8/ip-link.8.in | 2 ++ 3 files changed, 16 insertions(+) -- 2.7.4