Re: [dpdk-dev] [PATCH v2 0/4] test/stack: improve multithreaded test

2020-09-30 Thread David Marchand
On Wed, Aug 12, 2020 at 9:20 PM Steven Lariau wrote: > > The current multithread DPDK stack test is using atomics operations to > share information between threads. > The lockfree stack implementation also uses atomic operations. > This is an issue for testing. The atomics operations for the test

[dpdk-dev] [PATCH v2 0/4] test/stack: improve multithreaded test

2020-08-12 Thread Steven Lariau
The current multithread DPDK stack test is using atomics operations to share information between threads. The lockfree stack implementation also uses atomic operations. This is an issue for testing. The atomics operations for the test may add some extra synchronization to the stack implementation,