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

2020-08-06 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,

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

2020-08-05 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,