Searched refs:rte_hash_lookup_bulk (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em_hlm.h | 38 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], in em_get_dst_port_ipv4xN() 65 rte_hash_lookup_bulk(qconf->ipv6_lookup_struct, &key_array[0], in em_get_dst_port_ipv6xN() 92 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], in em_get_dst_port_ipv4xN_events() 119 rte_hash_lookup_bulk(qconf->ipv6_lookup_struct, &key_array[0], in em_get_dst_port_ipv6xN_events()
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | version.map | 21 rte_hash_lookup_bulk;
|
| H A D | rte_hash.h | 649 rte_hash_lookup_bulk(const struct rte_hash *h, const void **keys,
|
| H A D | rte_cuckoo_hash.c | 2329 rte_hash_lookup_bulk(const struct rte_hash *h, const void **keys, in rte_hash_lookup_bulk() function
|
| /f-stack/dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 283 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); in handle_packets()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_cuckoo.c | 256 status = rte_hash_lookup_bulk(t->h_table, in rte_table_hash_cuckoo_lookup()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_hash_readwrite_lf_perf.c | 604 rte_hash_lookup_bulk(tbl_rwc_test_param.h, in test_rwc_reader() 623 rte_hash_lookup_bulk(tbl_rwc_test_param.h, in test_rwc_reader()
|
| H A D | test_hash_perf.c | 495 rte_hash_lookup_bulk(h[table_index], in timed_lookups_multi()
|
| H A D | test_hash.c | 726 ret = rte_hash_lookup_bulk(handle, &key_array[0], 5, (int32_t *)pos); in test_five_keys() 767 ret = rte_hash_lookup_bulk(handle, &key_array[0], 5, (int32_t *)pos); in test_five_keys()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | server_node_efd.rst | 365 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions);
|
| H A D | l3_forward.rst | 352 rte_hash_lookup_bulk(qconf->ipv4_lookup_struct, &key_array[0], 4, ret);
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 1014 rte_hash_lookup_bulk(RTE_PER_LCORE(lcore_conf)->ipv4_lookup_struct, in simple_ipv4_fwd_8pkts() 1169 rte_hash_lookup_bulk(RTE_PER_LCORE(lcore_conf)->ipv6_lookup_struct, in simple_ipv6_fwd_8pkts()
|