From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Conole Subject: Re: [RFC 1/3] test/meson: auto detect number of cores Date: Mon, 01 Apr 2019 13:48:25 -0400 Message-ID: References: <20190329172241.11916-1-aconole@redhat.com> <20190329172241.11916-2-aconole@redhat.com> <3AEA2BF9852C6F48A459DA490692831F2A433A0F@irsmsx110.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Aaron Conole , "dev\@dpdk.org" , "Babu Radhakrishnan\, AgalyaX" , "Parthasarathy\, JananeeX M" , Thomas Monjalon , David Marchand To: "Pattan\, Reshma" Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id DAE615B1E for ; Mon, 1 Apr 2019 19:48:27 +0200 (CEST) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A433A0F@irsmsx110.ger.corp.intel.com> (Reshma Pattan's message of "Mon, 1 Apr 2019 16:23:07 +0000") List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" "Pattan, Reshma" writes: >> -----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 >> >> Some environments do not provide a minimum 4 cores for running tests. This >> allows those environments to still execute 'ninja test' without causing multiple >> failures. >> > > 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 the related fix from above patch link into your patch series? Is that other patch going to be accepted? Then I can drop this patch from my series. Otherwise, I'll fold in such a change with my next version. > Thanks, > Reshma