Re: [dpdk-dev] [PATCH 2/3] eal: add functions parsing EAL arguments

2017-05-31 Thread Bruce Richardson
On Tue, May 30, 2017 at 10:30:36AM +0200, Jacek Piasecki wrote: > From: Kuba Kozak > > added function rte_eal_configure which translate > options from config file into argc, **argv form. > > changed function rte_eal_init to meld > argc, argv** options from config file with > these from command l

[dpdk-dev] [PATCH 2/3] eal: add functions parsing EAL arguments

2017-05-30 Thread Jacek Piasecki
From: Kuba Kozak added function rte_eal_configure which translate options from config file into argc, **argv form. changed function rte_eal_init to meld argc, argv** options from config file with these from command line and then parse as before Signed-off-by: Kuba Kozak Suggested-by: Bruce Ric