app/test: add performance test for ring driver
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 30 Sep 2015 12:12:22 +0000 (13:12 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 3 Nov 2015 01:01:58 +0000 (02:01 +0100)
commitea764afaddeec5c984db50873a41983e44c1be76
tree1e7bb404589337bcfa3b20cd2b8ae753cf7668de
parentf3a0daf3473f1aec9ae60a8744404a0fcb1593be
app/test: add performance test for ring driver

Add a performance test for ring pmd, comparing performance of the pmd
compared to the basic rte_ring APIs.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
MAINTAINERS
app/test/Makefile
app/test/test_pmd_ring_perf.c [new file with mode: 0644]