Home
last modified time | relevance | path

Searched refs:cperf_options (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c307 parse_pool_sz(struct cperf_options *opts, const char *arg) in parse_pool_sz()
377 parse_imix(struct cperf_options *opts, const char *arg) in parse_imix()
400 parse_desc_nb(struct cperf_options *opts, const char *arg) in parse_desc_nb()
476 parse_sessionless(struct cperf_options *opts, in parse_sessionless()
484 parse_out_of_place(struct cperf_options *opts, in parse_out_of_place()
492 parse_test_file(struct cperf_options *opts, in parse_test_file()
504 parse_test_name(struct cperf_options *opts, in parse_test_name()
516 parse_silent(struct cperf_options *opts, in parse_silent()
858 cperf_options_default(struct cperf_options *opts) in cperf_options_default()
1098 cperf_options_check(struct cperf_options *options) in cperf_options_check()
[all …]
H A Dcperf_options.h87 struct cperf_options { struct
157 cperf_options_default(struct cperf_options *options); argument
160 cperf_options_parse(struct cperf_options *options,
164 cperf_options_check(struct cperf_options *options);
167 cperf_options_dump(struct cperf_options *options);
H A Dcperf_ops.h17 uint8_t dev_id, const struct cperf_options *options,
24 const struct cperf_options *options,
34 cperf_get_op_functions(const struct cperf_options *options,
H A Dcperf_test_vector_parsing.h22 free_test_vector(struct cperf_test_vector *vector, struct cperf_options *opts);
43 cperf_test_vector_get_from_file(struct cperf_options *opts);
H A Dcperf.h12 struct cperf_options;
21 const struct cperf_options *options,
H A Dcperf_test_verify.c28 const struct cperf_options *options;
56 const struct cperf_options *options, in cperf_verify_test_constructor()
96 const struct cperf_options *options, in cperf_verify_op()
201 const struct cperf_options *options, in cperf_mbuf_set()
H A Dcperf_test_common.h16 cperf_alloc_common_memory(const struct cperf_options *options,
H A Dcperf_test_pmd_cyclecount.h24 const struct cperf_options *options,
H A Dcperf_test_throughput.h24 const struct cperf_options *options,
H A Dcperf_test_latency.h23 const struct cperf_options *options,
H A Dcperf_test_verify.h24 const struct cperf_options *options,
H A Dcperf_test_pmd_cyclecount.c37 const struct cperf_options *options;
43 const struct cperf_options *opts;
98 const struct cperf_options *options, in cperf_pmd_cyclecount_test_constructor()
397 const struct cperf_options *opts; in cperf_pmd_cyclecount_test_runner()
H A Dcperf_ops.c17 const struct cperf_options *options __rte_unused, in cperf_set_ops_security()
85 const struct cperf_options *options, in cperf_set_ops_null_cipher()
124 const struct cperf_options *options, in cperf_set_ops_null_auth()
163 const struct cperf_options *options, in cperf_set_ops_cipher()
219 const struct cperf_options *options, in cperf_set_ops_auth()
319 const struct cperf_options *options, in cperf_set_ops_cipher_auth()
434 const struct cperf_options *options, in cperf_set_ops_aead()
545 const struct cperf_options *options, in cperf_create_session()
816 cperf_get_op_functions(const struct cperf_options *options, in cperf_get_op_functions()
H A Dcperf_test_vectors.h74 cperf_test_vector_get_dummy(struct cperf_options *options);
H A Dcperf_test_vector_parsing.c16 free_test_vector(struct cperf_test_vector *vector, struct cperf_options *opts) in free_test_vector()
276 struct cperf_options *opts, uint8_t tc_found) in parse_entry()
457 parse_file(struct cperf_test_vector *vector, struct cperf_options *opts) in parse_file()
563 cperf_test_vector_get_from_file(struct cperf_options *opts) in cperf_test_vector_get_from_file()
H A Dmain.c121 cperf_initialize_cryptodev(struct cperf_options *opts, uint8_t *enabled_cdevs) in cperf_initialize_cryptodev()
307 cperf_verify_devices_capabilities(struct cperf_options *opts, in cperf_verify_devices_capabilities()
386 cperf_check_test_vector(struct cperf_options *opts, in cperf_check_test_vector()
508 struct cperf_options opts = {0}; in main()
H A Dcperf_test_throughput.c28 const struct cperf_options *options;
63 const struct cperf_options *options, in cperf_throughput_test_constructor()
H A Dcperf_test_latency.c34 const struct cperf_options *options;
64 const struct cperf_options *options, in cperf_latency_test_constructor()
H A Dcperf_test_common.c127 cperf_alloc_common_memory(const struct cperf_options *options, in cperf_alloc_common_memory()
H A Dcperf_test_vectors.c403 cperf_test_vector_get_dummy(struct cperf_options *options) in cperf_test_vector_get_dummy()