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 0E029A0679 for ; Mon, 1 Apr 2019 18:23:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 75D22548B; Mon, 1 Apr 2019 18:23:15 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 851185323 for ; Mon, 1 Apr 2019 18:23:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 09:23:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,297,1549958400"; d="scan'208";a="131997357" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga006.jf.intel.com with ESMTP; 01 Apr 2019 09:23:09 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 1 Apr 2019 17:23:08 +0100 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.102]) by irsmsx112.ger.corp.intel.com ([169.254.1.167]) with mapi id 14.03.0415.000; Mon, 1 Apr 2019 17:23:08 +0100 From: "Pattan, Reshma" To: Aaron Conole , "dev@dpdk.org" CC: "Babu Radhakrishnan, AgalyaX" , "Parthasarathy, JananeeX M" Thread-Topic: [dpdk-dev] [RFC 1/3] test/meson: auto detect number of cores Thread-Index: AQHU5lQfHWCXZfYgAEmKuqthag5YHqYnf85g Date: Mon, 1 Apr 2019 16:23:07 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A433A0F@irsmsx110.ger.corp.intel.com> References: <20190329172241.11916-1-aconole@redhat.com> <20190329172241.11916-2-aconole@redhat.com> In-Reply-To: <20190329172241.11916-2-aconole@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzRhOWVhYWYtMThiMS00NTIyLWExNDQtMDkzOTQ3ZmU0NWIwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSWZmSUR2eFBHUGdwVXlkODVLUm5yNFMwZXc0Vk1Uc1dsT0ZxT0JJcVFhZVhCNVExZDh0VDNRXC9rZlRna3hXYmIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [RFC 1/3] test/meson: auto detect number of cores 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" Message-ID: <20190401162307.t22lHVx5i7cZ2hESP4bAezGJQ_hKip_OnvuxHjuK5hA@z> > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Aaron Conole > Sent: Friday, March 29, 2019 5:23 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [RFC 1/3] test/meson: auto detect number of cores >=20 > Some environments do not provide a minimum 4 cores for running tests. Th= is > allows those environments to still execute 'ninja test' without causing m= ultiple > failures. >=20 FYI, there is a patch http://patches.dpdk.org/patch/50850/ doing something = similar. --file-prefix is not supported on FreeBSD, so how about you also include th= e related fix from above patch link into your patch series? Thanks, Reshma