From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V2 net-next 0/4] add some features to hns3 driver Date: Mon, 22 Jan 2018 16:06:06 -0500 (EST) Message-ID: <20180122.160606.1473995205840062094.davem@davemloft.net> References: <1516344072-109127-1-git-send-email-lipeng321@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, salil.mehta@huawei.com To: lipeng321@huawei.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:41024 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbeAVVGI (ORCPT ); Mon, 22 Jan 2018 16:06:08 -0500 In-Reply-To: <1516344072-109127-1-git-send-email-lipeng321@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Peng Li Date: Fri, 19 Jan 2018 14:41:08 +0800 > This patchset adds some features to hns3 driver, include the support > for ethtool command -d, -p and support for manager table. > > [Patch 1/4] adds support for ethtool command -d, its ops is get_regs. > driver will send command to command queue, and get regs number and > regs value from command queue. > [Patch 2/4] adds manager table initialization for hardware. > [Patch 3/4] adds support for ethtool command -p. For fiber ports, driver > sends command to command queue, and IMP will write SGPIO regs to control > leds. > [Patch 4/4] adds support for net status led for fiber ports. Net status > include port speed, total rx/tx packets and link status. Driver send > the status to command queue, and IMP will write SGPIO to control leds. > > --- > Change log: > V1 -> V2: > 1, fix comments from Andrew Lunn, remove the patch "net: hns3: add > ethtool -p support for phy device". Series applied, thanks.