Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_efd.c133 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 Dtest_efd_perf.c204 ret_data = rte_efd_lookup(params->efd_table, in timed_lookups()
/f-stack/dpdk/lib/librte_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.c1302 rte_efd_lookup(const struct rte_efd_table * const table, in rte_efd_lookup() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst254 To lookup a certain key in an EFD table, the function ``rte_efd_lookup()``