On Sun, Oct 20, 2019 at 07:22:58PM -0500, Honnappa Nagarahalli wrote: > Add performance tests for rte_ring_xxx_elem APIs. At this point these > are derived mainly from existing rte_ring_xxx test cases. > > Signed-off-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > --- > app/test/Makefile | 1 + > app/test/meson.build | 1 + > app/test/test_ring_perf_elem.c | 419 +++++++++++++++++++++++++++++++++ > 3 files changed, 421 insertions(+) > create mode 100644 app/test/test_ring_perf_elem.c
Same question than for previous patch: can it be merged with test_ring_perf.c ?