From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] app/test: Removed vdev test in EAL flags unit test Date: Tue, 01 Jul 2014 10:31:29 +0200 Message-ID: <53B271E1.1010304@6wind.com> References: <1404139377-24580-1-git-send-email-pablox.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Pablo de Lara , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1404139377-24580-1-git-send-email-pablox.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Pablo, On 06/30/2014 04:42 PM, Pablo de Lara wrote: > From: Pablo de Lara > > In whitelist test, within EAL flags unit test, vdev flag > was being tested, but test fails, as a secondary process > cannot allocate memzones, so it cannot create the device > and application exits. Also, this can be tested in ring > pmd test, which needs vdev and not in whitelist, which > should only test --pci-whitelist. > > Patch "app/test: fix build switches to enable cmdline tests" > from Thomas Monjalon is needed for this patch. > > Signed-off-by: Pablo de Lara If the test cannot success because it is started from a secondary process, do you think it is possible to do it with a primary process? I did a quick test and it works (see my patch in the same thread), but as I'm not really familiar with this part of the code, I may have forgotten something. Regards, Olivier