From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D72FD108F for ; Wed, 6 Sep 2017 12:26:22 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2017 03:26:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,483,1498546800"; d="scan'208";a="132274869" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 06 Sep 2017 03:26:20 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Wed, 6 Sep 2017 11:24:48 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" CC: "hemant.agrawal@nxp.com" , "Doherty, Declan" Thread-Topic: [PATCH v3 2/2] crypto/openssl: key and algo updated during session init Thread-Index: AQHTJgxCflfmZewdCk2DlTXwTb4QW6KnqIFw Date: Wed, 6 Sep 2017 10:24:48 +0000 Message-ID: References: <20170829065849.11424-2-akhil.goyal@nxp.com> <20170905055749.23126-1-akhil.goyal@nxp.com> <20170905055749.23126-2-akhil.goyal@nxp.com> In-Reply-To: <20170905055749.23126-2-akhil.goyal@nxp.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.0.116 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 v3 2/2] crypto/openssl: key and algo updated during session init 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, 06 Sep 2017 10:26:23 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Tuesday, September 5, 2017 6:58 AM > To: dev@dpdk.org; De Lara Guarch, Pablo > > Cc: hemant.agrawal@nxp.com; Doherty, Declan > ; Akhil Goyal > Subject: [PATCH v3 2/2] crypto/openssl: key and algo updated during > session init >=20 > key and algo are added in the openssl ctx during session initialization > instead of adding it for each packet. > This would give performance improvement. >=20 > Signed-off-by: Akhil Goyal > Reviewed-by: Pablo de Lara changes in > v3: > updated patch title Applied to dpdk-next-crypto. Thanks, Pablo