From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933178AbdKCPvz (ORCPT ); Fri, 3 Nov 2017 11:51:55 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:41026 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932280AbdKCPvy (ORCPT ); Fri, 3 Nov 2017 11:51:54 -0400 Date: Fri, 3 Nov 2017 16:51:50 +0100 From: Andrew Lunn To: Lipeng Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, salil.mehta@huawei.com Subject: Re: [PATCH net-next 0/6] net: hns3: support set_link_ksettings and for nway_reset ethtool command Message-ID: <20171103155150.GT24320@lunn.ch> References: <1509682710-94908-1-git-send-email-lipeng321@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509682710-94908-1-git-send-email-lipeng321@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 03, 2017 at 12:18:24PM +0800, Lipeng wrote: > This patch-set adds support for set_link_ksettings && for nway_resets > ethtool command and fixes some related ethtool bugs. > 1, patch[4/6] adds support for ethtool_ops.set_link_ksettings. > 2, patch[5/6] adds support ethtool_ops.for nway_reset. > 3, patch[1/6,2/6,3/6,6/6] fix some bugs for getting port information by > ethtool command(ethtool ethx). Hi Lipeng Do you want the fixes applied to net, and back ported to stable? If so, you need to submit them separately, and against the correct tree. Andrew