Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-eventdev/
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 Devt_options.c20 evt_options_default(struct evt_options *opt) in evt_options_default()
39 typedef int (*option_parser_t)(struct evt_options *opt,
48 evt_parse_nb_flows(struct evt_options *opt, const char *arg) in evt_parse_nb_flows()
58 evt_parse_dev_id(struct evt_options *opt, const char *arg) in evt_parse_dev_id()
113 evt_parse_timer_prod_type_burst(struct evt_options *opt, in evt_parse_timer_prod_type_burst()
122 evt_parse_test_name(struct evt_options *opt, const char *arg) in evt_parse_test_name()
145 evt_parse_nb_pkts(struct evt_options *opt, const char *arg) in evt_parse_nb_pkts()
209 evt_parse_pool_sz(struct evt_options *opt, const char *arg) in evt_parse_pool_sz()
241 evt_parse_mbuf_sz(struct evt_options *opt, const char *arg) in evt_parse_mbuf_sz()
368 evt_opts_parse_long(int opt_idx, struct evt_options *opt) in evt_opts_parse_long()
[all …]
H A Dtest_perf_common.h57 struct evt_options *opt;
78 struct evt_options *opt = t->opt;\
136 perf_nb_event_ports(struct evt_options *opt) in perf_nb_event_ports()
142 int perf_test_result(struct evt_test *test, struct evt_options *opt);
143 int perf_opt_check(struct evt_options *opt, uint64_t nb_queues);
144 int perf_test_setup(struct evt_test *test, struct evt_options *opt);
145 int perf_ethdev_setup(struct evt_test *test, struct evt_options *opt);
146 int perf_mempool_setup(struct evt_test *test, struct evt_options *opt);
151 int perf_launch_lcores(struct evt_test *test, struct evt_options *opt,
153 void perf_opt_dump(struct evt_options *opt, uint8_t nb_queues);
[all …]
H A Dtest_pipeline_common.h52 struct evt_options *opt;
148 pipeline_nb_event_ports(struct evt_options *opt) in pipeline_nb_event_ports()
153 int pipeline_test_result(struct evt_test *test, struct evt_options *opt);
154 int pipeline_opt_check(struct evt_options *opt, uint64_t nb_queues);
155 int pipeline_test_setup(struct evt_test *test, struct evt_options *opt);
156 int pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt);
159 int pipeline_event_tx_adapter_setup(struct evt_options *opt,
161 int pipeline_mempool_setup(struct evt_test *test, struct evt_options *opt);
165 int pipeline_launch_lcores(struct evt_test *test, struct evt_options *opt,
167 void pipeline_opt_dump(struct evt_options *opt, uint8_t nb_queues);
[all …]
H A Devt_options.h47 void evt_options_default(struct evt_options *opt);
49 void evt_options_dump(struct evt_options *opt);
123 evt_has_invalid_stage(struct evt_options *opt) in evt_has_invalid_stage()
154 evt_dump_worker_lcores(struct evt_options *opt) in evt_dump_worker_lcores()
167 evt_dump_producer_lcores(struct evt_options *opt) in evt_dump_producer_lcores()
180 evt_dump_nb_flows(struct evt_options *opt) in evt_dump_nb_flows()
192 evt_dump_nb_stages(struct evt_options *opt) in evt_dump_nb_stages()
198 evt_dump_fwd_latency(struct evt_options *opt) in evt_dump_fwd_latency()
204 evt_dump_queue_priority(struct evt_options *opt) in evt_dump_queue_priority()
224 evt_dump_sched_type_list(struct evt_options *opt) in evt_dump_sched_type_list()
[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()
132 struct evt_options *opt = t->opt;\
142 int order_test_result(struct evt_test *test, struct evt_options *opt);
143 int order_opt_check(struct evt_options *opt);
144 int order_test_setup(struct evt_test *test, struct evt_options *opt);
145 int order_mempool_setup(struct evt_test *test, struct evt_options *opt);
146 int order_launch_lcores(struct evt_test *test, struct evt_options *opt,
150 void order_test_destroy(struct evt_test *test, struct evt_options *opt);
151 void order_opt_dump(struct evt_options *opt);
[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()
55 pipeline_launch_lcores(struct evt_test *test, struct evt_options *opt, in pipeline_launch_lcores()
106 pipeline_opt_check(struct evt_options *opt, uint64_t nb_queues) in pipeline_opt_check()
165 pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_setup()
309 pipeline_event_rx_adapter_setup(struct evt_options *opt, uint8_t stride, in pipeline_event_rx_adapter_setup()
365 pipeline_event_tx_adapter_setup(struct evt_options *opt, in pipeline_event_tx_adapter_setup()
421 pipeline_ethdev_destroy(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_destroy()
444 pipeline_mempool_setup(struct evt_test *test, struct evt_options *opt) in pipeline_mempool_setup()
503 pipeline_test_setup(struct evt_test *test, struct evt_options *opt) in pipeline_test_setup()
[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_perf_atq.c10 atq_nb_event_queues(struct evt_options *opt) in atq_nb_event_queues()
129 struct evt_options *opt = w->t->opt; in worker_wrapper()
148 perf_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_atq_launch_lcores()
154 perf_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_atq_eventdev_setup()
263 perf_atq_opt_dump(struct evt_options *opt) in perf_atq_opt_dump()
269 perf_atq_opt_check(struct evt_options *opt) in perf_atq_opt_check()
275 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()
129 struct evt_options *opt = w->t->opt; in worker_wrapper()
148 perf_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_queue_launch_lcores()
154 perf_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_queue_eventdev_setup()
278 perf_queue_opt_dump(struct evt_options *opt) in perf_queue_opt_dump()
285 perf_queue_opt_check(struct evt_options *opt) in perf_queue_opt_check()
291 perf_queue_capability_check(struct evt_options *opt) in perf_queue_capability_check()
H A Dtest_perf_common.c8 perf_test_result(struct evt_test *test, struct evt_options *opt) in perf_test_result()
34 struct evt_options *opt = t->opt; in perf_producer()
84 struct evt_options *opt = t->opt; in perf_event_timer_producer()
148 struct evt_options *opt = t->opt; in perf_event_timer_producer_burst()
249 perf_launch_lcores(struct evt_test *test, struct evt_options *opt, in perf_launch_lcores()
540 perf_opt_check(struct evt_options *opt, uint64_t nb_queues) in perf_opt_check()
624 perf_opt_dump(struct evt_options *opt, uint8_t nb_queues) in perf_opt_dump()
662 perf_ethdev_setup(struct evt_test *test, struct evt_options *opt) in perf_ethdev_setup()
756 perf_mempool_setup(struct evt_test *test, struct evt_options *opt) in perf_mempool_setup()
797 perf_test_setup(struct evt_test *test, struct evt_options *opt) in perf_test_setup()
[all …]
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_pipeline_atq.c11 pipeline_atq_nb_event_queues(struct evt_options *opt) in pipeline_atq_nb_event_queues()
252 struct evt_options *opt = w->t->opt; in worker_wrapper()
282 pipeline_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_atq_launch_lcores()
288 pipeline_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_atq_eventdev_setup()
472 pipeline_atq_opt_dump(struct evt_options *opt) in pipeline_atq_opt_dump()
478 pipeline_atq_opt_check(struct evt_options *opt) in pipeline_atq_opt_check()
484 pipeline_atq_capability_check(struct evt_options *opt) in pipeline_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_queue.c11 pipeline_queue_nb_event_queues(struct evt_options *opt) in pipeline_queue_nb_event_queues()
275 struct evt_options *opt = w->t->opt; in worker_wrapper()
306 pipeline_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_queue_launch_lcores()
312 pipeline_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_queue_eventdev_setup()
487 pipeline_queue_opt_dump(struct evt_options *opt) in pipeline_queue_opt_dump()
493 pipeline_queue_opt_check(struct evt_options *opt) in pipeline_queue_opt_check()
499 pipeline_queue_capability_check(struct evt_options *opt) in pipeline_queue_capability_check()
H A Devt_common.h45 struct evt_options { struct
152 evt_configure_eventdev(struct evt_options *opt, uint8_t nb_queues, in evt_configure_eventdev()
H A Dmeson.build5 'evt_options.c',
H A Devt_main.c17 struct evt_options opt;
66 evt_options_dump_all(struct evt_test *test, struct evt_options *opts) in evt_options_dump_all()