From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 869FDA0524; Mon, 19 Apr 2021 14:37:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 716EB41283; Mon, 19 Apr 2021 14:37:30 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id B27CB4123B for ; Mon, 19 Apr 2021 14:37:28 +0200 (CEST) IronPort-SDR: b1YCODvuRnUYiSKDfT6TI43EZbSK5PcOowYbFMYIYyK75nZdl2KG832xzPL6TR6BaOAXfRBYX6 vAutkqGbBbQg== X-IronPort-AV: E=McAfee;i="6200,9189,9958"; a="280640251" X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="280640251" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 05:37:27 -0700 IronPort-SDR: lZNtO+Ih1NEGJ9CZCz6U9zTdbHCIs6V6zzKsNPx4LDwaJtHAe+T6Mb48kS7vae4oGQ99IHhrUE wdJnZThDdgJA== X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="462723123" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.220.224]) ([10.213.220.224]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 05:37:26 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1618817804-63848-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Mon, 19 Apr 2021 13:37:22 +0100 MIME-Version: 1.0 In-Reply-To: <1618817804-63848-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/hns3: support RAS process in Kunpeng 930 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/19/2021 8:36 AM, Min Hu (Connor) wrote: > From: Hongbo Zheng > > Kunpeng 930 uses a new RAS exception reporting solution. > The reset type and exception status are reported through > firmware. The driver modifies the corresponding code to > adapt to the new solution. > > Signed-off-by: Hongbo Zheng > Signed-off-by: Min Hu (Connor) Applied to dpdk-next-net/main, thanks.