Searched refs:next_hop_add_2 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm.c | 462 uint32_t next_hop_add, next_hop_add_1, next_hop_add_2, next_hop_return; in test9() local 573 next_hop_add_2 = 102; in test9() 583 status = rte_lpm_add(lpm, ip_2, depth_2, next_hop_add_2); in test9() 587 TEST_LPM_ASSERT((status == 0) && (next_hop_return == next_hop_add_2)); in test9() 946 uint32_t ip, i, next_hop_add_1, next_hop_add_2, next_hop_return; in test13() local 964 next_hop_add_2 = 101; in test13() 967 status = rte_lpm_add(lpm, ip, depth, next_hop_add_2); in test13() 972 (next_hop_return == next_hop_add_2)); in test13()
|
| H A D | test_lpm6.c | 879 next_hop_add_2, next_hop_return; in test18() local 990 next_hop_add_2 = 102; in test18() 1000 status = rte_lpm6_add(lpm, ip_2, depth_2, next_hop_add_2); in test18() 1004 TEST_LPM_ASSERT((status == 0) && (next_hop_return == next_hop_add_2)); in test18()
|