From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id A9E72333 for ; Tue, 1 Jul 2014 11:20:39 +0200 (CEST) Received: by mail-wg0-f43.google.com with SMTP id k14so460653wgh.26 for ; Tue, 01 Jul 2014 02:20:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=cf5IzsfqJQTMCHLjqoGvHe0vBUZmePpHLcdRTB9RimQ=; b=ZHglopaFHhNjYag8umwJnE06xlVikWn+pBfo1CJ+oo9/vkv2LSw6zoBa7mmkKKvtA9 pPWo1YTe0Hk8NQESqjrgKHqfopCN2eqAHhZbdFabfwadZGuuQeNgWtyXEQP7LWnEO4QP iOPYFiTjsY9CqVtKXMvOOAtiF4bXKwmdc6QGvnqEZ2F109ey+sU929YTiOQ7ROjTkUBy LUklJC7sHElychtE2OeqEmfWzXLzvoOeRczOcstsdeCaopkcpS229a0LcM1yMMf0X9HA C4OhahQ5Wy2zVA3w4Rk12hZ6TOW4gWQnKUUIo+PpLLy19Q1dVuSqw7H54A/QNkW7eEov 2Bjw== X-Gm-Message-State: ALoCoQk9dCCcLA8hJGUVMHDSLaOAd2rRSGC4HTQx4NTPH8T163JR6TKVbjxJ4shRgQS61RfTCsZ9 X-Received: by 10.194.173.7 with SMTP id bg7mr49585230wjc.3.1404206459650; Tue, 01 Jul 2014 02:20:59 -0700 (PDT) Received: from [10.16.0.195] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ec8sm22273073wic.10.2014.07.01.02.20.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Jul 2014 02:20:58 -0700 (PDT) Message-ID: <53B27D70.4090102@6wind.com> Date: Tue, 01 Jul 2014 11:20:48 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0 MIME-Version: 1.0 To: "De Lara Guarch, Pablo" , "dev@dpdk.org" References: <1404139377-24580-1-git-send-email-pablox.de.lara.guarch@intel.com> <53B271E1.1010304@6wind.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/test: Removed vdev test in EAL flags unit test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 09:20:39 -0000 Hi Pablo, On 07/01/2014 10:59 AM, De Lara Guarch, Pablo wrote: > I checked your patch, and I got this: > > ... > > EAL: Detected lcore 38 as core 11 on socket 1 > EAL: Detected lcore 39 as core 12 on socket 1 > EAL: Support maximum 64 logical core(s) by configuration. > EAL: Detected 40 lcore(s) > ./x86_64-native-linuxapp-gcc/app/test: unrecognized option '--prefix=whitelist' I'm sorry, I cleaned the patch without retesting it, and I introduced a bug in it (--prefix instead of --file-prefix). Please find the new one as a reply to this mail. When I test it, I get: [...] EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x2aaba4c00000 (size = 0x200000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x2aaba4e00000 (size = 0x200000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x2aaba5000000 (size = 0x200000) EAL: Requesting 984 pages of size 2MB from socket 0 EAL: Requesting 1000 pages of size 2MB from socket 1 EAL: TSC frequency is ~3333293 KHz EAL: Master core 0 is ready (tid=ab9044e0) PMD: Initializing pmd_ring for eth_ring PMD: Error parsing device, invalid key PMD: Ignoring unsupported parameters when creating rings-backed ethernet device PMD: Creating rings-backed ethdev on numa socket 0 > Also, I thought we could not run two primary process at the same time > (considering that the test app is a primary process). Some other tests in the same file launch a primary process, I suppose it should work if the prefix for huge-pages is different. Regards, Olivier