Searched refs:g_rand_keys (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_hash.c | 1831 struct flow_key g_rand_keys[9]; variable 1945 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_dq_mode() 1946 g_rand_keys[i].port_src = i+1; in test_hash_rcu_qsbr_dq_mode() 1994 print_key_info("Lkp", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode() 2001 print_key_info("Del", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode() 2008 print_key_info("Lkp", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode() 2014 print_key_info("Add", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode() 2023 print_key_info("Add", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode() 2065 rte_hash_lookup(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_reader() 2115 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_sync_mode() [all …]
|