X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_ring_stress.h;h=416d68c9a06cf71ba3d973902e8cf17f37ee26f9;hb=a2dfcd1ff609f5a4fd3b65774618a35c5c9f73c6;hp=a9a3903414d0f881ef4527a991275a6c80634d79;hpb=fb5d9d5482525129891e95d1a42588f40c6d4bfb;p=dpdk.git diff --git a/app/test/test_ring_stress.h b/app/test/test_ring_stress.h index a9a3903414..416d68c9a0 100644 --- a/app/test/test_ring_stress.h +++ b/app/test/test_ring_stress.h @@ -35,5 +35,7 @@ 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; +extern const struct test test_ring_mt_peek_stress; +extern const struct test test_ring_mt_peek_stress_zc; extern const struct test test_ring_st_peek_stress; +extern const struct test test_ring_st_peek_stress_zc;