From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 029EBDE3 for ; Tue, 17 Jan 2017 18:29:17 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP; 17 Jan 2017 09:29:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,245,1477983600"; d="scan'208";a="49755042" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga004.jf.intel.com with ESMTP; 17 Jan 2017 09:29:16 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Tue, 17 Jan 2017 17:29:15 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" , "Jain, Deepak K" Thread-Topic: [PATCH v2] app/test: fix symmetric session free in crypto perf tests Thread-Index: AQHScMZGlUxVVDEdj0G5RKkLcSa8FKE84ZbggAALPqA= Date: Tue, 17 Jan 2017 17:29:14 +0000 Message-ID: References: <1484659987-22252-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDY4M2M2NzctNjY2My00NGYxLWFjNzUtNmY4OWQ1OGQyOTI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InpFaUZqMWtRQytSdjMxTzhXdTNCOXZkOVF2ckNzdTBvTHQ3QXRaaFdHXC9jPSJ9 x-ctpclassification: CTP_IC 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 v2] app/test: fix symmetric session free in crypto perf tests 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: Tue, 17 Jan 2017 17:29:18 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Tuesday, January 17, 2017 4:51 PM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Trahe, Fiona; Griffin, John; Jain, Deepak K > Subject: Re: [dpdk-dev] [PATCH v2] app/test: fix symmetric session free i= n > crypto perf tests >=20 >=20 >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Tuesday, January 17, 2017 1:33 PM > > To: dev@dpdk.org > > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K; > > Kusztal, ArkadiuszX > > Subject: [PATCH v2] app/test: fix symmetric session free in crypto perf > tests > > > > This commit fixes problem with deallocation of symmetric > > session entries in cryptodev performance tests. > > > > Fixes: 390919829fdb ("app/test: update AES SHA performance test") > > Fixes: 79521c438363 ("app/test: add AES GCM performance test") > > Fixes: ffbe3be0d4b5 ("app/test: add libcrypto") > > Fixes: 97fe6461c7cb ("app/test: add SNOW 3G performance test") > > > > Signed-off-by: Arek Kusztal >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo