Lines Matching refs:ip_batch
1306 uint8_t ip_batch[4][16]; in test21() local
1319 IPv6(ip_batch[0], 128, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test21()
1323 status = rte_lpm6_add(lpm, ip_batch[0], depth, next_hop_add); in test21()
1326 IPv6(ip_batch[1], 128, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test21()
1330 status = rte_lpm6_add(lpm, ip_batch[1], depth, next_hop_add); in test21()
1333 IPv6(ip_batch[2], 128, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test21()
1337 status = rte_lpm6_add(lpm, ip_batch[2], depth, next_hop_add); in test21()
1340 IPv6(ip_batch[3], 128, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test21()
1342 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test21()
1365 uint8_t ip_batch[5][16]; in test22() local
1380 IPv6(ip_batch[0], 128, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test22()
1384 status = rte_lpm6_add(lpm, ip_batch[0], depth[0], next_hop_add); in test22()
1387 IPv6(ip_batch[1], 128, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test22()
1391 status = rte_lpm6_add(lpm, ip_batch[1], depth[1], next_hop_add); in test22()
1394 IPv6(ip_batch[2], 128, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test22()
1398 status = rte_lpm6_add(lpm, ip_batch[2], depth[2], next_hop_add); in test22()
1401 IPv6(ip_batch[3], 128, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test22()
1405 status = rte_lpm6_add(lpm, ip_batch[3], depth[3], next_hop_add); in test22()
1408 IPv6(ip_batch[4], 128, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test22()
1412 status = rte_lpm6_add(lpm, ip_batch[4], depth[4], next_hop_add); in test22()
1415 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22()
1423 status = rte_lpm6_delete_bulk_func(lpm, &ip_batch[0], depth, 2); in test22()
1426 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22()
1434 status = rte_lpm6_delete_bulk_func(lpm, &ip_batch[2], depth, 1); in test22()
1437 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22()
1445 IPv6(ip_batch[4], 128, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test22()
1446 status = rte_lpm6_delete_bulk_func(lpm, &ip_batch[3], depth, 2); in test22()
1449 IPv6(ip_batch[4], 128, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test22()
1450 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22()
1458 status = rte_lpm6_delete_bulk_func(lpm, &ip_batch[4], depth, 1); in test22()
1461 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22()