Searched refs:next_hop_return (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm6.c | 1356 && next_hop_return[1] == 101 && next_hop_return[2] == 102 in test21() 1429 && next_hop_return[1] == 102 && 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] == 103 in test22() 1441 && next_hop_return[3] == 104 && next_hop_return[4] == 105); in test22() 1451 && next_hop_return[1] == -1 && next_hop_return[2] == -1 in test22() 1452 && next_hop_return[3] == 104 && next_hop_return[4] == 105); in test22() 1464 && next_hop_return[1] == -1 && next_hop_return[2] == -1 in test22() 1465 && next_hop_return[3] == -1 && next_hop_return[4] == 105); in test22() 1475 && next_hop_return[1] == -1 && next_hop_return[2] == -1 in test22() [all …]
|
| H A D | test_lpm.c | 387 uint32_t next_hop_add, next_hop_return; in test8() local 408 (next_hop_return == next_hop_add)); in test8() 429 (next_hop_return == next_hop_add)); in test8() 586 next_hop_return = 0; in test9() 919 (next_hop_return == next_hop_add)); in test12() 983 (next_hop_return == next_hop_add_2)); in test13() 990 (next_hop_return == next_hop_add_1)); in test13() 1163 uint32_t next_hop_return = 0; in test17() local 1174 uint32_t test_hop_10_32 = next_hop_return; in test17() 1379 uint32_t ip, next_hop, next_hop_return; in test20() local [all …]
|
| H A D | test_rib.c | 264 uint64_t next_hop_return; in test_basic() local 284 ret = rte_rib_get_nh(node, &next_hop_return); in test_basic() 285 RTE_TEST_ASSERT((ret == 0) && (next_hop_add == next_hop_return), in test_basic() 292 ret = rte_rib_get_nh(node, &next_hop_return); in test_basic() 293 RTE_TEST_ASSERT((ret == 0) && (next_hop_add == next_hop_return), in test_basic()
|
| H A D | test_rib6.c | 267 uint64_t next_hop_return; in test_basic() local 287 status = rte_rib6_get_nh(node, &next_hop_return); in test_basic() 288 RTE_TEST_ASSERT((status == 0) && (next_hop_add == next_hop_return), in test_basic() 295 status = rte_rib6_get_nh(node, &next_hop_return); in test_basic() 296 RTE_TEST_ASSERT((status == 0) && (next_hop_add == next_hop_return), in test_basic()
|
| H A D | test_lpm_perf.c | 388 uint32_t next_hop_return = 0; in test_lpm_reader() local 396 rte_lpm_lookup(lpm, ip_batch[i], &next_hop_return); in test_lpm_reader() 412 uint32_t next_hop_return = 0; in test_lpm_rcu_qsbr_reader() local 424 rte_lpm_lookup(lpm, ip_batch[i], &next_hop_return); in test_lpm_rcu_qsbr_reader() 616 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm_perf() local 680 if (rte_lpm_lookup(lpm, ip_batch[j], &next_hop_return) != 0) in test_lpm_perf()
|
| H A D | test_lpm6_perf.c | 71 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm6_perf() local 117 &next_hop_return) != 0) in test_lpm6_perf()
|