Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_efd.c142 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, &keys[0]), in test_add_delete()
184 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, &keys[1]), in test_add_update_delete()
193 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, &keys[1]), in test_add_update_delete()
305 TEST_ASSERT_EQUAL(rte_efd_lookup(handle, test_socket_id, in test_five_keys()
366 if (rte_efd_lookup(handle, test_socket_id, simple_key) in test_average_table_utilization()
H A Dtest_efd_perf.c214 ret_data = rte_efd_lookup(params->efd_table, in timed_lookups()
/dpdk/lib/efd/
H A Dversion.map8 rte_efd_lookup;
H A Drte_efd.h246 rte_efd_lookup(const struct rte_efd_table *table, unsigned int socket_id,
H A Drte_efd.c1299 rte_efd_lookup(const struct rte_efd_table * const table, in rte_efd_lookup() function
/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst254 To lookup a certain key in an EFD table, the function ``rte_efd_lookup()``