From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B20072B97 for ; Thu, 13 Oct 2016 15:42:46 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 13 Oct 2016 06:42:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,339,1473145200"; d="scan'208";a="1064323594" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.139]) by orsmga002.jf.intel.com with SMTP; 13 Oct 2016 06:42:40 -0700 Received: by (sSMTP sendmail emulation); Thu, 13 Oct 2016 14:42:36 +0025 Date: Thu, 13 Oct 2016 14:42:36 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: dev@dpdk.org, Neil Horman Message-ID: <20161013134236.GA141288@bricha3-MOBL3> References: <1472662271-21880-1-git-send-email-ferruh.yigit@intel.com> <20161013102156.GA131080@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161013102156.GA131080@bricha3-MOBL3> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/ring: fix ring eth dev creation via devargs 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: Thu, 13 Oct 2016 13:42:47 -0000 On Thu, Oct 13, 2016 at 11:21:57AM +0100, Bruce Richardson wrote: > On Wed, Aug 31, 2016 at 05:51:11PM +0100, Ferruh Yigit wrote: > > Using nodeaction devarg lets creating multiple ring eth devices: > > "eth_ring0,nodeaction=R0:0:CREATE,nodeaction=R1:0:CREATE" > > > > Trying to create all devices with same name fails. Since first part of > > the nodeaction devarg is name (in above sample R0,R1), this name field > > can be used as eth dev name. > > > > Fixes: 61934c0956d4 ("ring: convert to use of PMD_REGISTER_DRIVER and fix linking") > > > > Signed-off-by: Ferruh Yigit > > --- > Acked-by: Bruce Richardson > Applied to dpdk-next-net/rel_16_11 /Bruce