Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1177901imu; Fri, 7 Dec 2018 16:04:49 -0800 (PST) X-Google-Smtp-Source: AFSGD/U5oARFisA9ayy3B6vj/3z5S+bWKbjX8TFrmpJ/KJ4lCcpQ2pyaXtrP/7M7RNu1u/hfVLr0 X-Received: by 2002:a63:7418:: with SMTP id p24mr3724529pgc.196.1544227489373; Fri, 07 Dec 2018 16:04:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544227489; cv=none; d=google.com; s=arc-20160816; b=ZPoqr/9TBzc+KH1iSB1wdI+dpsgPwL7LSiZoSWENeALCpkoM+X4gQhbJXbkuyWY/9y L9C3f5/wTMp2EaMzJdgsYYQXEecNl0hLQNMWFmBcBMIxJP3zQmCJbmZ34PyaNNAoQejA tOa5+UV4b3A08T4/qUACoxqsVYwRyYvLctyzgXP1qMLTrvazjJFi2LHi0ofMRfFHKdfc E2syuk3EHNR0KXU2MzrScQe0gbUhMerHOvDQCLUzbwT2ykZ+t7TNvx4G9TE9Hz8d4Kgw Goeg1oizGI31dYVLvfjt1hg2ZWpRtTLkfhxguUp2i4eaZrBrh70VOFc6nhGiKuoEIfq+ jOBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=1ml2bSqMm6bOfOYaRwK5OZE4NKsFgTai2V/4JQyF6eo=; b=qFg/qswRAmuU1wCc8gzPorE5SVkoftM3t+d5VcmP0B0+hpOmg0Olu5xnroox+OQXeo euSJEM4VEVZ9uxarYa5Cy+J1k0yY+7ZBm3qT2Q78u00zxE8ASaJscFONawZ6YJ82ifSk u9LEBLMTU3yNVt6kguZBbuLQQwpv7JTV9ay8lrdpdYQhTfM+TfLB8ZpozndcT5qQp9yl Y8fwgl83dXpjDnc/crGr7SV+zSw8rsTdne1YUC4Qkjehga/6WfQAsOa45l/+472yogA8 8AyJN+lkJE3xWbYFxN6qzqOrSVhbuTr0TeG7F+Lb7+P2tj7W5kT20F5fOXjZbVTFtB6d ynnw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n125si4219849pga.179.2018.12.07.16.04.34; Fri, 07 Dec 2018 16:04:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726144AbeLHADb (ORCPT + 99 others); Fri, 7 Dec 2018 19:03:31 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:40586 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726041AbeLHADa (ORCPT ); Fri, 7 Dec 2018 19:03:30 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::bf5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id A530F126C17E3; Fri, 7 Dec 2018 16:03:29 -0800 (PST) Date: Fri, 07 Dec 2018 16:03:29 -0800 (PST) Message-Id: <20181207.160329.213257287260601741.davem@davemloft.net> To: salil.mehta@huawei.com Cc: yisen.zhuang@huawei.com, lipeng321@huawei.com, mehta.salil@opnsrc.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com Subject: Re: [PATCH net-next 00/14] net: hns3: Additions/optimizations related to HNS3 H/W err handling From: David Miller In-Reply-To: <20181207210811.23844-1-salil.mehta@huawei.com> References: <20181207210811.23844-1-salil.mehta@huawei.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 07 Dec 2018 16:03:29 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Salil Mehta Date: Fri, 7 Dec 2018 21:07:57 +0000 > This patch set primarily does following addtions and optimizations > related to error handling in HNS3 Ethernet driver: > > 1. Name changes for enable and process functions and minor loop > optimizations. [PATCH 1-6] > 2. Modify query and clearing of RAS errors using new set of commands > because modules specific commands for clearing RCB PPP PF, SSU are > obselete. [PATCH 7] > 3. Deletes logging 1-bit errors for RAS in HNS3 driver as these never > get reported to the driver. [PATCH 8] > 4. Add handling of NIC hw errors reported through MSIx rather than > PCIe AER channel. [PATCH 9] > 5. Add handling for the HW RAS and MSIx errors in the modules MAC, PPP > PF, MSIx SRAM, RCB and SSU. [PATCH 10-13] > 6. Add handling of RoCEE RAS errors. [PATCH 14] Series applied, thank you.