From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [pull request][net-next V2 00/15] Mellanox, mlx5 misc updates 2018-03-22 Date: Tue, 27 Mar 2018 11:05:50 -0400 (EDT) Message-ID: <20180327.110550.1783025005311802164.davem@davemloft.net> References: <20180326205603.9450-1-saeedm@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: saeedm@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:41268 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751146AbeC0PFw (ORCPT ); Tue, 27 Mar 2018 11:05:52 -0400 In-Reply-To: <20180326205603.9450-1-saeedm@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Saeed Mahameed Date: Mon, 26 Mar 2018 13:55:48 -0700 > This series includes some misc updates to mlx5 core and netdev driver, > please note that there is a small change to net/core/ethtool.c and > include/uapi/linux/ethtool.h that adds new tunable for PFC stall > prevention on/off support, which was already reviewed as RFC [1]. > > For more information please review and see the tag log below. > > Please pull and let me know if there's any problem. > > P.S.: This series doesn't introduce any conflict with the ongoing > mlx5 fixes series, mlx5-fixes-2018-03-23. > > [1] https://patchwork.ozlabs.org/cover/838314/ > > v1->v2: Addressed comment's by Andrew Lunn > - Added a inline documentation for ETHTOOL_PFC_PREVENTION_TOUT > - Fixed 3rd patch commit message Pulled, thanks Saeed.