From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/7] Adds support of RAS Error Handling in HNS3 Driver Date: Mon, 22 Oct 2018 19:32:25 -0700 (PDT) Message-ID: <20181022.193225.2114721602911429714.davem@davemloft.net> References: <20181019191532.10088-1-salil.mehta@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: yisen.zhuang@huawei.com, lipeng321@huawei.com, mehta.salil@opnsrc.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com To: salil.mehta@huawei.com Return-path: In-Reply-To: <20181019191532.10088-1-salil.mehta@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Salil Mehta Date: Fri, 19 Oct 2018 20:15:25 +0100 > This patch-set adds support related to RAS Error handling to the HNS3 > Ethernet PF Driver. Set of errors occurred in the HNS3 hardware are > reported to the driver through the PCIe AER interface. The received > error information is then used to classify the received errors and > then decide the appropriate receovery action depending on the type > of error. Series applied.