Searched refs:g_ip (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 1454 static uint32_t g_ip = RTE_IPV4(192, 0, 2, 100); variable 1478 rte_lpm_lookup(g_lpm, g_ip, &next_hop_return); in test_lpm_rcu_qsbr_reader() 1543 status = rte_lpm_add(g_lpm, g_ip, depth, next_hop); in test21() 1551 status = rte_lpm_delete(g_lpm, g_ip, depth); in test21() 1558 status = rte_lpm_add(g_lpm, g_ip, depth, next_hop); in test21()
|