From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AED3CC432C2 for ; Thu, 26 Sep 2019 08:21:51 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 46447222C0 for ; Thu, 26 Sep 2019 08:21:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 46447222C0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8A3812BE6; Thu, 26 Sep 2019 10:21:50 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id F3E98235 for ; Thu, 26 Sep 2019 10:21:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2019 01:21:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,551,1559545200"; d="scan'208";a="201544745" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 26 Sep 2019 01:21:47 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Sep 2019 01:21:47 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Sep 2019 01:21:47 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.23]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Thu, 26 Sep 2019 16:21:44 +0800 From: "Pei, Andy" To: "Ye, Xiaolong" CC: "dev@dpdk.org" , "Xu, Rosen" , "Zhang, Tianfei" , "Zhang, Qi Z" , "Lomartire, David" , "Yigit, Ferruh" Thread-Topic: [PATCH v6 00/17] add PCIe AER disable and IRQ support for ipn3ke Thread-Index: AQHVcu/r5G7tnryaeUGCgYvMUrLXCac9oJ8Q Date: Thu, 26 Sep 2019 08:21:43 +0000 Message-ID: <5941F446C088714A85408FA3132CFCBB01076C92@SHSMSX105.ccr.corp.intel.com> References: <1568881185-89233-2-git-send-email-andy.pei@intel.com> <1568883774-92149-1-git-send-email-andy.pei@intel.com> <20190924154910.GC60476@intel.com> In-Reply-To: <20190924154910.GC60476@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 00/17] add PCIe AER disable and IRQ support for ipn3ke X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Thanks Xiaolong. Will do that in later version. -----Original Message----- From: Ye, Xiaolong=20 Sent: Tuesday, September 24, 2019 11:49 PM To: Pei, Andy Cc: dev@dpdk.org; Xu, Rosen ; Zhang, Tianfei ; Zhang, Qi Z ; Lomartire, David ; Yigit, Ferruh Subject: Re: [PATCH v6 00/17] add PCIe AER disable and IRQ support for ipn3= ke Some general comment, it seems lack of doc/release_note update, and meson a= lso need to be considered, as it will be the default build system in the fu= ture. Thanks, Xiaolong On 09/19, Andy Pei wrote: >This patch set adds PCIe AER disable and IRQ support for ipn3ke. >Disable PCIe AER is very useful when FPGA reload. IRQ is used very=20 >widely in interrupt process. > >For ipn3ke is connect to CPU with PCIe switch, driver needs to scan all=20 >PCIe devices of ipn3ke, it also can get all i40e of card, so ipn3ke=20 >driver doesn't need to take some configuration of i40e. > >v6 update: >=3D=3D=3D=3D=3D=3D=3D=3D >- correct author information. >- correct typo in commit message and remove Gerrit Change-Id's before > submitting upstream > >v5 update: >=3D=3D=3D=3D=3D=3D=3D=3D=3D >- add lightweight fpga image support. in lightweight fpga image mode, > ipn3ke representor will not be probed. > >v4 updates: >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >- align with new naming standard. > >v3 updates: >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >- Add FPGA network side port MTU configuration > >v2 updates: >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >- Add AUX feature support > > >Andy Pei (2): > net/i40e: i40e support ipn3ke FPGA port bonding > raw/ifpga: add lightweight fpga image support > >Rosen Xu (3): > raw/ifpga: add SEU error handler > raw/ifpga: add PCIe BDF devices tree scan > net/ipn3ke: remove configuration for i40e port bonding > >Tianfei Zhang (2): > raw/ifpga/base: configure FEC mode > raw/ifpga/base: clean fme errors > >Tianfei zhang (10): > raw/ifpga/base: add irq support > raw/ifpga/base: clear pending bit > raw/ifpga/base: add SEU error support > raw/ifpga/base: add device tree support > raw/ifpga/base: align the send buffer for SPI > raw/ifpga/base: add sensor support > raw/ifpga/base: introducing sensor APIs > raw/ifpga/base: update SEU register definition > raw/ifpga/base: add secure support > raw/ifpga/base: add new API get board info > > drivers/net/i40e/base/i40e_type.h | 3 + > drivers/net/i40e/i40e_ethdev.c | 20 + > drivers/net/i40e/rte_pmd_i40e.h | 4 + > drivers/net/ipn3ke/Makefile | 2 + > drivers/net/ipn3ke/ipn3ke_ethdev.c | 289 ++------- > drivers/net/ipn3ke/ipn3ke_representor.c | 7 +- > drivers/raw/ifpga/base/ifpga_api.c | 21 + > drivers/raw/ifpga/base/ifpga_defines.h | 75 ++- > drivers/raw/ifpga/base/ifpga_feature_dev.c | 60 ++ > drivers/raw/ifpga/base/ifpga_feature_dev.h | 3 + > drivers/raw/ifpga/base/ifpga_fme.c | 138 ++++- > drivers/raw/ifpga/base/ifpga_fme_error.c | 89 ++- > drivers/raw/ifpga/base/ifpga_hw.h | 2 +- > drivers/raw/ifpga/base/ifpga_port.c | 20 + > drivers/raw/ifpga/base/ifpga_port_error.c | 21 + > drivers/raw/ifpga/base/opae_hw_api.c | 135 ++++ > drivers/raw/ifpga/base/opae_hw_api.h | 21 + > drivers/raw/ifpga/base/opae_ifpga_hw_api.h | 2 + > drivers/raw/ifpga/base/opae_intel_max10.c | 568 ++++++++++++++++- > drivers/raw/ifpga/base/opae_intel_max10.h | 146 ++++- > drivers/raw/ifpga/base/opae_osdep.h | 7 +- > drivers/raw/ifpga/base/opae_spi.h | 23 +- > drivers/raw/ifpga/base/opae_spi_transaction.c | 40 +- > drivers/raw/ifpga/ifpga_rawdev.c | 851 +++++++++++++++++++++= ++++- > drivers/raw/ifpga/ifpga_rawdev.h | 16 + > mk/rte.app.mk | 2 +- > 26 files changed, 2187 insertions(+), 378 deletions(-) > >-- >1.8.3.1 >