From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 98966A00E6 for ; Wed, 12 Jun 2019 16:48:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7632D1D0BD; Wed, 12 Jun 2019 16:48:37 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 13F921D0BD; Wed, 12 Jun 2019 16:48:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2019 07:48:35 -0700 X-ExtLoop1: 1 Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.99]) ([10.237.220.99]) by fmsmga005.fm.intel.com with ESMTP; 12 Jun 2019 07:48:34 -0700 To: Herakliusz Lipiec Cc: dev@dpdk.org, stable@dpdk.org References: <20190612133323.43530-1-herakliusz.lipiec@intel.com> <20190612144647.26850-1-herakliusz.lipiec@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Wed, 12 Jun 2019 15:48:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190612144647.26850-1-herakliusz.lipiec@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] app/test: fix autotest_runner crash 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12-Jun-19 3:46 PM, Herakliusz Lipiec wrote: > On some systems when dpdk test is executed with make test command > autotest_runner crashes in first_cpu_on_node. This happens when list > of available cpus contains something that is not a cpu as first element. > Fixed by removing all non-cpu values from list of available cpus. > > Bugzilla ID: 253 > Fixes: 22dcd9a4d90f ("test: parallelize unit tests") > Cc: anatoly.burakov@intel.com > Cc: stable@dpdk.org > Signed-off-by: Herakliusz Lipiec > --- Missed reviewed tag from previous revision. Reviewed-by: Anatoly Burakov -- Thanks, Anatoly