From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 18430A00E6 for ; Thu, 18 Apr 2019 18:52:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BFD1C1BC02; Thu, 18 Apr 2019 18:51:59 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id F13F11B952 for ; Thu, 18 Apr 2019 18:51:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 09:51:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,366,1549958400"; d="scan'208";a="143997512" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 18 Apr 2019 09:51:56 -0700 Received: from hasmsx111.ger.corp.intel.com (10.184.198.39) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 18 Apr 2019 09:51:56 -0700 Received: from HASMSX109.ger.corp.intel.com ([169.254.3.144]) by HASMSX111.ger.corp.intel.com ([169.254.5.74]) with mapi id 14.03.0415.000; Thu, 18 Apr 2019 19:51:54 +0300 From: "Kusztal, ArkadiuszX" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" Thread-Topic: [PATCH v3] doc/crypto: add release notes and more detailed doc to qat Thread-Index: AQHU9gYhlCsq9df65kWTsIlMvenDwqZCIZ+w Date: Thu, 18 Apr 2019 16:51:52 +0000 Message-ID: <06EE24DD0B19E248B53F6DC8657831551B154109@hasmsx109.ger.corp.intel.com> References: <20190418095125.12528-1-arkadiuszx.kusztal@intel.com> <1555605904-14979-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1555605904-14979-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.104.12.187] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc/crypto: add release notes and more detailed doc to qat 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" Message-ID: <20190418165152.EHKLUrP8c7qAwOTZRI8nK6aqzE4vYN3VkmiOuGNCLoo@z> > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, April 18, 2019 6:45 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Kusztal, ArkadiuszX > ; Trahe, Fiona > Subject: [PATCH v3] doc/crypto: add release notes and more detailed doc t= o > qat >=20 > From: Arek Kusztal >=20 > This patch adds release notes to 19.05 release document, and more detaile= d > description to Intel QuickAssist Technology driver documentation files fo= r > asymmmetric crypto PMD. >=20 > Signed-off-by: Arek Kusztal > Signed-off-by: Fiona Trahe > --- > v3 changes: > - fixed broken table and moved note about max_devs up >=20 > doc/guides/cryptodevs/features/qat.ini | 2 + > doc/guides/cryptodevs/qat.rst | 81 +++++++++++++++++++++++++---= ---- > -- > doc/guides/rel_notes/release_19_05.rst | 6 +++ > 3 files changed, 67 insertions(+), 22 deletions(-) >=20 > diff --git a/doc/guides/cryptodevs/features/qat.ini > b/doc/guides/cryptodevs/features/qat.ini > index 81325801e..e8f906090 100644 > --- a/doc/guides/cryptodevs/features/qat.ini > +++ b/doc/guides/cryptodevs/features/qat.ini > @@ -67,3 +67,5 @@ AES CCM (256) =3D Y > -- > 2.13.6 Acked-by: Arek Kusztal