[dpdk-dev] [PATCH] net/ring: fix ring eth dev creation via devargs

Bruce Richardson bruce.richardson at intel.com
Thu Oct 13 15:42:36 CEST 2016


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 <ferruh.yigit at intel.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> 
Applied to dpdk-next-net/rel_16_11

/Bruce


More information about the dev mailing list