]> git.droids-corp.org - dpdk.git/blobdiff - app/test-compress-perf/comp_perf_options.h
test: fix ring PMD initialisation
[dpdk.git] / app / test-compress-perf / comp_perf_options.h
index 2c26511ef0adf2a34c95e79c3bdb4d1aa11118d7..0b777521c5ebcb89725b2598b2a6e6cf420668e4 100644 (file)
@@ -24,8 +24,9 @@ enum cleanup_st {
 };
 
 enum cperf_test_type {
-       CPERF_TEST_TYPE_BENCHMARK,
-       CPERF_TEST_TYPE_VERIFY
+       CPERF_TEST_TYPE_THROUGHPUT,
+       CPERF_TEST_TYPE_VERIFY,
+       CPERF_TEST_TYPE_PMDCC
 };
 
 enum comp_operation {
@@ -68,6 +69,8 @@ struct comp_test_data {
        double ratio;
        enum cleanup_st cleanup;
        int perf_comp_force_stop;
+
+       uint32_t cyclecount_delay;
 };
 
 int