| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 307 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 D | cperf_options.h | 87 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 D | cperf_ops.h | 17 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 D | cperf_test_vector_parsing.h | 22 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 D | cperf.h | 12 struct cperf_options; 21 const struct cperf_options *options,
|
| H A D | cperf_test_verify.c | 28 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 D | cperf_test_common.h | 16 cperf_alloc_common_memory(const struct cperf_options *options,
|
| H A D | cperf_test_pmd_cyclecount.h | 24 const struct cperf_options *options,
|
| H A D | cperf_test_throughput.h | 24 const struct cperf_options *options,
|
| H A D | cperf_test_latency.h | 23 const struct cperf_options *options,
|
| H A D | cperf_test_verify.h | 24 const struct cperf_options *options,
|
| H A D | cperf_test_pmd_cyclecount.c | 37 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 D | cperf_ops.c | 17 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 D | cperf_test_vectors.h | 74 cperf_test_vector_get_dummy(struct cperf_options *options);
|
| H A D | cperf_test_vector_parsing.c | 16 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 D | main.c | 121 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 D | cperf_test_throughput.c | 28 const struct cperf_options *options; 63 const struct cperf_options *options, in cperf_throughput_test_constructor()
|
| H A D | cperf_test_latency.c | 34 const struct cperf_options *options; 64 const struct cperf_options *options, in cperf_latency_test_constructor()
|
| H A D | cperf_test_common.c | 127 cperf_alloc_common_memory(const struct cperf_options *options, in cperf_alloc_common_memory()
|
| H A D | cperf_test_vectors.c | 403 cperf_test_vector_get_dummy(struct cperf_options *options) in cperf_test_vector_get_dummy()
|