From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 441705926 for ; Wed, 9 Jul 2014 17:20:30 +0200 (CEST) Received: from nat-pool-rdu-u.redhat.com ([66.187.233.203] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1X4tfp-0001y3-HX; Wed, 09 Jul 2014 11:20:51 -0400 Date: Wed, 9 Jul 2014 11:20:39 -0400 From: Neil Horman To: Pablo de Lara Message-ID: <20140709152039.GB5250@localhost.localdomain> References: <1404916536-1364-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404916536-1364-1-git-send-email-pablo.de.lara.guarch@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [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 15:20:30 -0000 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 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(-) > > Series Acked-by: Neil Horman Nice work Pablo. Neil