From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id B6B0258DC for ; Tue, 22 Jul 2014 16:53:31 +0200 (CEST) Received: by mail-we0-f182.google.com with SMTP id k48so7998828wev.41 for ; Tue, 22 Jul 2014 07:54:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=sw4TdUj3QwmKLt4q+eSRjtVKjHWLESFdDNzgDIKYyRM=; b=E1i0k6fPe4UW7R23q7WLt/Uhgz4KGPQtdc4O2+gByfcsi5dwPFvCMgOuGl6nEfOcB5 j4oVVDiP8wKCPeK4KagVYmak4YTQ3l0i9xKFhz3PixjwJ1EwkJFyhfpPrRYqjtD8yuRg NgH/U79nMJAMKJDR6EULaJm1nryYO5NjgWodBVBgfiaNTAggLQdqBXv/SI5CG84BvBNU HmIa4AHAQ5T0v+fydPdzym/9uGcbkPCXMu+Yw0tSyhOlAEXdteEt33wpC9597rmQnWvq iF3H52a918anQt1lXebwsg5LNgXxASATKDwwwoiaJfk1AsEtsZo5LV5EIjDXruNCrwMk IHOA== X-Gm-Message-State: ALoCoQno2+7HWTvqjxnAxACE85ogLOQbMbs3Ib/qHkm5JT8FmbwaakMKo2cPryh90lylsgV3rpU2 X-Received: by 10.180.38.14 with SMTP id c14mr15251418wik.43.1406040890780; Tue, 22 Jul 2014 07:54:50 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bx2sm1502940wjb.47.2014.07.22.07.54.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Jul 2014 07:54:49 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Tue, 22 Jul 2014 16:54:42 +0200 Message-ID: <2324583.v6XWM7y5Ye@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <20140709152039.GB5250@localhost.localdomain> References: <1404916536-1364-1-git-send-email-pablo.de.lara.guarch@intel.com> <20140709152039.GB5250@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 22 Jul 2014 14:53:31 -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 > > Series > Acked-by: Neil Horman Applied for version 1.7.1. Thanks -- Thomas