Searched refs:test_socket_id (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_efd.c | 33 static unsigned int test_socket_id; variable 133 efd_get_all_sockets_bitmask(), test_socket_id); in test_add_delete() 177 efd_get_all_sockets_bitmask(), test_socket_id); in test_add_update_delete() 226 efd_get_all_sockets_bitmask(), test_socket_id); in test_efd_find_existing() 262 efd_get_all_sockets_bitmask(), test_socket_id); in test_five_keys() 281 rte_efd_lookup_bulk(handle, test_socket_id, 5, in test_five_keys() 346 test_socket_id); in test_average_table_utilization() 363 if (rte_efd_update(handle, test_socket_id, simple_key, in test_average_table_utilization() 402 efd_get_all_sockets_bitmask(), test_socket_id); in test_efd_creation_with_bad_parameters() 411 sizeof(struct flow_key), 0, test_socket_id); in test_efd_creation_with_bad_parameters() [all …]
|
| H A D | test_efd_perf.c | 40 static unsigned int test_socket_id; variable 172 efd_get_all_sockets_bitmask(), test_socket_id); in setup_keys_and_data() 186 ret = rte_efd_update(params->efd_table, test_socket_id, keys[i], in timed_adds() 215 test_socket_id, keys[j]); in timed_lookups() 252 rte_efd_lookup_bulk(params->efd_table, test_socket_id, in timed_lookups_multi() 291 ret = rte_efd_delete(params->efd_table, test_socket_id, keys[i], in timed_deletes() 341 test_socket_id = rte_socket_id(); in run_all_tbl_perf_tests()
|
| H A D | test_member_perf.c | 39 static unsigned int test_socket_id; variable 190 member_params.socket_id = test_socket_id; in setup_keys_and_data() 527 test_socket_id = rte_socket_id(); in run_all_tbl_perf_tests()
|