Home
last modified time | relevance | path

Searched refs:rte_hash_create (Results 1 – 25 of 28) sorted by relevance

12

/dpdk/app/test/
H A Dtest_hash.c283 handle = rte_hash_create(&ut_params); in test_add_delete()
313 handle = rte_hash_create(&ut_params); in test_add_delete()
366 handle = rte_hash_create(&ut_params); in test_add_update_delete()
1344 handle = rte_hash_create(NULL); in test_hash_creation_with_bad_parameters()
1354 handle = rte_hash_create(&params); in test_hash_creation_with_bad_parameters()
1364 handle = rte_hash_create(&params); in test_hash_creation_with_bad_parameters()
1374 handle = rte_hash_create(&params); in test_hash_creation_with_bad_parameters()
1384 handle = rte_hash_create(&params); in test_hash_creation_with_bad_parameters()
1394 handle = rte_hash_create(&params); in test_hash_creation_with_bad_parameters()
1399 tmp = rte_hash_create(&params); in test_hash_creation_with_bad_parameters()
[all …]
H A Dtest_func_reentrancy.c245 handle = rte_hash_create(&hash_params); in hash_create_free()
255 handle = rte_hash_create(&hash_params); in hash_create_free()
H A Dtest_mp_secondary.c172 if ((rte_hash_create(&hash_params) != NULL) && in run_object_creation_tests()
H A Dtest_hash_multiwriter.c138 handle = rte_hash_create(&hash_params); in test_hash_multiwriter()
H A Dtest_hash_perf.c110 h[table_index] = rte_hash_create(&ut_params); in create_table()
245 h[table_index] = rte_hash_create(&ut_params); in get_input_keys()
H A Dtest_rcu_qsbr_perf.c345 hash = rte_hash_create(&hash_params); in init_hash()
H A Dtest_hash_readwrite.c163 handle = rte_hash_create(&hash_params); in init_params()
H A Dtest_rcu_qsbr.c1060 h = rte_hash_create(&hash_params); in init_hash()
H A Dtest_hash_readwrite_lf_perf.c184 handle = rte_hash_create(&hash_params); in init_params()
/dpdk/lib/hash/
H A Dversion.map12 rte_hash_create;
H A Drte_hash.h147 rte_hash_create(const struct rte_hash_parameters *params);
H A Drte_cuckoo_hash.c134 rte_hash_create(const struct rte_hash_parameters *params) in rte_hash_create() function
/dpdk/lib/ipsec/
H A Dipsec_sad.c311 sad->hash[RTE_IPSEC_SAD_SPI_ONLY] = rte_hash_create(&hash_params); in rte_ipsec_sad_create()
328 sad->hash[RTE_IPSEC_SAD_SPI_DIP] = rte_hash_create(&hash_params); in rte_ipsec_sad_create()
345 sad->hash[RTE_IPSEC_SAD_SPI_DIP_SIP] = rte_hash_create(&hash_params); in rte_ipsec_sad_create()
/dpdk/examples/server_node_efd/node/
H A Dnode.c210 h = rte_hash_create(&hash_params); in create_hash_table()
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c115 h_table = rte_hash_create(&hash_cuckoo_params); in rte_table_hash_cuckoo_create()
/dpdk/examples/l3fwd/
H A Dl3fwd_em.c967 rte_hash_create(&ipv4_l3fwd_hash_params); in setup_hash()
978 rte_hash_create(&ipv6_l3fwd_hash_params); in setup_hash()
/dpdk/examples/l3fwd-power/
H A Dmain.c2031 rte_hash_create(&ipv4_l3fwd_hash_params); in setup_hash()
2041 rte_hash_create(&ipv6_l3fwd_hash_params); in setup_hash()
/dpdk/lib/lpm/
H A Drte_lpm6.c280 rules_tbl = rte_hash_create(&rule_hash_tbl_params); in rte_lpm6_create()
/dpdk/drivers/net/memif/
H A Dmemif_socket.c991 return rte_hash_create(&params); in memif_create_socket_hash()
/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c847 fdir_info->hash_handle = rte_hash_create(&fdir_hash_params); in hns3_fdir_filter_init()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2166 cdev_map_in = rte_hash_create(&params); in cryptodevs_init()
2172 cdev_map_out = rte_hash_create(&params); in cryptodevs_init()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c344 paddr_hash = rte_hash_create(&dh_params); in hinic_osdep_init()
/dpdk/lib/vhost/
H A Dvhost_crypto.c1463 vcrypto->session_map = rte_hash_create(&params); in rte_vhost_crypto_create()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c871 fdir_info->hash_handle = rte_hash_create(&fdir_hash_params); in txgbe_fdir_filter_init()
906 l2_tn_info->hash_handle = rte_hash_create(&l2_tn_hash_params); in txgbe_l2_tn_filter_init()
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c396 fdir_info->hash_table = rte_hash_create(&fdir_hash_params); in ice_fdir_init_filter_list()

12