Home
last modified time | relevance | path

Searched refs:test_params (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_link_bonding.c283 test_params->bonded_port_id, test_params->bonding_mode); in test_create_bonded_device()
340 test_params->slave_port_ids[test_params->bonded_slave_count]), in test_add_slave_to_bonded_device()
342 test_params->slave_port_ids[test_params->bonded_slave_count], in test_add_slave_to_bonded_device()
367 test_params->slave_port_ids[test_params->bonded_slave_count]), in test_add_slave_to_invalid_bonded_device()
372 test_params->slave_port_ids[test_params->bonded_slave_count]), in test_add_slave_to_invalid_bonded_device()
389 test_params->slave_port_ids[test_params->bonded_slave_count-1], in test_remove_slave_from_bonded_device()
406 test_params->slave_port_ids[test_params->bonded_slave_count-1], in test_remove_slave_from_bonded_device()
2147 test_params->pkt_eth_hdr, 0, test_params->pkt_ipv4_hdr, 1, in test_activebackup_tx_burst()
2716 test_params->pkt_eth_hdr, 0, test_params->pkt_ipv4_hdr, 1, in test_balance_l2_tx_burst()
2728 test_params->pkt_eth_hdr, 0, test_params->pkt_ipv4_hdr, 1, in test_balance_l2_tx_burst()
[all …]
H A Dtest_link_bonding_rssconf.c119 RTE_DIM(test_params.slave_ports))
165 port = &test_params.slave_ports[n]; in remove_slaves()
196 port = &test_params.slave_ports[n]; in bond_slaves()
263 test_params.bond_reta_conf, test_params.bond_dev_info.reta_size), in bond_reta_fetch()
300 reta_set(test_params.bond_port_id, 1, test_params.bond_dev_info.reta_size); in slave_remove_and_add()
336 &test_params.bond_dev_info); in test_propagate()
459 &test_params.bond_dev_info); in test_rss()
490 &test_params.bond_dev_info); in test_rss_lazy()
519 if (test_params.mbuf_pool == NULL) { in test_setup()
566 test_params.bond_port_id = retval; in test_setup()
[all …]
H A Dtest_link_bonding_mode4.c131 RTE_DIM(test_params.slave_ports))
230 slave - test_params.slave_ports < (int)RTE_DIM(test_params.slave_ports)); in add_slave()
246 test_params.bonded_port_id); in add_slave()
287 test_params.bonded_port_id); in remove_slave()
358 test_params.bonded_port_id); in remove_slaves_and_stop_bonded_device()
684 test_params.bonded_port_id); in test_mode4_agg_mode_selection()
698 test_params.bonded_port_id, in test_mode4_agg_mode_selection()
706 test_params.bonded_port_id); in test_mode4_agg_mode_selection()
726 test_params.bonded_port_id); in test_mode4_agg_mode_selection()
1412 test_params.bonded_port_id, in test_mode4_ext_ctrl()
[all …]
H A Dtest_reorder.c59 TEST_ASSERT_EQUAL(b, test_params->b, in test_reorder_create()
108 TEST_ASSERT_EQUAL(b, test_params->b, in test_reorder_find_existing()
342 if (test_params->b == NULL) { in test_setup()
345 if (test_params->b == NULL) { in test_setup()
351 rte_reorder_reset(test_params->b); in test_setup()
354 if (test_params->p == NULL) { in test_setup()
358 if (test_params->p == NULL) { in test_setup()
369 rte_reorder_free(test_params->b); in test_teardown()
370 test_params->b = NULL; in test_teardown()
371 rte_mempool_free(test_params->p); in test_teardown()
[all …]
H A Dtest_service_cores.c60 uint32_t *test_params = args; in dummy_mt_unsafe_cb() local
61 uint32_t *lock = &test_params[0]; in dummy_mt_unsafe_cb()
62 uint32_t *pass_test = &test_params[1]; in dummy_mt_unsafe_cb()
87 uint32_t *test_params = args; in dummy_mt_safe_cb() local
88 uint32_t *lock = &test_params[0]; in dummy_mt_safe_cb()
89 uint32_t *pass_test = &test_params[1]; in dummy_mt_safe_cb()
639 uint32_t test_params[2]; in service_threaded_test() local
673 TEST_ASSERT_EQUAL(0, test_params[1], in service_threaded_test()
681 test_params[1] = 1; in service_threaded_test()
695 TEST_ASSERT_EQUAL(1, test_params[1], in service_threaded_test()
[all …]
/dpdk/app/test-bbdev/
H A Dmain.c26 static struct test_params { struct
36 } test_params; argument
124 return test_params.test_vector_filename; in get_vector_filename()
130 return test_params.num_ops; in get_num_ops()
136 return test_params.burst_sz; in get_burst_sz()
142 return test_params.num_lcores; in get_num_lcores()
148 return test_params.snr; in get_snr()
154 return test_params.iter_max; in get_iter_max()
160 return test_params.init_device; in get_init_device()
327 run_parsed_tests(struct test_params *tp) in run_parsed_tests()
[all …]