Searched refs:run_test (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ring_stress.c | 8 run_test(const struct test *test) in run_test() function 41 k += run_test(&test_ring_mpmc_stress); in test_ring_stress() 44 k += run_test(&test_ring_rts_stress); in test_ring_stress() 47 k += run_test(&test_ring_hts_stress); in test_ring_stress() 50 k += run_test(&test_ring_mt_peek_stress); in test_ring_stress() 53 k += run_test(&test_ring_mt_peek_stress_zc); in test_ring_stress() 56 k += run_test(&test_ring_st_peek_stress); in test_ring_stress() 59 k += run_test(&test_ring_st_peek_stress_zc); in test_ring_stress()
|
| H A D | test_trace_perf.c | 127 run_test(const char *str, lcore_function_t f, struct test_data *data, size_t sz) in WORKER_DEFINE() 170 run_test("void", worker_fn_GENERIC_VOID, data, sz); in test_trace_perf() 171 run_test("u64", worker_fn_GENERIC_U64, data, sz); in test_trace_perf() 172 run_test("int", worker_fn_GENERIC_INT, data, sz); in test_trace_perf() 173 run_test("float", worker_fn_GENERIC_FLOAT, data, sz); in test_trace_perf() 174 run_test("double", worker_fn_GENERIC_DOUBLE, data, sz); in test_trace_perf() 175 run_test("string", worker_fn_GENERIC_STR, data, sz); in test_trace_perf() 176 run_test("void_fp", worker_fn_VOID_FP, data, sz); in test_trace_perf()
|
| H A D | meson.build | 476 run_test = true variable 481 run_test = false variable 487 run_test = false variable 501 if run_test
|
| H A D | test_bpf.c | 3201 run_test(const struct bpf_test *tst) in run_test() function 3255 rv = run_test(tests + i); in test_bpf()
|
| /dpdk/app/test-acl/ |
| H A D | test-acl.sh | 47 run_test() function 85 run_test $i 90 run_test $i
|
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 161 def run_test(test_cmd, test, grapher, params, verbose): function 233 run_test(test_cmd, test, grapher, default_params + extra_params,
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 1019 /bin/bash run_test.sh -h 1068 /bin/bash run_test.sh <options> <ipsec_mode> 1099 list of available modes please refer to run_test.sh.
|