> -----Original Message----- > From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Saturday, June 24, 2017 10:32 AM > To: Rybalchenko, Kirill <kirill.rybalche...@intel.com>; Doherty, Declan > <declan.dohe...@intel.com> > Cc: dev@dpdk.org; Rybalchenko, Kirill <kirill.rybalche...@intel.com>; > sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] cryptodev: fix device stop function > > > > > -----Original Message----- > > From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of Kirill > > Rybalchenko > > Sent: Wednesday, June 14, 2017 9:43 AM > > To: Doherty, Declan <declan.dohe...@intel.com> > > Cc: dev@dpdk.org; Rybalchenko, Kirill <kirill.rybalche...@intel.com>; > > sta...@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: sta...@dpdk.org > > > > Signed-off-by: Kirill Rybalchenko <kirill.rybalche...@intel.com> > > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo