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 016359976 for ; Fri, 28 Jul 2017 13:58:51 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2017 04:58:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="998212696" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga003.jf.intel.com with ESMTP; 28 Jul 2017 04:58:49 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX151.ger.corp.intel.com ([169.254.4.191]) with mapi id 14.03.0319.002; Fri, 28 Jul 2017 12:58:35 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" , "Doherty, Declan" CC: "hemant.agrawal@nxp.com" Thread-Topic: [PATCH] crypto/openssl: performance improvements Thread-Index: AQHTB5IPvpDGNev+H0+dN9Ct0PXHhaJpIlgw Date: Fri, 28 Jul 2017 11:58:35 +0000 Message-ID: References: <20170728110738.28922-1-akhil.goyal@nxp.com> <20170728110738.28922-3-akhil.goyal@nxp.com> In-Reply-To: <20170728110738.28922-3-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: 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] crypto/openssl: performance improvements 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 11:58:52 -0000 Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Friday, July 28, 2017 12:08 PM > To: dev@dpdk.org; Doherty, Declan > Cc: De Lara Guarch, Pablo ; > hemant.agrawal@nxp.com; Akhil Goyal > Subject: [PATCH] crypto/openssl: performance improvements >=20 > key and algo are added in the openssl ctx during session initialization > instead of adding it for each packet. >=20 > Also in case of HMAC the openssl APIs HMAC_XXX give better performance > for all HMAC cases. >=20 > Signed-off-by: Akhil Goyal I assume that this and the other patches are meant to be for 17.11, right? Thanks, Pablo