Searched refs:rte_efd_lookup (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_efd.c | 133 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, &keys[0]), in test_add_delete() 175 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, &keys[1]), in test_add_update_delete() 184 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, &keys[1]), in test_add_update_delete() 296 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, in test_five_keys() 357 if (rte_efd_lookup(handle, test_socket_id, simple_key) in test_average_table_utilization()
|
| H A D | test_efd_perf.c | 204 ret_data = rte_efd_lookup(params->efd_table, in timed_lookups()
|
| /f-stack/dpdk/lib/librte_efd/ |
| H A D | version.map | 8 rte_efd_lookup;
|
| H A D | rte_efd.h | 246 rte_efd_lookup(const struct rte_efd_table *table, unsigned int socket_id,
|
| H A D | rte_efd.c | 1302 rte_efd_lookup(const struct rte_efd_table * const table, in rte_efd_lookup() function
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 254 To lookup a certain key in an EFD table, the function ``rte_efd_lookup()``
|