]> git.droids-corp.org - dpdk.git/blobdiff - app/test/commands.c
app: rework ring tests
[dpdk.git] / app / test / commands.c
index 096b97862f48791e4f0ffeb97141b202c6421571..21a504e369cdaf7e9455bd0974db942cf5f7e8bd 100755 (executable)
@@ -157,6 +157,8 @@ static void cmd_autotest_parsed(void *parsed_result,
                ret |= test_cycles();
        if (all || !strcmp(res->autotest, "ring_autotest"))
                ret |= test_ring();
+       if (all || !strcmp(res->autotest, "ring_perf_autotest"))
+               ret |= test_ring_perf();
        if (all || !strcmp(res->autotest, "timer_autotest"))
                ret |= test_timer();
        if (all || !strcmp(res->autotest, "mempool_autotest"))
@@ -211,6 +213,7 @@ cmdline_parse_token_string_t cmd_autotest_autotest =
                        "version_autotest#eal_fs_autotest#"
                        "cmdline_autotest#func_reentrancy_autotest#"
                        "mempool_perf_autotest#hash_perf_autotest#"
+                       "memcpy_perf_autotest#ring_perf_autotest#"
                        "red_autotest#meter_autotest#sched_autotest#"
                        "memcpy_perf_autotest#kni_autotest#"
                        "pm_autotest#acl_autotest#power_autotest#"