test: introduce memory barrier test case
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Mon, 15 Jan 2018 15:04:39 +0000 (15:04 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jan 2018 15:45:18 +0000 (16:45 +0100)
commit93da5b59afc910475c99799ab05c4ab59fb058dd
treed94e4563be989135067c91c8c41617557919bd0d
parent369adc48857f5090225897f0d73148dc5cdb41ed
test: introduce memory barrier test case

Simple functional test for rte_smp_mb() implementations.
Also when executed on a single lcore could be used as rough
estimation how many cycles particular implementation of rte_smp_mb()
might take.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
MAINTAINERS
test/test/Makefile
test/test/test_barrier.c [new file with mode: 0644]