Searched refs:next_hop_add (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6.c | 889 next_hop_add = 100; in test18() 911 next_hop_add = 100; in test18() 920 next_hop_add = 101; in test18() 948 next_hop_add = 100; in test18() 958 next_hop_add = 101; in test18() 968 next_hop_add = 100; in test18() 1056 next_hop_add = 100; in test19() 1074 next_hop_add = 100; in test19() 1094 next_hop_add = 100; in test19() 1101 next_hop_add = 101; in test19() [all …]
|
| H A D | test_lpm.c | 468 next_hop_add = 100; in test9() 490 next_hop_add = 100; in test9() 499 next_hop_add = 101; in test9() 526 next_hop_add = 100; in test9() 536 next_hop_add = 101; in test9() 552 next_hop_add = 100; in test9() 640 next_hop_add = 100; in test10() 658 next_hop_add = 100; in test10() 676 next_hop_add = 100; in test10() 683 next_hop_add = 101; in test10() [all …]
|
| H A D | test_fib6_perf.c | 72 uint64_t next_hop_add; in test_fib6_perf() local 103 next_hop_add = (i & ((1 << 14) - 1)) + 1; in test_fib6_perf() 105 large_route_table[i].depth, next_hop_add) == 0) in test_fib6_perf()
|
| H A D | test_rib.c | 246 uint64_t next_hop_add = 10; in test_basic() local 260 ret = rte_rib_set_nh(node, next_hop_add); in test_basic() 268 RTE_TEST_ASSERT((ret == 0) && (next_hop_add == next_hop_return), in test_basic() 276 RTE_TEST_ASSERT((ret == 0) && (next_hop_add == next_hop_return), in test_basic()
|
| H A D | test_rib6.c | 249 uint64_t next_hop_add = 10; in test_basic() local 263 status = rte_rib6_set_nh(node, next_hop_add); in test_basic() 271 RTE_TEST_ASSERT((status == 0) && (next_hop_add == next_hop_return), in test_basic() 279 RTE_TEST_ASSERT((status == 0) && (next_hop_add == next_hop_return), in test_basic()
|
| H A D | test_lpm6_perf.c | 60 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm6_perf() local 87 large_route_table[i].depth, next_hop_add) == 0) in test_lpm6_perf()
|
| H A D | test_lpm_perf.c | 434 uint32_t next_hop_add = 0xAA; in test_lpm_rcu_qsbr_writer() local 449 next_hop_add) != 0) { in test_lpm_rcu_qsbr_writer() 606 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm_perf() local 627 large_route_table[i].depth, next_hop_add) == 0) in test_lpm_perf()
|
| H A D | test_fib_perf.c | 332 uint32_t next_hop_add = 0xAA; in test_fib_perf() local 353 large_route_table[i].depth, next_hop_add) == 0) in test_fib_perf()
|