Searched refs:test_params (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding.c | 280 test_params->bonded_port_id, test_params->bonding_mode); in test_create_bonded_device() 337 test_params->slave_port_ids[test_params->bonded_slave_count]), in test_add_slave_to_bonded_device() 339 test_params->slave_port_ids[test_params->bonded_slave_count], in test_add_slave_to_bonded_device() 364 test_params->slave_port_ids[test_params->bonded_slave_count]), in test_add_slave_to_invalid_bonded_device() 369 test_params->slave_port_ids[test_params->bonded_slave_count]), in test_add_slave_to_invalid_bonded_device() 386 test_params->slave_port_ids[test_params->bonded_slave_count-1], in test_remove_slave_from_bonded_device() 403 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 D | test_link_bonding_rssconf.c | 121 RTE_DIM(test_params.slave_ports)) 163 port = &test_params.slave_ports[n]; in remove_slaves() 194 port = &test_params.slave_ports[n]; in bond_slaves() 261 test_params.bond_reta_conf, test_params.bond_dev_info.reta_size), in bond_reta_fetch() 298 reta_set(test_params.bond_port_id, 1, test_params.bond_dev_info.reta_size); in slave_remove_and_add() 334 &test_params.bond_dev_info); in test_propagate() 457 &test_params.bond_dev_info); in test_rss() 488 &test_params.bond_dev_info); in test_rss_lazy() 517 if (test_params.mbuf_pool == NULL) { in test_setup() 564 test_params.bond_port_id = retval; in test_setup() [all …]
|
| H A D | test_link_bonding_mode4.c | 132 RTE_DIM(test_params.slave_ports)) 232 slave - test_params.slave_ports < (int)RTE_DIM(test_params.slave_ports)); in add_slave() 248 test_params.bonded_port_id); in add_slave() 289 test_params.bonded_port_id); in remove_slave() 360 test_params.bonded_port_id); in remove_slaves_and_stop_bonded_device() 686 test_params.bonded_port_id); in test_mode4_agg_mode_selection() 700 test_params.bonded_port_id, in test_mode4_agg_mode_selection() 708 test_params.bonded_port_id); in test_mode4_agg_mode_selection() 728 test_params.bonded_port_id); in test_mode4_agg_mode_selection() 1413 test_params.bonded_port_id, in test_mode4_ext_ctrl() [all …]
|
| H A D | test_reorder.c | 49 TEST_ASSERT_EQUAL(b, test_params->b, in test_reorder_create() 98 TEST_ASSERT_EQUAL(b, test_params->b, in test_reorder_find_existing() 337 if (test_params->b == NULL) { in test_setup() 340 if (test_params->b == NULL) { in test_setup() 346 rte_reorder_reset(test_params->b); in test_setup() 349 if (test_params->p == NULL) { in test_setup() 353 if (test_params->p == NULL) { in test_setup() 364 rte_reorder_free(test_params->b); in test_teardown() 365 test_params->b = NULL; in test_teardown() 366 rte_mempool_free(test_params->p); in test_teardown() [all …]
|
| H A D | test_service_cores.c | 60 uint32_t *test_params = args; in dummy_mt_unsafe_cb() local 61 uint32_t *atomic_lock = &test_params[0]; in dummy_mt_unsafe_cb() 62 uint32_t *pass_test = &test_params[1]; in dummy_mt_unsafe_cb() 85 uint32_t *test_params = args; in dummy_mt_safe_cb() local 86 uint32_t *atomic_lock = &test_params[0]; in dummy_mt_safe_cb() 87 uint32_t *pass_test = &test_params[1]; in dummy_mt_safe_cb() 629 uint32_t test_params[2]; in service_threaded_test() local 663 TEST_ASSERT_EQUAL(0, test_params[1], in service_threaded_test() 671 test_params[1] = 1; in service_threaded_test() 685 TEST_ASSERT_EQUAL(1, test_params[1], in service_threaded_test() [all …]
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.c | 26 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 …]
|