Searched refs:next_hop_add (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm6.c | 900 next_hop_add = 100; in test18() 922 next_hop_add = 100; in test18() 931 next_hop_add = 101; in test18() 959 next_hop_add = 100; in test18() 969 next_hop_add = 101; in test18() 979 next_hop_add = 100; in test18() 1067 next_hop_add = 100; in test19() 1085 next_hop_add = 100; in test19() 1105 next_hop_add = 100; in test19() 1112 next_hop_add = 101; in test19() [all …]
|
| H A D | test_lpm.c | 479 next_hop_add = 100; in test9() 501 next_hop_add = 100; in test9() 510 next_hop_add = 101; in test9() 537 next_hop_add = 100; in test9() 547 next_hop_add = 101; in test9() 563 next_hop_add = 100; in test9() 651 next_hop_add = 100; in test10() 669 next_hop_add = 100; in test10() 687 next_hop_add = 100; in test10() 694 next_hop_add = 101; in test10() [all …]
|
| H A D | test_fib6_perf.c | 84 uint64_t next_hop_add; in test_fib6_perf() local 116 next_hop_add = (i & ((1 << 14) - 1)) + 1; in test_fib6_perf() 118 large_route_table[i].depth, next_hop_add) == 0) in test_fib6_perf()
|
| H A D | test_rib.c | 263 uint64_t next_hop_add = 10; in test_basic() local 277 ret = rte_rib_set_nh(node, next_hop_add); in test_basic() 285 RTE_TEST_ASSERT((ret == 0) && (next_hop_add == 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 | 266 uint64_t next_hop_add = 10; in test_basic() local 280 status = rte_rib6_set_nh(node, next_hop_add); in test_basic() 288 RTE_TEST_ASSERT((status == 0) && (next_hop_add == 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_lpm6_perf.c | 71 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm6_perf() local 98 large_route_table[i].depth, next_hop_add) == 0) in test_lpm6_perf()
|
| H A D | test_lpm_perf.c | 444 uint32_t next_hop_add = 0xAA; in test_lpm_rcu_qsbr_writer() local 459 next_hop_add) != 0) { in test_lpm_rcu_qsbr_writer() 616 uint32_t next_hop_add = 0xAA, next_hop_return = 0; in test_lpm_perf() local 637 large_route_table[i].depth, next_hop_add) == 0) in test_lpm_perf()
|
| H A D | test_fib_perf.c | 344 uint32_t next_hop_add = 0xAA; in test_fib_perf() local 365 large_route_table[i].depth, next_hop_add) == 0) in test_fib_perf()
|