Searched refs:cuckoo_params (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_table_tables.c | 909 struct rte_table_hash_cuckoo_params cuckoo_params = { in test_table_hash_cuckoo() local 924 cuckoo_params.key_size = 0; in test_table_hash_cuckoo() 926 table = rte_table_hash_cuckoo_ops.f_create(&cuckoo_params, in test_table_hash_cuckoo() 931 cuckoo_params.key_size = 32; in test_table_hash_cuckoo() 932 cuckoo_params.n_keys = 0; in test_table_hash_cuckoo() 934 table = rte_table_hash_cuckoo_ops.f_create(&cuckoo_params, in test_table_hash_cuckoo() 939 cuckoo_params.n_keys = 1 << 24; in test_table_hash_cuckoo() 940 cuckoo_params.f_hash = NULL; in test_table_hash_cuckoo() 947 cuckoo_params.f_hash = pipeline_test_hash_cuckoo; in test_table_hash_cuckoo() 948 cuckoo_params.name = NULL; in test_table_hash_cuckoo() [all …]
|
| H A D | test_table_combined.c | 783 struct rte_table_hash_cuckoo_params cuckoo_params = { in test_table_hash_cuckoo_combined() local 815 (void *)&cuckoo_params, (void *)key_cuckoo, &table_packets, in test_table_hash_cuckoo_combined() 820 cuckoo_params.key_size = 0; in test_table_hash_cuckoo_combined() 823 (void *)&cuckoo_params, (void *)key_cuckoo, &table_packets, in test_table_hash_cuckoo_combined() 827 cuckoo_params.key_size = 32; in test_table_hash_cuckoo_combined() 828 cuckoo_params.n_keys = 0; in test_table_hash_cuckoo_combined() 831 (void *)&cuckoo_params, (void *)key_cuckoo, &table_packets, in test_table_hash_cuckoo_combined() 835 cuckoo_params.n_keys = 1<<16; in test_table_hash_cuckoo_combined() 836 cuckoo_params.f_hash = NULL; in test_table_hash_cuckoo_combined() 839 (void *)&cuckoo_params, (void *)key_cuckoo, &table_packets, in test_table_hash_cuckoo_combined()
|