On 12-Jun-19 3:46 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 list of available cpus.Bugzilla ID: 253 Fixes: 22dcd9a4d90f ("test: parallelize unit tests") Cc: [email protected] Cc: [email protected] Signed-off-by: Herakliusz Lipiec <[email protected]> ---
Missed reviewed tag from previous revision. Reviewed-by: Anatoly Burakov <[email protected]> -- Thanks, Anatoly

