From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 61C7368C2 for ; Wed, 9 Jul 2014 16:40:03 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 09 Jul 2014 07:40:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,631,1400050800"; d="scan'208";a="559434838" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 09 Jul 2014 07:35:39 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s69EZdXC010987; Wed, 9 Jul 2014 15:35:39 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s69EZdqf001401; Wed, 9 Jul 2014 15:35:39 +0100 Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id s69EZdYk001397; Wed, 9 Jul 2014 15:35:39 +0100 From: Pablo de Lara To: dev@dpdk.org Date: Wed, 9 Jul 2014 15:35:34 +0100 Message-Id: <1404916536-1364-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/2] Fixed/Simplified Ring PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 14:40:03 -0000 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(-)