Home
last modified time | relevance | path

Searched refs:test_file (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf_test_vector_parsing.c26 if (opts->test_file != NULL) { in free_test_vector()
469 fp = fopen(opts->test_file, "r"); in parse_file()
471 printf("File %s does not exists\n", opts->test_file); in parse_file()
566 if (opts == NULL || opts->test_file == NULL) in cperf_test_vector_get_from_file()
H A Dcperf_options_parsing.c516 opts->test_file = strdup(arg); in parse_test_file()
517 if (access(opts->test_file, F_OK) != -1) in parse_test_file()
926 opts->test_file = NULL; in cperf_options_default()
1181 options->test_file == NULL) { in cperf_options_check()
1195 if (options->test_name != NULL && options->test_file == NULL) { in cperf_options_check()
1202 options->test_file == NULL) { in cperf_options_check()
H A Dcperf_options.h138 char *test_file; member
H A Dmain.c635 if (opts.test_file != NULL) { in main()
H A Dcperf_ops.c168 if (options->test_file != NULL) in cperf_set_ops_security_ipsec()