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

2017-06-30 Thread Bruce Richardson
On Tue, Jun 27, 2017 at 12:52:38PM +0200, Jacek Piasecki wrote: > From: Kuba Kozak > > added function rte_eal_configure which configure > Environment Abstraction Layer (EAL) using > configuration structure. > > Signed-off-by: Kuba Kozak > Suggested-by: Bruce Richardson > --- Thanks for lookin

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

2017-06-27 Thread Jacek Piasecki
From: Kuba Kozak added function rte_eal_configure which configure Environment Abstraction Layer (EAL) using configuration structure. Signed-off-by: Kuba Kozak Suggested-by: Bruce Richardson --- This patch depends on cfgfile patchset with: "cfgfile: remove EAL dependency" "cfgfile: add new func