Home
last modified time | relevance | path

Searched refs:evt_options (Results 1 – 18 of 18) sorted by relevance

/dpdk/app/test-eventdev/
H A Devt_options.c20 evt_options_default(struct evt_options *opt) in evt_options_default()
43 typedef int (*option_parser_t)(struct evt_options *opt,
52 evt_parse_nb_flows(struct evt_options *opt, const char *arg) in evt_parse_nb_flows()
62 evt_parse_dev_id(struct evt_options *opt, const char *arg) in evt_parse_dev_id()
117 evt_parse_timer_prod_type_burst(struct evt_options *opt, in evt_parse_timer_prod_type_burst()
126 evt_parse_crypto_prod_type(struct evt_options *opt, in evt_parse_crypto_prod_type()
169 evt_parse_nb_pkts(struct evt_options *opt, const char *arg) in evt_parse_nb_pkts()
233 evt_parse_pool_sz(struct evt_options *opt, const char *arg) in evt_parse_pool_sz()
265 evt_parse_mbuf_sz(struct evt_options *opt, const char *arg) in evt_parse_mbuf_sz()
463 evt_opts_parse_long(int opt_idx, struct evt_options *opt) in evt_opts_parse_long()
[all …]
H A Devt_test.h21 struct evt_options;
27 (struct evt_test *test, struct evt_options *opt);
29 (struct evt_test *test, struct evt_options *opt);
31 (struct evt_test *test, struct evt_options *opt);
33 (struct evt_test *test, struct evt_options *opt);
35 (struct evt_test *test, struct evt_options *opt);
37 (struct evt_test *test, struct evt_options *opt);
39 (struct evt_test *test, struct evt_options *opt);
41 (struct evt_test *test, struct evt_options *opt);
43 (struct evt_test *test, struct evt_options *opt);
[all …]
H A Dtest_perf_common.h67 struct evt_options *opt;
92 struct evt_options *opt = t->opt;\
162 perf_nb_event_ports(struct evt_options *opt) in perf_nb_event_ports()
168 int perf_test_result(struct evt_test *test, struct evt_options *opt);
169 int perf_opt_check(struct evt_options *opt, uint64_t nb_queues);
170 int perf_test_setup(struct evt_test *test, struct evt_options *opt);
171 int perf_ethdev_setup(struct evt_test *test, struct evt_options *opt);
173 int perf_mempool_setup(struct evt_test *test, struct evt_options *opt);
178 int perf_launch_lcores(struct evt_test *test, struct evt_options *opt,
180 void perf_opt_dump(struct evt_options *opt, uint8_t nb_queues);
[all …]
H A Dtest_order_common.h62 struct evt_options *opt;
89 order_nb_event_ports(struct evt_options *opt) in order_nb_event_ports()
130 struct evt_options *opt = t->opt;\
140 int order_test_result(struct evt_test *test, struct evt_options *opt);
141 int order_opt_check(struct evt_options *opt);
142 int order_test_setup(struct evt_test *test, struct evt_options *opt);
143 int order_mempool_setup(struct evt_test *test, struct evt_options *opt);
144 int order_launch_lcores(struct evt_test *test, struct evt_options *opt,
148 void order_test_destroy(struct evt_test *test, struct evt_options *opt);
149 void order_opt_dump(struct evt_options *opt);
[all …]
H A Devt_options.h56 void evt_options_default(struct evt_options *opt);
58 void evt_options_dump(struct evt_options *opt);
132 evt_has_invalid_stage(struct evt_options *opt) in evt_has_invalid_stage()
163 evt_dump_worker_lcores(struct evt_options *opt) in evt_dump_worker_lcores()
176 evt_dump_producer_lcores(struct evt_options *opt) in evt_dump_producer_lcores()
189 evt_dump_nb_flows(struct evt_options *opt) in evt_dump_nb_flows()
201 evt_dump_nb_stages(struct evt_options *opt) in evt_dump_nb_stages()
207 evt_dump_fwd_latency(struct evt_options *opt) in evt_dump_fwd_latency()
213 evt_dump_queue_priority(struct evt_options *opt) in evt_dump_queue_priority()
233 evt_dump_sched_type_list(struct evt_options *opt) in evt_dump_sched_type_list()
[all …]
H A Dtest_pipeline_common.h52 struct evt_options *opt;
187 pipeline_nb_event_ports(struct evt_options *opt) in pipeline_nb_event_ports()
192 int pipeline_test_result(struct evt_test *test, struct evt_options *opt);
193 int pipeline_opt_check(struct evt_options *opt, uint64_t nb_queues);
194 int pipeline_test_setup(struct evt_test *test, struct evt_options *opt);
195 int pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt);
198 int pipeline_event_tx_adapter_setup(struct evt_options *opt,
200 int pipeline_mempool_setup(struct evt_test *test, struct evt_options *opt);
204 int pipeline_launch_lcores(struct evt_test *test, struct evt_options *opt,
206 void pipeline_opt_dump(struct evt_options *opt, uint8_t nb_queues);
[all …]
H A Dtest_order_common.c8 order_test_result(struct evt_test *test, struct evt_options *opt) in order_test_result()
21 struct evt_options *opt = t->opt; in order_producer()
66 order_opt_check(struct evt_options *opt) in order_opt_check()
135 order_test_setup(struct evt_test *test, struct evt_options *opt) in order_test_setup()
207 order_test_destroy(struct evt_test *test, struct evt_options *opt) in order_test_destroy()
218 order_mempool_setup(struct evt_test *test, struct evt_options *opt) in order_mempool_setup()
235 order_mempool_destroy(struct evt_test *test, struct evt_options *opt) in order_mempool_destroy()
244 order_eventdev_destroy(struct evt_test *test, struct evt_options *opt) in order_eventdev_destroy()
253 order_opt_dump(struct evt_options *opt) in order_opt_dump()
262 order_launch_lcores(struct evt_test *test, struct evt_options *opt, in order_launch_lcores()
[all …]
H A Dtest_pipeline_common.c9 pipeline_test_result(struct evt_test *test, struct evt_options *opt) in pipeline_test_result()
29 pipeline_opt_dump(struct evt_options *opt, uint8_t nb_queues) in pipeline_opt_dump()
60 pipeline_launch_lcores(struct evt_test *test, struct evt_options *opt, in pipeline_launch_lcores()
111 pipeline_opt_check(struct evt_options *opt, uint64_t nb_queues) in pipeline_opt_check()
170 pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_setup()
327 pipeline_event_rx_adapter_setup(struct evt_options *opt, uint8_t stride, in pipeline_event_rx_adapter_setup()
445 pipeline_event_tx_adapter_setup(struct evt_options *opt, in pipeline_event_tx_adapter_setup()
560 pipeline_ethdev_rx_stop(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_rx_stop()
600 pipeline_mempool_setup(struct evt_test *test, struct evt_options *opt) in pipeline_mempool_setup()
682 pipeline_test_setup(struct evt_test *test, struct evt_options *opt) in pipeline_test_setup()
[all …]
H A Dtest_perf_common.c12 perf_test_result(struct evt_test *test, struct evt_options *opt) in perf_test_result()
38 struct evt_options *opt = t->opt; in perf_producer()
90 struct evt_options *opt = t->opt; in perf_producer_burst()
153 struct evt_options *opt = t->opt; in perf_event_timer_producer()
219 struct evt_options *opt = t->opt; in perf_event_timer_producer_burst()
286 struct evt_options *opt = t->opt; in crypto_adapter_enq_op_new()
335 struct evt_options *opt = t->opt; in crypto_adapter_enq_op_fwd()
384 struct evt_options *opt = p->t->opt; in perf_event_crypto_producer()
667 struct evt_options *opt = t->opt; in perf_event_crypto_adapter_setup()
888 perf_opt_check(struct evt_options *opt, uint64_t nb_queues) in perf_opt_check()
[all …]
H A Dtest_perf_atq.c10 atq_nb_event_queues(struct evt_options *opt) in atq_nb_event_queues()
171 struct evt_options *opt = w->t->opt; in worker_wrapper()
190 perf_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_atq_launch_lcores()
196 perf_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_atq_eventdev_setup()
317 perf_atq_opt_dump(struct evt_options *opt) in perf_atq_opt_dump()
323 perf_atq_opt_check(struct evt_options *opt) in perf_atq_opt_check()
329 perf_atq_capability_check(struct evt_options *opt) in perf_atq_capability_check()
H A Dtest_perf_queue.c10 perf_queue_nb_event_queues(struct evt_options *opt) in perf_queue_nb_event_queues()
173 struct evt_options *opt = w->t->opt; in worker_wrapper()
192 perf_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_queue_launch_lcores()
198 perf_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_queue_eventdev_setup()
334 perf_queue_opt_dump(struct evt_options *opt) in perf_queue_opt_dump()
341 perf_queue_opt_check(struct evt_options *opt) in perf_queue_opt_check()
347 perf_queue_capability_check(struct evt_options *opt) in perf_queue_capability_check()
H A Dtest_order_atq.c120 order_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in order_atq_launch_lcores()
127 order_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in order_atq_eventdev_setup()
179 order_atq_opt_dump(struct evt_options *opt) in order_atq_opt_dump()
186 order_atq_capability_check(struct evt_options *opt) in order_atq_capability_check()
H A Dtest_order_queue.c121 order_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in order_queue_launch_lcores()
128 order_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in order_queue_eventdev_setup()
193 order_queue_opt_dump(struct evt_options *opt) in order_queue_opt_dump()
200 order_queue_capability_check(struct evt_options *opt) in order_queue_capability_check()
H A Dtest_pipeline_atq.c11 pipeline_atq_nb_event_queues(struct evt_options *opt) in pipeline_atq_nb_event_queues()
525 struct evt_options *opt = w->t->opt; in worker_wrapper()
564 pipeline_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_atq_launch_lcores()
570 pipeline_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_atq_eventdev_setup()
758 pipeline_atq_opt_dump(struct evt_options *opt) in pipeline_atq_opt_dump()
764 pipeline_atq_opt_check(struct evt_options *opt) in pipeline_atq_opt_check()
770 pipeline_atq_capability_check(struct evt_options *opt) in pipeline_atq_capability_check()
H A Dtest_pipeline_queue.c11 pipeline_queue_nb_event_queues(struct evt_options *opt) in pipeline_queue_nb_event_queues()
569 struct evt_options *opt = w->t->opt; in worker_wrapper()
610 pipeline_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_queue_launch_lcores()
616 pipeline_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_queue_eventdev_setup()
791 pipeline_queue_opt_dump(struct evt_options *opt) in pipeline_queue_opt_dump()
797 pipeline_queue_opt_check(struct evt_options *opt) in pipeline_queue_opt_check()
803 pipeline_queue_capability_check(struct evt_options *opt) in pipeline_queue_capability_check()
H A Devt_common.h47 struct evt_options { struct
161 evt_configure_eventdev(struct evt_options *opt, uint8_t nb_queues, in evt_configure_eventdev()
H A Devt_main.c16 struct evt_options opt;
35 evt_options_dump_all(struct evt_test *test, struct evt_options *opts) in evt_options_dump_all()
H A Dmeson.build12 'evt_options.c',