From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B10FD108F for ; Mon, 16 Jan 2017 16:20:44 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 16 Jan 2017 07:20:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,239,1477983600"; d="scan'208";a="213939413" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 16 Jan 2017 07:20:43 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by IRSMSX154.ger.corp.intel.com ([169.254.12.40]) with mapi id 14.03.0248.002; Mon, 16 Jan 2017 15:20:42 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "Azarewicz, PiotrX T" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH v5] crypto/aesni_gcm: migration from MB library to ISA-L Thread-Index: AQHScAbMkWyWjCy0fUagUEGs9a9AlaE7M/Vg Date: Mon, 16 Jan 2017 15:20:42 +0000 Message-ID: References: <1483624286-92526-1-git-send-email-piotrx.t.azarewicz@intel.com> <1484570243-218696-1-git-send-email-piotrx.t.azarewicz@intel.com> <5097630.aeECJvAXha@xps13> In-Reply-To: <5097630.aeECJvAXha@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODY2YTQ5MzAtZjFkMi00ODU2LWEzYzUtNWY0NDdkYmY0ZWE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1UZERiT1pcL1RpQmI1cGRTRERmTU9xSnZ5ZG1IcVFBOUJqZnZUR2xhTXNJPSJ9 x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5] crypto/aesni_gcm: migration from MB library to ISA-L 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: Mon, 16 Jan 2017 15:20:45 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, January 16, 2017 2:42 PM > To: Azarewicz, PiotrX T > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH v5] crypto/aesni_gcm: migration from MB > library to ISA-L >=20 > 2017-01-16 13:37, Piotr Azarewicz: > > v5 changes: > > - rebase on top of dpdk-next-crypto > > - remove the perftest output from commit message > > - correction in aesni_gcm.rst > > - fix typo >=20 > Why have you removed the perftest output? > Because it is not in favor of this patch? Hi, We removed the performance results because we are not allowed to publish th= em publically without legal approval.=20 Also, and more importantly, the perftest results aren't reliable which is o= ne of the reasons that we are developing the new dpdk-test-crypto-perf app = (patch submitted). Using the newer app we are seeing more of less the same performance, slight= ly higher for some packets sizes, slightly lower for some others. John.