Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash.c908 struct flow_key rand_keys[64]; in test_extendable_bucket() local
911 rand_keys[i].port_dst = i; in test_extendable_bucket()
912 rand_keys[i].port_src = i+1; in test_extendable_bucket()
921 print_key_info("Add", &rand_keys[i], pos[i]); in test_extendable_bucket()
930 print_key_info("Lkp", &rand_keys[i], pos[i]); in test_extendable_bucket()
938 print_key_info("Add", &rand_keys[i], pos[i]); in test_extendable_bucket()
946 print_key_info("Lkp", &rand_keys[i], pos[i]); in test_extendable_bucket()
953 print_key_info("Del", &rand_keys[35], pos[35]); in test_extendable_bucket()
971 print_key_info("Del", &rand_keys[i], pos[i]); in test_extendable_bucket()
979 print_key_info("Lkp", &rand_keys[i], pos[i]); in test_extendable_bucket()
[all …]