From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH 0/2] Fixed/Simplified Ring PMD Date: Wed, 9 Jul 2014 15:35:34 +0100 Message-ID: <1404916536-1364-1-git-send-email-pablo.de.lara.guarch@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: 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" 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 only one device is created for each vdev argument (up to 3 devices were created). Pablo de Lara (2): ring_pmd: Removed extra devices creation when passing vdev parameter app/test: Simplified ring pmd test app/test/test_pmd_ring.c | 202 +++++++++++++----------------------- lib/librte_pmd_ring/rte_eth_ring.c | 3 +- 2 files changed, 73 insertions(+), 132 deletions(-)