From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 2DBCB378B for ; Thu, 28 Feb 2019 23:09:02 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 85BC630DBC07; Thu, 28 Feb 2019 22:09:01 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-124-52.rdu2.redhat.com [10.10.124.52]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D4B115D9E1; Thu, 28 Feb 2019 22:08:58 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, Bruce Richardson , Michael Santana References: Date: Thu, 28 Feb 2019 17:08:52 -0500 In-Reply-To: (David Marchand's message of "Thu, 28 Feb 2019 22:44:10 +0100") Message-ID: 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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Thu, 28 Feb 2019 22:09:01 +0000 (UTC) Subject: Re: [dpdk-dev] Encountering ninja test failures? 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, 28 Feb 2019 22:09:02 -0000 David Marchand writes: > On Thu, Feb 28, 2019 at 10:31 PM Aaron Conole wrote: > > Greetings dev, > > I'm trying to test out the latest iteration of travis support, and as > part of that I've added the ability to execute tests. > > I can't seem to get the tests to execute correctly under travis. The > build I have is here: > > https://travis-ci.org/orgcandman/dpdk/jobs/500014191 > > Based on this commit: > > https://github.com/orgcandman/dpdk/tree/travis_v5 > > which is cut from dpdk/master > > Anyone else see this? Maybe I missed something? > > DPDK_TEST='acl_autotest' /home/travis/build/orgcandman/dpdk/build/app/test/dpdk-test -c f -n 4 --file-prefix=acl_autotest > EAL: Detected 2 lcore(s) > EAL: Detected 1 NUMA nodes > EAL: lcore 2 unavailable > EAL: invalid coremask > EAL: FATAL: Invalid 'command line' arguments. > EAL: Invalid 'command line' arguments. > The test app asked for 4 cores (0xf mask), but only two are available. Thanks, David! Looks like it's hard coded in the meson.build Okay, I'll be spinning a patch.