From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9585E2C8 for ; Thu, 6 Jul 2017 17:12:45 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jul 2017 08:11:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,317,1496127600"; d="scan'208";a="1148494411" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 06 Jul 2017 08:11:59 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX151.ger.corp.intel.com ([169.254.4.191]) with mapi id 14.03.0319.002; Thu, 6 Jul 2017 16:11:58 +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: AQHS5OqB79KxIJzoKEaS3vZfMQ7UkKJHCWWg Date: Thu, 6 Jul 2017 15:11:57 +0000 Message-ID: References: <1497429873-117730-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <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:12:47 -0000 > -----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 >=20 > After test is finished the main thread waits only for lcores where runner= s > were started, because it is responsibility of multicore scheduler to stop= and > wait for workers lcores. >=20 > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") > CC: stable@dpdk.org >=20 > Signed-off-by: Kirill Rybalchenko > --- 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