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

2020-07-22 Thread Van Haaren, Harry
@partner.samsung.com; nd > Subject: RE: [dpdk-dev] [PATCH v2 2/2] test/service: fix race condition on > stopping lcore > > <...> > > > Subject: [dpdk-dev] [PATCH v2 2/2] test/service: fix race condition on > > stopping lcore > > > > This commit fixes

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

2020-07-21 Thread Phil Yang
<...> > Subject: [dpdk-dev] [PATCH v2 2/2] test/service: fix race condition on > stopping lcore > > 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 thre

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

2020-07-20 Thread Lukasz Wojciechowski
W dniu 20.07.2020 o 16:38, Harry van Haaren pisze: > 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,

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

2020-07-20 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