From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1CD0BA0597; Fri, 17 Apr 2020 18:49:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 00E6E1DAFA; Fri, 17 Apr 2020 18:49:31 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 32DAC1DAE1 for ; Fri, 17 Apr 2020 18:49:30 +0200 (CEST) IronPort-SDR: t/0p2H+XTCCyIvvdHq6Hro8ziU8EHBhT2vgpH/s6m45syePyZHQUEQ6S5inu+SVTbvF+EZYVSI XFfB1l0OXQxQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2020 09:49:29 -0700 IronPort-SDR: j1QkBEmH963/n2Dhu8ed7WCWtCMwd26OuOe/09NNUVIMhPXAo+pca68hu+oUM6yIja2yFnHba7 GjOjsd4JW13A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,395,1580803200"; d="scan'208";a="254262768" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 17 Apr 2020 09:49:29 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 17 Apr 2020 09:49:28 -0700 Received: from FMSMSX109.amr.corp.intel.com ([169.254.15.84]) by FMSMSX112.amr.corp.intel.com ([169.254.5.239]) with mapi id 14.03.0439.000; Fri, 17 Apr 2020 09:49:28 -0700 From: "Chautru, Nicolas" To: Akhil Goyal , "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [PATCH v3 00/11] drivers/baseband: PMD for FPGA 5GNR FEC Thread-Index: AQHWFHJ7E4YnX27JSkeYwOaRCBefyKh94uKA//+j0CA= Date: Fri, 17 Apr 2020 16:49:28 +0000 Message-ID: <1183128033837D43A851F70F33ED5C57893D839A@FMSMSX109.amr.corp.intel.com> References: <1587098436-7493-1-git-send-email-nicolas.chautru@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.1.200.107] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 00/11] drivers/baseband: PMD for FPGA 5GNR FEC 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" Hi Akhil,=20 You already have applied these 2 from thr other serie. So when I rebased on= latest these are no longer required. If you remember we split the initial serie into 2 separate series, but then= I kept the same first 2 patches on both serie are they are required as a d= ependency (to make sure it builds in CI).=20 Since you have now applied the first serie the other week, then these 2 com= mits are already applied and are no longer required on the v3. Let me know if unclear Nic >=20 > Hi Nicolas, >=20 > It seems you missed a couple of patches in the series which were doing ch= anges > in BBDEV. > Should I take those from v2? >=20 > Series > Acked-by: Akhil Goyal >=20 > Regards, > Akhil > > > > v3: Incremental changes from reviews : file name change, moving few > > inline function to .h, adding missing inline, doxygen markup fix. > > > > Adding new baseband PMD for FPGA 5GNR FEC implementation. > > > > Nicolas Chautru (11): > > drivers/baseband: add PMD for FPGA 5GNR FEC > > baseband/fpga_5gnr_fec: add register definition file > > baseband/fpga_5gnr_fec: add device info_get function > > baseband/fpga_5gnr_fec: add queue configuration > > baseband/fpga_5gnr_fec: add LDPC processing functions > > baseband/fpga_5gnr_fec: add HW error capture > > baseband/fpga_5gnr_fec: add debug functionality > > baseband/fpga_5gnr_fec: add configure function > > baseband/fpga_5gnr_fec: add harq loopback capability > > baseband/fpga_5gnr_fec: add interrupt support > > doc: add feature matrix table for bbdev devices > >