Home
last modified time | relevance | path

Searched refs:comp_test_data (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_options_parse.c286 parse_num_iter(struct comp_test_data *test_data, const char *arg) in parse_num_iter()
305 parse_pool_sz(struct comp_test_data *test_data, const char *arg) in parse_pool_sz()
323 parse_burst_sz(struct comp_test_data *test_data, const char *arg) in parse_burst_sz()
361 parse_seg_sz(struct comp_test_data *test_data, const char *arg) in parse_seg_sz()
444 parse_op_type(struct comp_test_data *test_data, const char *arg) in parse_op_type()
504 parse_level(struct comp_test_data *test_data, const char *arg) in parse_level()
536 parse_external_mbufs(struct comp_test_data *test_data, in parse_external_mbufs()
544 parse_cyclecount_delay_us(struct comp_test_data *test_data, in parse_cyclecount_delay_us()
556 typedef int (*option_parser_t)(struct comp_test_data *test_data,
643 comp_perf_options_default(struct comp_test_data *test_data) in comp_perf_options_default()
[all …]
H A Dcomp_perf.h10 struct comp_test_data;
15 struct comp_test_data *options);
31 struct comp_test_data *options __rte_unused);
42 struct comp_test_data *options __rte_unused);
H A Dcomp_perf_test_common.h41 comp_perf_free_memory(struct comp_test_data *test_data,
45 comp_perf_allocate_memory(struct comp_test_data *test_data,
49 prepare_bufs(struct comp_test_data *test_data, struct cperf_mem_resources *mem);
52 print_test_dynamics(const struct comp_test_data *test_data);
H A Dcomp_perf_options.h46 struct comp_test_data { struct
77 comp_perf_options_parse(struct comp_test_data *test_data, int argc, argument
81 comp_perf_options_default(struct comp_test_data *test_data);
84 comp_perf_options_check(struct comp_test_data *test_data);
H A Dcomp_perf_test_verify.h15 struct comp_test_data *options;
31 struct comp_test_data *options);
H A Dmain.c52 static struct comp_test_data *test_data;
55 comp_perf_check_capabilities(struct comp_test_data *test_data, uint8_t cdev_id) in comp_perf_check_capabilities()
118 comp_perf_initialize_compressdev(struct comp_test_data *test_data, in comp_perf_initialize_compressdev()
227 comp_perf_dump_input_data(struct comp_test_data *test_data) in comp_perf_dump_input_data()
333 test_data = rte_zmalloc_socket(NULL, sizeof(struct comp_test_data), in main()
491 struct comp_test_data *options __rte_unused) in cperf_cyclecount_test_constructor()
512 struct comp_test_data *options __rte_unused) in cperf_throughput_test_constructor()
532 struct comp_test_data *options __rte_unused) in cperf_verify_test_constructor()
H A Dcomp_perf_test_cyclecount.h22 struct comp_test_data *options);
H A Dcomp_perf_test_common.c81 comp_perf_free_memory(struct comp_test_data *test_data, in comp_perf_free_memory()
148 comp_perf_allocate_external_mbufs(struct comp_test_data *test_data, in comp_perf_allocate_external_mbufs()
225 comp_perf_allocate_memory(struct comp_test_data *test_data, in comp_perf_allocate_memory()
344 prepare_bufs(struct comp_test_data *test_data, struct cperf_mem_resources *mem) in prepare_bufs()
501 print_test_dynamics(const struct comp_test_data *test_data) in print_test_dynamics()
H A Dcomp_perf_test_throughput.h34 struct comp_test_data *options);
H A Dcomp_perf_test_throughput.c26 struct comp_test_data *options) in cperf_throughput_test_constructor()
51 struct comp_test_data *test_data = ctx->ver.options; in main_loop()
330 struct comp_test_data *test_data = ctx->ver.options; in cperf_throughput_test_runner()
H A Dcomp_perf_test_cyclecount.c38 struct comp_test_data *options) in cperf_cyclecount_test_constructor()
68 struct comp_test_data *test_data = ctx->ver.options; in cperf_cyclecount_op_setup()
155 struct comp_test_data *test_data = ctx->ver.options; in main_loop()
469 struct comp_test_data *test_data = ctx->ver.options; in cperf_cyclecount_test_runner()
H A Dcomp_perf_test_verify.c26 struct comp_test_data *options) in cperf_verify_test_constructor()
50 struct comp_test_data *test_data = ctx->options; in main_loop()
389 struct comp_test_data *test_data = ctx->options; in cperf_verify_test_runner()