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 94A27108F for ; Tue, 17 Jan 2017 17:51:24 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 17 Jan 2017 08:51:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,245,1477983600"; d="scan'208";a="214413324" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga004.fm.intel.com with ESMTP; 17 Jan 2017 08:51:23 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX151.ger.corp.intel.com ([169.254.4.20]) with mapi id 14.03.0248.002; Tue, 17 Jan 2017 16:51:23 +0000 From: "De Lara Guarch, Pablo" To: "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: AQHScMZGlUxVVDEdj0G5RKkLcSa8FKE84Zbg Date: Tue, 17 Jan 2017 16:51:22 +0000 Message-ID: References: <1484659987-22252-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1484659987-22252-1-git-send-email-arkadiuszx.kusztal@intel.com> 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 16:51:26 -0000 > -----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 t= ests >=20 > This commit fixes problem with deallocation of symmetric > session entries in cryptodev performance tests. >=20 > 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") >=20 > Signed-off-by: Arek Kusztal Acked-by: Pablo de Lara