Re: [dpdk-dev] [PATCH v5 2/2] test/service: fix race condition on stopping lcore

2020-09-14 Thread Van Haaren, Harry
> -Original Message- > From: David Marchand > Sent: Monday, September 14, 2020 9:37 AM > To: Van Haaren, Harry > Cc: dev ; Igor Romanov ; Honnappa > Nagarahalli ; Yigit, Ferruh > ; nd ; Aaron Conole > ; Lukasz Wojciechowski > ; Phil Yang > Subject: Re: [PATCH v5 2/2] test/service: fix ra

Re: [dpdk-dev] [PATCH v5 2/2] test/service: fix race condition on stopping lcore

2020-09-14 Thread David Marchand
On Fri, Jul 24, 2020 at 3:44 PM Harry van Haaren wrote: > > This commit fixes a potential race condition in the tests > where the lcore running a service would increment a counter > that was already reset by the test-suite thread. The resulting > race-condition incremented value could cause CI fai

[dpdk-dev] [PATCH v5 2/2] test/service: fix race condition on stopping lcore

2020-07-24 Thread Harry van Haaren
This commit fixes a potential race condition in the tests where the lcore running a service would increment a counter that was already reset by the test-suite thread. The resulting race-condition incremented value could cause CI failures, as indicated by DPDK's CI. This patch fixes the race-condit