bus/pci: fix UIO resource access from secondary process
[dpdk.git] / app / test / test_ring_stress.h
index 60eac62..60953ce 100644 (file)
@@ -33,3 +33,6 @@ struct test {
 };
 
 extern const struct test test_ring_mpmc_stress;
+extern const struct test test_ring_rts_stress;
+extern const struct test test_ring_hts_stress;
+extern const struct test test_ring_peek_stress;