Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_lpm.c1024 uint32_t ip, next_hop_base, next_hop_return; in test14() local
1035 next_hop_base = 100; in test14()
1040 status = rte_lpm_add(lpm, ip, depth, next_hop_base + ip); in test14()
1045 (next_hop_return == next_hop_base + ip)); in test14()
1049 TEST_LPM_ASSERT(hop[0] == next_hop_base + ip); in test14()
1060 status = rte_lpm_add(lpm, ip, depth, next_hop_base + ip); in test14()