Re: [dpdk-dev] [PATCH 00/11] ethdev: fix race conditions in iterator and notifications

2018-05-10 Thread Stephen Hemminger
On Wed, 9 May 2018 11:43:26 +0200 Thomas Monjalon wrote: > We have discovered some race conditions when using the port iterator > and/or the notifications recently added. > The work was done mostly with failsafe but some bugs could > be reproduced with other drivers. > These 11 patches are fixin

[dpdk-dev] [PATCH 00/11] ethdev: fix race conditions in iterator and notifications

2018-05-09 Thread Thomas Monjalon
We have discovered some race conditions when using the port iterator and/or the notifications recently added. The work was done mostly with failsafe but some bugs could be reproduced with other drivers. These 11 patches are fixing all these issues. The PMDs are modified to call a new function at th