From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 0/3] Fixes for minimum/maximum VF rate API Date: Wed, 17 Jan 2018 10:54:58 -0800 Message-ID: <20180117105458.18f97b76@xeon-e3> References: <1516110120-32132-1-git-send-email-galp@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, David Ahern , Leon Romanovsky , Eran Ben Elisha , Sucheta Chakraborty To: Gal Pressman Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:41100 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753857AbeAQSzB (ORCPT ); Wed, 17 Jan 2018 13:55:01 -0500 Received: by mail-pf0-f194.google.com with SMTP id j3so12093453pfh.8 for ; Wed, 17 Jan 2018 10:55:01 -0800 (PST) In-Reply-To: <1516110120-32132-1-git-send-email-galp@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 16 Jan 2018 15:41:57 +0200 Gal Pressman wrote: > 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(+) > Applied, thanks.