Searched refs:test_socket_id (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_efd.c | 24 static unsigned int test_socket_id; variable 124 efd_get_all_sockets_bitmask(), test_socket_id); in test_add_delete() 168 efd_get_all_sockets_bitmask(), test_socket_id); in test_add_update_delete() 217 efd_get_all_sockets_bitmask(), test_socket_id); in test_efd_find_existing() 253 efd_get_all_sockets_bitmask(), test_socket_id); in test_five_keys() 272 rte_efd_lookup_bulk(handle, test_socket_id, 5, in test_five_keys() 337 test_socket_id); in test_average_table_utilization() 354 if (rte_efd_update(handle, test_socket_id, simple_key, in test_average_table_utilization() 357 if (rte_efd_lookup(handle, test_socket_id, simple_key) in test_average_table_utilization() 393 efd_get_all_sockets_bitmask(), test_socket_id); in test_efd_creation_with_bad_parameters() [all …]
|
| H A D | test_efd_perf.c | 30 static unsigned int test_socket_id; variable 162 efd_get_all_sockets_bitmask(), test_socket_id); in setup_keys_and_data() 176 ret = rte_efd_update(params->efd_table, test_socket_id, keys[i], in timed_adds() 205 test_socket_id, keys[j]); in timed_lookups() 242 rte_efd_lookup_bulk(params->efd_table, test_socket_id, in timed_lookups_multi() 281 ret = rte_efd_delete(params->efd_table, test_socket_id, keys[i], in timed_deletes() 331 test_socket_id = rte_socket_id(); in run_all_tbl_perf_tests()
|
| H A D | test_member_perf.c | 28 static unsigned int test_socket_id; variable 179 member_params.socket_id = test_socket_id; in setup_keys_and_data() 516 test_socket_id = rte_socket_id(); in run_all_tbl_perf_tests()
|