[dpdk-dev] [PATCH 1/2] app/test: fix vdev names

2016-10-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, October 06, 2016 3:34 AM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: [PATCH 1/2] app/test: fix vdev names > > The vdev eth_ring has been renamed to net_ring. > Some unit

[dpdk-dev] [PATCH 1/2] app/test: fix vdev names

2016-10-06 Thread Thomas Monjalon
The vdev eth_ring has been renamed to net_ring. Some unit tests are using the old name and fail. Fixes also the vdev comments in EAL and ethdev. Fixes: 2f45703c17ac ("drivers: make driver names consistent") Signed-off-by: Thomas Monjalon --- app/test/test_devargs.c |