numam-dpdk/app
Steven Lariau c51e67c2ee test/stack: remove thread synchronisation
Remove the part that checks if there is enough room in the stack, it's
always true as long as size of stack >= MAX_BULK*rte_lcore_count().
This check used an atomic cmpset, and read / write to a shared size
variable. These operations result in some form of synchronization
that might get in the way of the actual stack testing.

Signed-off-by: Steven Lariau <steven.lariau@arm.com>
Reviewed-by: Dharmik Thakkar <dharmik.thakkar@arm.com>
Reviewed-by: Phil Yang <phil.yang@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Gage Eads <gage.eads@intel.com>
2020-09-30 21:08:39 +02:00
..
pdump build: remove makefiles 2020-09-08 00:09:50 +02:00
proc-info ethdev: support getting Rx buffer size in Rx queue info 2020-09-21 18:05:38 +02:00
test test/stack: remove thread synchronisation 2020-09-30 21:08:39 +02:00
test-acl build: remove makefiles 2020-09-08 00:09:50 +02:00
test-bbdev build: remove makefiles 2020-09-08 00:09:50 +02:00
test-cmdline build: remove makefiles 2020-09-08 00:09:50 +02:00
test-compress-perf build: remove makefiles 2020-09-08 00:09:50 +02:00
test-crypto-perf build: remove makefiles 2020-09-08 00:09:50 +02:00
test-eventdev build: remove makefiles 2020-09-08 00:09:50 +02:00
test-fib build: remove makefiles 2020-09-08 00:09:50 +02:00
test-flow-perf app/flow-perf: allow fixed values for actions 2020-09-18 18:55:11 +02:00
test-pipeline app: use new link status print format 2020-09-21 18:05:37 +02:00
test-pmd build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
test-regex build: remove makefiles 2020-09-08 00:09:50 +02:00
test-sad build: remove makefiles 2020-09-08 00:09:50 +02:00
meson.build app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00