From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <aconole@redhat.com>
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28])
 by dpdk.org (Postfix) with ESMTP id DAE615B1E
 for <dev@dpdk.org>; Mon,  1 Apr 2019 19:48:27 +0200 (CEST)
Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com
 [10.5.11.13])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.redhat.com (Postfix) with ESMTPS id 340DC308622A;
 Mon,  1 Apr 2019 17:48:27 +0000 (UTC)
Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.61])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id 3A00760852;
 Mon,  1 Apr 2019 17:48:26 +0000 (UTC)
From: Aaron Conole <aconole@redhat.com>
To: "Pattan\, Reshma" <reshma.pattan@intel.com>
Cc: Aaron Conole <aconole@redhat.com>, "dev\@dpdk.org" <dev@dpdk.org>,
 "Babu Radhakrishnan\, AgalyaX" <agalyax.babu.radhakrishnan@intel.com>,
 "Parthasarathy\, JananeeX M" <jananeex.m.parthasarathy@intel.com>,
 Thomas Monjalon <thomas@monjalon.net>, David Marchand <dmarchan@redhat.com>
References: <20190329172241.11916-1-aconole@redhat.com>
 <20190329172241.11916-2-aconole@redhat.com>
 <3AEA2BF9852C6F48A459DA490692831F2A433A0F@irsmsx110.ger.corp.intel.com>
Date: Mon, 01 Apr 2019 13:48:25 -0400
In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A433A0F@irsmsx110.ger.corp.intel.com>
 (Reshma Pattan's message of "Mon, 1 Apr 2019 16:23:07 +0000")
Message-ID: <f7tk1gd39cm.fsf@dhcp-25.97.bos.redhat.com>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16
 (mx1.redhat.com [10.5.110.42]); Mon, 01 Apr 2019 17:48:27 +0000 (UTC)
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Apr 2019 17:48:28 -0000

"Pattan, Reshma" <reshma.pattan@intel.com> 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

From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 27BDAA0679
	for <public@inbox.dpdk.org>; Mon,  1 Apr 2019 19:48:30 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 642135B20;
	Mon,  1 Apr 2019 19:48:29 +0200 (CEST)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28])
 by dpdk.org (Postfix) with ESMTP id DAE615B1E
 for <dev@dpdk.org>; Mon,  1 Apr 2019 19:48:27 +0200 (CEST)
Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com
 [10.5.11.13])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.redhat.com (Postfix) with ESMTPS id 340DC308622A;
 Mon,  1 Apr 2019 17:48:27 +0000 (UTC)
Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.61])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id 3A00760852;
 Mon,  1 Apr 2019 17:48:26 +0000 (UTC)
From: Aaron Conole <aconole@redhat.com>
To: "Pattan\, Reshma" <reshma.pattan@intel.com>
Cc: Aaron Conole <aconole@redhat.com>, "dev\@dpdk.org" <dev@dpdk.org>,
 "Babu Radhakrishnan\, AgalyaX" <agalyax.babu.radhakrishnan@intel.com>,
 "Parthasarathy\, JananeeX M" <jananeex.m.parthasarathy@intel.com>,
 Thomas Monjalon <thomas@monjalon.net>, David Marchand <dmarchan@redhat.com>
References: <20190329172241.11916-1-aconole@redhat.com>
 <20190329172241.11916-2-aconole@redhat.com>
 <3AEA2BF9852C6F48A459DA490692831F2A433A0F@irsmsx110.ger.corp.intel.com>
Date: Mon, 01 Apr 2019 13:48:25 -0400
In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A433A0F@irsmsx110.ger.corp.intel.com>
 (Reshma Pattan's message of "Mon, 1 Apr 2019 16:23:07 +0000")
Message-ID: <f7tk1gd39cm.fsf@dhcp-25.97.bos.redhat.com>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16
 (mx1.redhat.com [10.5.110.42]); Mon, 01 Apr 2019 17:48:27 +0000 (UTC)
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Message-ID: <20190401174825.Op6QbDNAZ7M3alADEqIQefKkmUYkEDVVq5Iq14pizGA@z>

"Pattan, Reshma" <reshma.pattan@intel.com> 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