From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C8F61910B for ; Fri, 28 Jul 2017 18:55:33 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 28 Jul 2017 09:55:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="130692176" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga005.jf.intel.com with ESMTP; 28 Jul 2017 09:55:32 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Jul 2017 17:55:31 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx155.ger.corp.intel.com ([169.254.14.182]) with mapi id 14.03.0319.002; Fri, 28 Jul 2017 17:55:30 +0100 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: add cryptodev sample code Thread-Index: AQHTB6ouz2LrUGAInUOcut3r4FlfHKJpUu2AgAAiW7A= Date: Fri, 28 Jul 2017 16:55:30 +0000 Message-ID: References: <20170728060245.3183-1-pablo.de.lara.guarch@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: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add cryptodev sample code 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: Fri, 28 Jul 2017 16:55:35 -0000 > -----Original Message----- > From: Mcnamara, John > Sent: Friday, July 28, 2017 4:52 PM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org > Subject: RE: [PATCH] doc: add cryptodev sample code >=20 >=20 >=20 > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Friday, July 28, 2017 7:03 AM > > To: Mcnamara, John ; Doherty, Declan > > > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > > > Subject: [PATCH] doc: add cryptodev sample code > > > > In order to illustrate in a simple way how to use the cryptodev API to > > perform a basic crypto operation, sample code has been added in the > > Programmer's Guide. > > > > Signed-off-by: Pablo de Lara >=20 >=20 > Acked-by: John McNamara Applied to dpdk-next-crypto. Pablo