Fix multi ports bug: the secondary processes will not start port correctly.

dev
logwang 2017-06-13 17:14:49 +08:00
parent 61a488cc9b
commit d5f5b02c2e
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ init_port_start(void)
}
if (rte_eal_process_type() != RTE_PROC_PRIMARY) {
return 0;
continue;
}
/* Currently, proc id 1:1 map to queue id per port. */