[dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD

2014-07-22 Thread Thomas Monjalon
> > Ring PMD library and unit test was modified last release, > > causing the unit test to need ring ethdevs to be created > > from the command line. This patch simplifies the test > > and make it functional with devices created with EAL option vdev. > > > > Also, ring ethdev creation from vdev ha

[dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD

2014-07-09 Thread Pablo de Lara
Ring PMD library and unit test was modified last release, causing the unit test to need ring ethdevs to be created from the command line. This patch simplifies the test and make it functional with devices created with EAL option vdev. Also, ring ethdev creation from vdev has been changed, so now o

[dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD

2014-07-09 Thread Neil Horman
On Wed, Jul 09, 2014 at 03:35:34PM +0100, Pablo de Lara wrote: > Ring PMD library and unit test was modified last release, > causing the unit test to need ring ethdevs to be created > from the command line. This patch simplifies the test > and make it functional with devices created with EAL option