Searched refs:ip_batch (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm_perf.c | 387 uint32_t ip_batch[QSBR_REPORTING_INTERVAL]; in test_lpm_reader() local 393 ip_batch[i] = rte_rand(); in test_lpm_reader() 411 uint32_t ip_batch[QSBR_REPORTING_INTERVAL]; in test_lpm_rcu_qsbr_reader() local 421 ip_batch[i] = rte_rand(); in test_lpm_rcu_qsbr_reader() 671 static uint32_t ip_batch[BATCH_SIZE]; in test_lpm_perf() local 674 ip_batch[j] = rte_rand(); in test_lpm_perf() 695 static uint32_t ip_batch[BATCH_SIZE]; in test_lpm_perf() local 700 ip_batch[j] = rte_rand(); in test_lpm_perf() 722 static uint32_t ip_batch[BATCH_SIZE]; in test_lpm_perf() local 727 ip_batch[j] = rte_rand(); in test_lpm_perf() [all …]
|
| H A D | test_lpm6.c | 1317 uint8_t ip_batch[4][16]; in test21() local 1334 status = rte_lpm6_add(lpm, ip_batch[0], depth, next_hop_add); in test21() 1341 status = rte_lpm6_add(lpm, ip_batch[1], depth, next_hop_add); in test21() 1348 status = rte_lpm6_add(lpm, ip_batch[2], depth, next_hop_add); in test21() 1353 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test21() 1376 uint8_t ip_batch[5][16]; in test22() local 1426 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1437 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1448 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1461 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() [all …]
|
| H A D | test_fib6_perf.c | 87 uint8_t ip_batch[NUM_IPS_ENTRIES][16]; in test_fib6_perf() local 133 memcpy(ip_batch[i], large_ips_table[i].ip, 16); in test_fib6_perf() 139 rte_fib6_lookup_bulk(fib, ip_batch, next_hops, NUM_IPS_ENTRIES); in test_fib6_perf()
|
| H A D | test_lpm6_perf.c | 132 uint8_t ip_batch[NUM_IPS_ENTRIES][16]; in test_lpm6_perf() local 136 memcpy(ip_batch[i], large_ips_table[i].ip, 16); in test_lpm6_perf() 142 rte_lpm6_lookup_bulk_func(lpm, ip_batch, next_hops, NUM_IPS_ENTRIES); in test_lpm6_perf()
|
| H A D | test_fib_perf.c | 380 static uint32_t ip_batch[BATCH_SIZE]; in test_fib_perf() local 385 ip_batch[j] = rte_rand(); in test_fib_perf() 391 rte_fib_lookup_bulk(fib, &ip_batch[j], next_hops, in test_fib_perf()
|