Re: [dpdk-dev] [PATCH v3 0/3] EAL change for using a config file for DPDK

2017-07-04 Thread Thomas Monjalon
27/06/2017 12:52, Jacek Piasecki: > This patchset introduce a mechanism for running dpdk application with > parameters > provided by configuration file. > > A new API for EAL takes a config file data type - either loaded from file, > or built up programmatically in the application - and extracts

[dpdk-dev] [PATCH v3 0/3] EAL change for using a config file for DPDK

2017-06-27 Thread Jacek Piasecki
This patchset introduce a mechanism for running dpdk application with parameters provided by configuration file. A new API for EAL takes a config file data type - either loaded from file, or built up programmatically in the application - and extracts DPDK parameters from it to be used when eal ini