Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash.c912 struct flow_key rand_keys[64]; in test_extendable_bucket() local
915 rand_keys[i].port_dst = i; in test_extendable_bucket()
916 rand_keys[i].port_src = i+1; in test_extendable_bucket()
925 print_key_info("Add", &rand_keys[i], pos[i]); in test_extendable_bucket()
934 print_key_info("Lkp", &rand_keys[i], pos[i]); in test_extendable_bucket()
942 print_key_info("Add", &rand_keys[i], pos[i]); in test_extendable_bucket()
950 print_key_info("Lkp", &rand_keys[i], pos[i]); in test_extendable_bucket()
957 print_key_info("Del", &rand_keys[35], pos[35]); in test_extendable_bucket()
975 print_key_info("Del", &rand_keys[i], pos[i]); in test_extendable_bucket()
983 print_key_info("Lkp", &rand_keys[i], pos[i]); in test_extendable_bucket()
[all …]