Searched refs:g_lpm (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm.c | 1432 static struct rte_lpm *g_lpm; variable 1458 rte_lpm_lookup(g_lpm, g_ip, &next_hop_return); in test_lpm_rcu_qsbr_reader() 1498 g_lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test21() 1499 TEST_LPM_ASSERT(g_lpm != NULL); in test21() 1513 status = rte_lpm_rcu_qsbr_add(g_lpm, &rcu_cfg); in test21() 1523 status = rte_lpm_add(g_lpm, g_ip, depth, next_hop); in test21() 1531 status = rte_lpm_delete(g_lpm, g_ip, depth); in test21() 1538 status = rte_lpm_add(g_lpm, g_ip, depth, next_hop); in test21() 1551 rte_lpm_free(g_lpm); in test21()
|