From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CBC22DE3; Sat, 24 Jun 2017 12:19:21 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 24 Jun 2017 03:19:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,383,1493708400"; d="scan'208";a="116980378" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga005.jf.intel.com with ESMTP; 24 Jun 2017 03:19:20 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 24 Jun 2017 11:19:18 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX156.ger.corp.intel.com ([169.254.3.48]) with mapi id 14.03.0319.002; Sat, 24 Jun 2017 11:19:18 +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] cryptodev: fix device stop function Thread-Index: AQHS5OpDakv4++kdHk2DJdmogJy0caIzz11AgAANWwA= Date: Sat, 24 Jun 2017 10:19:18 +0000 Message-ID: References: <1497429766-117636-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-dev] [dpdk-stable] [PATCH] cryptodev: fix device stop function 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: Sat, 24 Jun 2017 10:19:23 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of De Lara Guarch= , > Pablo > Sent: Saturday, June 24, 2017 10:32 AM > To: Rybalchenko, Kirill ; Doherty, Declan > > Cc: dev@dpdk.org; Rybalchenko, Kirill ; > stable@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] cryptodev: fix device stop function >=20 >=20 >=20 > > -----Original Message----- > > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Kirill > > Rybalchenko > > Sent: Wednesday, June 14, 2017 9:43 AM > > To: Doherty, Declan > > Cc: dev@dpdk.org; Rybalchenko, Kirill ; > > stable@dpdk.org > > Subject: [dpdk-stable] [PATCH] cryptodev: fix device stop function > > > > Flag dev_started should be cleared after dev_stop() function call > > because the flag is checked inside the dev_stop() function. > > > > Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for > > crypto > > devices") > > Cc: stable@dpdk.org > > > > Signed-off-by: Kirill Rybalchenko >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo