[dpdk-dev] [PATCH] app/test: fix and separate vdev test in test_eal_flags

2014-07-02 Thread Thomas Monjalon
> In EAL flags unit test, vdev test was being included > (and broken) in whitelist test. It has been separated > in different test and fixed, by calling another > primary process, instead of a secondary one. > > Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon Applied for version 1.7.0.

[dpdk-dev] [PATCH] app/test: fix and separate vdev test in test_eal_flags

2014-07-01 Thread Pablo de Lara
From: Pablo de Lara In EAL flags unit test, vdev test was being included (and broken) in whitelist test. It has been separated in different test and fixed, by calling another primary process, instead of a secondary one. Patch "app/test: fix build switches to enable cmdline tests" from Thomas Mon