Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_lpm.c1452 static struct rte_lpm *g_lpm; variable
1478 rte_lpm_lookup(g_lpm, g_ip, &next_hop_return); in test_lpm_rcu_qsbr_reader()
1518 g_lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test21()
1519 TEST_LPM_ASSERT(g_lpm != NULL); in test21()
1533 status = rte_lpm_rcu_qsbr_add(g_lpm, &rcu_cfg); in test21()
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()
1571 rte_lpm_free(g_lpm); in test21()