Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/app/test-mldev/
H A Dtest_model_ops.c68 test_model_ops_setup(struct ml_test *test, struct ml_options *opt) in test_model_ops_setup()
109 test_model_ops_destroy(struct ml_test *test, struct ml_options *opt) in test_model_ops_destroy()
120 test_model_ops_mldev_setup(struct ml_test *test, struct ml_options *opt) in test_model_ops_mldev_setup()
141 test_model_ops_mldev_destroy(struct ml_test *test, struct ml_options *opt) in test_model_ops_mldev_destroy()
163 test_model_ops_subtest_a(struct ml_test *test, struct ml_options *opt) in test_model_ops_subtest_a()
202 test_model_ops_subtest_b(struct ml_test *test, struct ml_options *opt) in test_model_ops_subtest_b()
252 test_model_ops_subtest_c(struct ml_test *test, struct ml_options *opt) in test_model_ops_subtest_c()
299 test_model_ops_subtest_d(struct ml_test *test, struct ml_options *opt) in test_model_ops_subtest_d()
342 test_model_ops_driver(struct ml_test *test, struct ml_options *opt) in test_model_ops_driver()
414 test_model_ops_result(struct ml_test *test, struct ml_options *opt) in test_model_ops_result()
H A Dtest_device_ops.c43 test_device_setup(struct ml_test *test, struct ml_options *opt) in test_device_setup()
79 test_device_destroy(struct ml_test *test, struct ml_options *opt) in test_device_destroy()
90 test_device_reconfigure(struct ml_test *test, struct ml_options *opt) in test_device_reconfigure()
177 test_device_driver(struct ml_test *test, struct ml_options *opt) in test_device_driver()
207 test_device_result(struct ml_test *test, struct ml_options *opt) in test_device_result()
H A Dtest_model_common.c15 ml_model_load(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_load()
59 ml_model_unload(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_unload()
86 ml_model_start(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_start()
113 ml_model_stop(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_stop()
H A Dtest_common.c130 ml_test_device_configure(struct ml_test *test, struct ml_options *opt) in ml_test_device_configure()
156 ml_test_device_close(struct ml_test *test, struct ml_options *opt) in ml_test_device_close()
172 ml_test_device_start(struct ml_test *test, struct ml_options *opt) in ml_test_device_start()
190 ml_test_device_stop(struct ml_test *test, struct ml_options *opt) in ml_test_device_stop()
H A Dtest_inference_common.c526 test_inference_setup(struct ml_test *test, struct ml_options *opt) in test_inference_setup()
595 test_inference_destroy(struct ml_test *test, struct ml_options *opt) in test_inference_destroy()
614 ml_inference_mldev_setup(struct ml_test *test, struct ml_options *opt) in ml_inference_mldev_setup()
658 ml_inference_mldev_destroy(struct ml_test *test, struct ml_options *opt) in ml_inference_mldev_destroy()
745 ml_inference_iomem_setup(struct ml_test *test, struct ml_options *opt, uint16_t fid) in ml_inference_iomem_setup()
884 ml_inference_iomem_destroy(struct ml_test *test, struct ml_options *opt, uint16_t fid) in ml_inference_iomem_destroy()
906 ml_inference_mem_setup(struct ml_test *test, struct ml_options *opt) in ml_inference_mem_setup()
934 ml_inference_mem_destroy(struct ml_test *test, struct ml_options *opt) in ml_inference_mem_destroy()
948 ml_inference_validation(struct ml_test *test, struct ml_request *req) in ml_inference_validation()
1119 ml_inference_result(struct ml_test *test, struct ml_options *opt, uint16_t fid) in ml_inference_result()
[all …]
H A Dtest_inference_ordered.c13 test_inference_ordered_driver(struct ml_test *test, struct ml_options *opt) in test_inference_ordered_driver()
98 test_inference_ordered_result(struct ml_test *test, struct ml_options *opt) in test_inference_ordered_result()
H A Dtest_inference_interleave.c13 test_inference_interleave_driver(struct ml_test *test, struct ml_options *opt) in test_inference_interleave_driver()
101 test_inference_interleave_result(struct ml_test *test, struct ml_options *opt) in test_inference_interleave_result()
H A Dtest_stats.c10 ml_stats_get(struct ml_test *test, struct ml_options *opt, enum rte_ml_dev_xstats_mode mode, in ml_stats_get()
83 ml_throughput_get(struct ml_test *test, struct ml_options *opt) in ml_throughput_get()
H A Dml_test.h52 struct ml_test test; member
58 ml_test_priv(struct ml_test *test) in ml_test_priv()
H A Dml_main.c13 struct ml_test *test; variable
/dpdk/app/test/
H A Dtest_ring_stress.h29 struct test { struct
32 const struct test_case *cases; argument
35 extern const struct test test_ring_mpmc_stress; argument
H A Dtest_pdcp.c131 run_test_foreach_known_vec(test_with_conf_t test, bool stop_on_first_pass, in run_test_foreach_known_vec()
168 test_with_conf_t test = args; in run_test_with_all_known_vec() local
177 test_with_conf_t test = args; in run_test_with_all_sdap_known_vec() local
186 test_with_conf_t test = args; in run_test_with_all_known_vec_until_first_pass() local
/dpdk/app/test-eventdev/
H A Dtest_order_common.c10 order_test_result(struct evt_test *test, struct evt_options *opt) in order_test_result()
137 order_test_setup(struct evt_test *test, struct evt_options *opt) in order_test_setup()
209 order_test_destroy(struct evt_test *test, struct evt_options *opt) in order_test_destroy()
220 order_mempool_setup(struct evt_test *test, struct evt_options *opt) in order_mempool_setup()
237 order_mempool_destroy(struct evt_test *test, struct evt_options *opt) in order_mempool_destroy()
246 order_eventdev_destroy(struct evt_test *test, struct evt_options *opt) in order_eventdev_destroy()
264 order_launch_lcores(struct evt_test *test, struct evt_options *opt, in order_launch_lcores()
326 order_event_dev_port_setup(struct evt_test *test, struct evt_options *opt, in order_event_dev_port_setup()
H A Devt_main.c18 struct evt_test *test; variable
33 evt_options_dump_all(struct evt_test *test, struct evt_options *opts) in evt_options_dump_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()
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()
H A Devt_test.h85 struct evt_test test; member
106 evt_test_priv(struct evt_test *test) in evt_test_priv()
H A Dtest_pipeline_atq.c564 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()
H A Dtest_pipeline_queue.c610 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()
/dpdk/lib/eal/windows/include/
H A Dfnmatch.h32 fnm_rangematch(const char *pattern, char test, int flags) in fnm_rangematch()
100 char c, test; in fnmatch() local
/dpdk/app/test-cmdline/
H A Dcmdline_test.py15 def runTest(child, test): argument
/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c34 struct test { struct
41 init(struct test *t, int nb_queues, int nb_ports) in init() argument
/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c37 struct test { struct
38 struct rte_mempool *mbuf_pool;
39 uint8_t port[MAX_PORTS];
40 uint8_t qid[MAX_QIDS];
41 int nb_qids;
42 uint32_t service_id;
/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py161 def run_test(test_cmd, test, grapher, params, verbose): argument
/dpdk/app/test-compress-perf/
H A Dcomp_perf_options.h51 enum cperf_test_type test; member

12