Searched refs:next_hop_add_1 (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 569 next_hop_add_1 = 101; in test9() 577 status = rte_lpm_add(lpm, ip_1, depth_1, next_hop_add_1); in test9() 581 TEST_LPM_ASSERT((status == 0) && (next_hop_return == next_hop_add_1)); in test9() 593 TEST_LPM_ASSERT((status == 0) && (next_hop_return == next_hop_add_1)); in test9() 946 uint32_t ip, i, next_hop_add_1, next_hop_add_2, next_hop_return; in test13() local 955 next_hop_add_1 = 100; in test13() 957 status = rte_lpm_add(lpm, ip, depth, next_hop_add_1); in test13() 961 TEST_LPM_ASSERT((status == 0) && (next_hop_return == next_hop_add_1)); in test13() 979 (next_hop_return == next_hop_add_1)); in test13()
|
| H A D | test_lpm6.c | 878 uint32_t next_hop_add, next_hop_add_1, in test18() local 986 next_hop_add_1 = 101; in test18() 994 status = rte_lpm6_add(lpm, ip_1, depth_1, next_hop_add_1); in test18() 998 TEST_LPM_ASSERT((status == 0) && (next_hop_return == next_hop_add_1)); in test18() 1010 TEST_LPM_ASSERT((status == 0) && (next_hop_return == next_hop_add_1)); in test18()
|