[dpdk-dev] [PATCH v8 0/2] eal: add function to check primary alive

2016-03-09 Thread Sergio Gonzalez Monroy
On 09/03/2016 11:07, David Marchand wrote: > On Wed, Mar 9, 2016 at 11:12 AM, Harry van Haaren > wrote: >> The first patch of this patchset contains a fix for EAL PCI probing, >> to avoid a race-condition where a primary and secondary probe PCI >> devices at the same time. >> >> The second patch

[dpdk-dev] [PATCH v8 0/2] eal: add function to check primary alive

2016-03-09 Thread David Marchand
On Wed, Mar 9, 2016 at 11:12 AM, Harry van Haaren wrote: > > The first patch of this patchset contains a fix for EAL PCI probing, > to avoid a race-condition where a primary and secondary probe PCI > devices at the same time. > > The second patch adds a function that can be polled by a process to

[dpdk-dev] [PATCH v8 0/2] eal: add function to check primary alive

2016-03-09 Thread Harry van Haaren
The first patch of this patchset contains a fix for EAL PCI probing, to avoid a race-condition where a primary and secondary probe PCI devices at the same time. The second patch adds a function that can be polled by a process to detect if a DPDK primary process is alive. This function does not