From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DC7562C8 for ; Thu, 6 Jul 2017 17:15:37 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jul 2017 08:14:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,317,1496127600"; d="scan'208";a="1148495595" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 06 Jul 2017 08:14:23 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Jul 2017 16:14:22 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Thu, 6 Jul 2017 16:14:22 +0100 From: "De Lara Guarch, Pablo" To: "Rybalchenko, Kirill" , "Doherty, Declan" CC: "dev@dpdk.org" , "Rybalchenko, Kirill" Thread-Topic: [dpdk-dev] [PATCH] app/crypto-perf: fix wait for lcores Thread-Index: AQHS5OqB79KxIJzoKEaS3vZfMQ7UkKJHCWWggAABwqA= Date: Thu, 6 Jul 2017 15:14:21 +0000 Message-ID: References: <1497429873-117730-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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: fix wait for lcores 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: Thu, 06 Jul 2017 15:15:38 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, July 6, 2017 4:12 PM > To: 'Kirill Rybalchenko' ; Doherty, Declan > > Cc: dev@dpdk.org; Rybalchenko, Kirill > Subject: RE: [dpdk-dev] [PATCH] app/crypto-perf: fix wait for lcores >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Kirill > > Rybalchenko > > Sent: Wednesday, June 14, 2017 9:45 AM > > To: Doherty, Declan > > Cc: dev@dpdk.org; Rybalchenko, Kirill ; > > stable@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: stable@dpdk.org > > > > Signed-off-by: Kirill Rybalchenko > > --- >=20 > Since this is needed due to the new multi-core scheduler, I think it is n= ot > needed to be backported, as this is a new feature in this release. > Will modify it. >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo