> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kirill Rybalchenko > Sent: Wednesday, June 14, 2017 9:45 AM > To: Doherty, Declan <declan.dohe...@intel.com> > Cc: dev@dpdk.org; Rybalchenko, Kirill <kirill.rybalche...@intel.com>; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] app/crypto-perf: fix wait for lcores > > After test is finished the main thread waits only for lcores where runners > were started, because it is responsibility of multicore scheduler to stop and > wait for workers lcores. > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") > CC: sta...@dpdk.org > > Signed-off-by: Kirill Rybalchenko <kirill.rybalche...@intel.com> > ---
Since this is needed due to the new multi-core scheduler, I think it is not needed to be backported, as this is a new feature in this release. Will modify it. Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>