Home
last modified time | relevance | path

Searched refs:ip_batch (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test/
H A Dtest_lpm_perf.c387 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 Dtest_lpm6.c1317 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 Dtest_fib6_perf.c87 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 Dtest_lpm6_perf.c132 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 Dtest_fib_perf.c380 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()