Re: [dpdk-dev] [PATCH v6 6/8] ethdev: add common devargs parser

2018-03-29 Thread Gaƫtan Rivet
Hi, On Wed, Mar 28, 2018 at 02:54:31PM +0100, Declan Doherty wrote: > From: Remy Horton > > Introduces a new structure, rte_eth_devargs, to support generic > ethdev arguments common across NET PMDs, with a new API > rte_eth_devargs_parse API to support PMD parsing these arguments. > Here is th

[dpdk-dev] [PATCH v6 6/8] ethdev: add common devargs parser

2018-03-28 Thread Declan Doherty
From: Remy Horton Introduces a new structure, rte_eth_devargs, to support generic ethdev arguments common across NET PMDs, with a new API rte_eth_devargs_parse API to support PMD parsing these arguments. Signed-off-by: Remy Horton Signed-off-by: Declan Doherty --- lib/Makefile