From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V2 net-next 0/9] net: hns3: add support for reset Date: Thu, 02 Nov 2017 21:29:18 +0900 (KST) Message-ID: <20171102.212918.1643044835516297780.davem@davemloft.net> References: <1509626723-18619-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: In-Reply-To: <1509626723-18619-1-git-send-email-lipeng321@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Lipeng Date: Thu, 2 Nov 2017 20:45:14 +0800 > There are 4 reset types for HNS3 PF driver, include global reset, > core reset, IMP reset, PF reset.The core reset will reset all datapath > of all functions except IMP, MAC and PCI interface. Global reset is equal > with the core reset plus all MAC reset. IMP reset is caused by watchdog > timer expiration, the same range with core reset. PF reset will reset > whole physical function. > > This patchset adds reset support for hns3 driver and fix some related bugs. > > --- > Change log: > V1 -> V2: > 1, fix some comments from Yunsheng Lin. Series applied, thank you.