Re: [dpdk-dev] [PATCH v5 2/3] app/testpmd: add parse options from cfg file

2018-05-16 Thread Iremonger, Bernard
Hi Kuba, This patch does not apply to the dpdk_18_05.rc4 master and needs to be rebased. It also contains a lot of checkpatch warnings which should be addressed. Regards, Bernard.

[dpdk-dev] [PATCH v5 2/3] app/testpmd: add parse options from cfg file

2017-07-13 Thread Kuba Kozak
This patch shows how to pass arguments to application using config.ini file. If a --cfgfile-path option is passed into commandline non EAL section, then the file is loaded and used by app. If a config.ini file is present in current working directory, and no --cfgfile-path option is passed in, co