Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm6.c1345 && next_hop_return[1] == 101 && next_hop_return[2] == 102 in test21()
1418 && next_hop_return[1] == 102 && next_hop_return[2] == 103 in test22()
1419 && next_hop_return[3] == 104 && next_hop_return[4] == 105); in test22()
1429 && next_hop_return[1] == -1 && next_hop_return[2] == 103 in test22()
1430 && next_hop_return[3] == 104 && next_hop_return[4] == 105); in test22()
1440 && next_hop_return[1] == -1 && next_hop_return[2] == -1 in test22()
1441 && next_hop_return[3] == 104 && next_hop_return[4] == 105); in test22()
1453 && next_hop_return[1] == -1 && next_hop_return[2] == -1 in test22()
1454 && next_hop_return[3] == -1 && next_hop_return[4] == 105); in test22()
1464 && next_hop_return[1] == -1 && next_hop_return[2] == -1 in test22()
[all …]
H A Dtest_lpm.c376 uint32_t next_hop_add, next_hop_return; in test8() local
397 (next_hop_return == next_hop_add)); in test8()
418 (next_hop_return == next_hop_add)); in test8()
575 next_hop_return = 0; in test9()
908 (next_hop_return == next_hop_add)); in test12()
972 (next_hop_return == next_hop_add_2)); in test13()
979 (next_hop_return == next_hop_add_1)); in test13()
1032 (next_hop_return == next_hop_add)); in test14()
1143 uint32_t next_hop_return = 0; in test17() local
1359 uint32_t ip, next_hop, next_hop_return; in test20() local
[all …]
H A Dtest_rib.c247 uint64_t next_hop_return; in test_basic() local
267 ret = rte_rib_get_nh(node, &next_hop_return); in test_basic()
268 RTE_TEST_ASSERT((ret == 0) && (next_hop_add == next_hop_return), in test_basic()
275 ret = rte_rib_get_nh(node, &next_hop_return); in test_basic()
276 RTE_TEST_ASSERT((ret == 0) && (next_hop_add == next_hop_return), in test_basic()
H A Dtest_rib6.c250 uint64_t next_hop_return; in test_basic() local
270 status = rte_rib6_get_nh(node, &next_hop_return); in test_basic()
271 RTE_TEST_ASSERT((status == 0) && (next_hop_add == next_hop_return), in test_basic()
278 status = rte_rib6_get_nh(node, &next_hop_return); in test_basic()
279 RTE_TEST_ASSERT((status == 0) && (next_hop_add == next_hop_return), in test_basic()
H A Dtest_lpm_perf.c378 uint32_t next_hop_return = 0; in test_lpm_reader() local
386 rte_lpm_lookup(lpm, ip_batch[i], &next_hop_return); in test_lpm_reader()
402 uint32_t next_hop_return = 0; in test_lpm_rcu_qsbr_reader() local
414 rte_lpm_lookup(lpm, ip_batch[i], &next_hop_return); in test_lpm_rcu_qsbr_reader()
606 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm_perf() local
670 if (rte_lpm_lookup(lpm, ip_batch[j], &next_hop_return) != 0) in test_lpm_perf()
H A Dtest_lpm6_perf.c60 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm6_perf() local
106 &next_hop_return) != 0) in test_lpm6_perf()