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 D84382030; Wed, 19 Jul 2017 13:07:37 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 04:07:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,380,1496127600"; d="scan'208";a="128492825" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga005.fm.intel.com with ESMTP; 19 Jul 2017 04:07:35 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX109.ger.corp.intel.com ([169.254.13.187]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 12:07:34 +0100 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Rybalchenko, Kirill" , "Doherty, Declan" CC: "dev@dpdk.org" , "Rybalchenko, Kirill" , "stable@dpdk.org" Thread-Topic: [dpdk-stable] [PATCH] app/crypto-perf: stop crypto devices after test is finished Thread-Index: AQHS5OqLLSvv4JYv+kWCIKm+QgaVpqJbMewggAACgZA= Date: Wed, 19 Jul 2017 11:07:33 +0000 Message-ID: References: <1497429844-117685-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: 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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] app/crypto-perf: stop crypto devices after test is finished X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 11:07:38 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of De Lara > Guarch, Pablo > Sent: Wednesday, July 19, 2017 11:58 AM > To: Rybalchenko, Kirill ; Doherty, Declan > > Cc: dev@dpdk.org; Rybalchenko, Kirill ; > stable@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] app/crypto-perf: stop crypto devices > after test is finished >=20 >=20 >=20 > > -----Original Message----- > > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Kirill > > Rybalchenko > > Sent: Wednesday, June 14, 2017 9:44 AM > > To: Doherty, Declan > > Cc: dev@dpdk.org; Rybalchenko, Kirill ; > > stable@dpdk.org > > Subject: [dpdk-stable] [PATCH] app/crypto-perf: stop crypto devices > > after test is finished > > > > Call of rte_cryptodev_stop() function from test destructors is added. > > > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > application") > > Cc: stable@dpdk.org > > > > Signed-off-by: Kirill Rybalchenko >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo