Re: [dpdk-dev] [PATCH] app/test: fix autotest_runner crash

2019-06-12 Thread Burakov, Anatoly
On 12-Jun-19 2:33 PM, Herakliusz Lipiec wrote: On some systems when dpdk test is executed with make test command autotest_runner crashes in first_cpu_on_node. This happens when list of available cpus contains something that is not a cpu as first element. Fixed by removing all non-cpu values from

[dpdk-dev] [PATCH] app/test: fix autotest_runner crash

2019-06-12 Thread Herakliusz Lipiec
On some systems when dpdk test is executed with make test command autotest_runner crashes in first_cpu_on_node. This happens when list of available cpus contains something that is not a cpu as first element. Fixed by removing all non-cpu values from list of available cpus. Bugzilla ID: 253 Fixes: