Re: [dpdk-dev] [PATCH v3 0/2] fix distributor unit test

2019-10-25 Thread David Marchand
On Tue, Oct 15, 2019 at 11:29 AM Ruifeng Wang wrote: > > Bug 342 reported distributor_autotest execution suspension > on aarch64 platform. > Issue was due to lack of synchronization among threads. Distributor > thread and worker thread may get deadlocked. > Fixed synchronization issue by adding ba

Re: [dpdk-dev] [PATCH v3 0/2] fix distributor unit test

2019-10-25 Thread Hunt, David
On 25/10/2019 09:18, David Marchand wrote: On Fri, Oct 25, 2019 at 10:11 AM Hunt, David wrote: On 24/10/2019 20:31, David Marchand wrote: On Tue, Oct 15, 2019 at 11:29 AM Ruifeng Wang wrote: Bug 342 reported distributor_autotest execution suspension on aarch64 platform. Issue was due to l

Re: [dpdk-dev] [PATCH v3 0/2] fix distributor unit test

2019-10-25 Thread David Marchand
On Fri, Oct 25, 2019 at 10:11 AM Hunt, David wrote: > > > On 24/10/2019 20:31, David Marchand wrote: > > On Tue, Oct 15, 2019 at 11:29 AM Ruifeng Wang wrote: > >> Bug 342 reported distributor_autotest execution suspension > >> on aarch64 platform. > >> Issue was due to lack of synchronization amo

Re: [dpdk-dev] [PATCH v3 0/2] fix distributor unit test

2019-10-25 Thread Hunt, David
On 24/10/2019 20:31, David Marchand wrote: On Tue, Oct 15, 2019 at 11:29 AM Ruifeng Wang wrote: Bug 342 reported distributor_autotest execution suspension on aarch64 platform. Issue was due to lack of synchronization among threads. Distributor thread and worker thread may get deadlocked. Fixe

Re: [dpdk-dev] [PATCH v3 0/2] fix distributor unit test

2019-10-24 Thread David Marchand
On Tue, Oct 15, 2019 at 11:29 AM Ruifeng Wang wrote: > > Bug 342 reported distributor_autotest execution suspension > on aarch64 platform. > Issue was due to lack of synchronization among threads. Distributor > thread and worker thread may get deadlocked. > Fixed synchronization issue by adding ba