From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 39D532C18 for ; Wed, 18 Oct 2017 15:35:36 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2017 06:35:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,396,1503385200"; d="scan'208";a="1232196041" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 18 Oct 2017 06:35:34 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 18 Oct 2017 14:34:30 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX156.ger.corp.intel.com ([169.254.3.33]) with mapi id 14.03.0319.002; Wed, 18 Oct 2017 14:34:30 +0100 From: "De Lara Guarch, Pablo" To: Shreyansh Jain , "dev@dpdk.org" CC: "thomas@monjalon.net" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH] doc: update release note for DPAA PMD support Thread-Index: AQHTSAT1RC0fqHd8gka08wv+//TmM6LpmvkQ Date: Wed, 18 Oct 2017 13:34:29 +0000 Message-ID: References: <20171018114514.648-1-shreyansh.jain@nxp.com> In-Reply-To: <20171018114514.648-1-shreyansh.jain@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWJlYWM5NzAtMjZiYy00MDliLWI4MTgtOGU0Y2EwYjc4OWFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImowRVVLZERVbCtcL0FUSllvaVRnUVNtTWZvclR6cjlaUnhuc1M3a2c1YVpFPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: update release note for DPAA PMD support 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: , X-List-Received-Date: Wed, 18 Oct 2017 13:35:37 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain > Sent: Wednesday, October 18, 2017 12:45 PM > To: dev@dpdk.org > Cc: thomas@monjalon.net; Yigit, Ferruh ; > Shreyansh Jain > Subject: [dpdk-dev] [PATCH] doc: update release note for DPAA PMD > support >=20 > Signed-off-by: Shreyansh Jain > --- > doc/guides/rel_notes/release_17_11.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_17_11.rst > b/doc/guides/rel_notes/release_17_11.rst > index 8db35f5..966af7c 100644 > --- a/doc/guides/rel_notes/release_17_11.rst > +++ b/doc/guides/rel_notes/release_17_11.rst > @@ -110,6 +110,17 @@ New Features > * DES CBC algorithm. > * AES CCM algorithm. >=20 > +* **Added support for NXP DPAA Devices.** > + > + Added support for NXP's DPAA devices - LS104x series. This includes: > + > + * DPAA Bus driver > + * DPAA Mempool driver for supporting offloaded packet memory pool > + * DPAA PMD for DPAA devices > + > + See the "Network Interface Controller Drivers" document for more > + details of this new driver. > + > * **Added NXP DPAA SEC crypto PMD.** >=20 > A new "dpaa_sec" hardware based crypto PMD for NXP DPAA devices has > been > -- > 2.9.3 Could you include this in a different place? I think it shouldn't be in the middle of the crypto driver updates. Thanks, Pablo