From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/ring: fix ring eth dev creation via devargs Date: Thu, 13 Oct 2016 11:21:57 +0100 Message-ID: <20161013102156.GA131080@bricha3-MOBL3> References: <1472662271-21880-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Neil Horman To: Ferruh Yigit Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 227667EB0 for ; Thu, 13 Oct 2016 12:22:00 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1472662271-21880-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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