Re: [dpdk-dev] [PATCH v1] eal: add error check for core options

2018-02-01 Thread Burakov, Anatoly
On 01-Feb-18 3:39 PM, Marko Kovacevic wrote: Error information on the current core usage list,mask and map were incomplete. Added states to differentiate core usage and to inform user. Nitpicking, but line width on commit message is a little on the short side... Signed-off-by: Marko Kovace

[dpdk-dev] [PATCH v1] eal: add error check for core options

2018-02-01 Thread Marko Kovacevic
Error information on the current core usage list,mask and map were incomplete. Added states to differentiate core usage and to inform user. Signed-off-by: Marko Kovacevic --- doc/guides/testpmd_app_ug/run_app.rst | 4 lib/librte_eal/common/eal_common_options.c | 33 +++