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 1D468374F; Wed, 19 Jul 2017 12:58:25 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 03:58:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,380,1496127600"; d="scan'208";a="129211550" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 19 Jul 2017 03:58:24 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 11:58:23 +0100 From: "De Lara Guarch, Pablo" To: "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+QgaVpqJbMewg Date: Wed, 19 Jul 2017 10:58:22 +0000 Message-ID: References: <1497429844-117685-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1497429844-117685-1-git-send-email-kirill.rybalchenko@intel.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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] app/crypto-perf: stop crypto devices after test is finished 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: Wed, 19 Jul 2017 10:58:26 -0000 > -----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 >=20 > Call of rte_cryptodev_stop() function from test destructors is added. >=20 > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") > Cc: stable@dpdk.org >=20 > Signed-off-by: Kirill Rybalchenko Acked-by: Pablo de Lara