[dpdk-dev] [PATCH] autotests: fix pmd ring

2016-03-24 Thread Thomas Monjalon
2016-03-15 13:25, Olivier Matz: > This test expects that a vdev is instanciated on the command > line. If it's not the case, just skip this part. > > Signed-off-by: Olivier Matz Applied, thanks

[dpdk-dev] [PATCH] autotests: fix pmd ring

2016-03-15 Thread Olivier Matz
This test expects that a vdev is instanciated on the command line. If it's not the case, just skip this part. Signed-off-by: Olivier Matz --- app/test/test_pmd_ring.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/app/test/test_pmd_ring.c b/app/test/test_pm