[dpdk-dev] [PATCH v8 1/2] eal: fix race-condition in pri/sec proc startup

2016-03-09 Thread Sergio Gonzalez Monroy
On 09/03/2016 10:12, Harry van Haaren wrote: > This patch fixes a race-condition when a primary and > secondary process simultaneously probe PCI devices. > > This is implemented by moving the rte_eal_mcfg_complete() > function call in rte_eal_init() until after rte_eal_pci_probe(). > > The end resu

[dpdk-dev] [PATCH v8 1/2] eal: fix race-condition in pri/sec proc startup

2016-03-09 Thread Harry van Haaren
This patch fixes a race-condition when a primary and secondary process simultaneously probe PCI devices. This is implemented by moving the rte_eal_mcfg_complete() function call in rte_eal_init() until after rte_eal_pci_probe(). The end result is that the secondary process waits longer, until the