Searched refs:ip_batch (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm_perf.c | 377 uint32_t ip_batch[QSBR_REPORTING_INTERVAL]; in test_lpm_reader() local 383 ip_batch[i] = rte_rand(); in test_lpm_reader() 401 uint32_t ip_batch[QSBR_REPORTING_INTERVAL]; in test_lpm_rcu_qsbr_reader() local 411 ip_batch[i] = rte_rand(); in test_lpm_rcu_qsbr_reader() 661 static uint32_t ip_batch[BATCH_SIZE]; in test_lpm_perf() local 664 ip_batch[j] = rte_rand(); in test_lpm_perf() 685 static uint32_t ip_batch[BATCH_SIZE]; in test_lpm_perf() local 690 ip_batch[j] = rte_rand(); in test_lpm_perf() 712 static uint32_t ip_batch[BATCH_SIZE]; in test_lpm_perf() local 717 ip_batch[j] = rte_rand(); in test_lpm_perf() [all …]
|
| H A D | test_lpm6.c | 1306 uint8_t ip_batch[4][16]; in test21() local 1323 status = rte_lpm6_add(lpm, ip_batch[0], depth, next_hop_add); in test21() 1330 status = rte_lpm6_add(lpm, ip_batch[1], depth, next_hop_add); in test21() 1337 status = rte_lpm6_add(lpm, ip_batch[2], depth, next_hop_add); in test21() 1342 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test21() 1365 uint8_t ip_batch[5][16]; in test22() local 1415 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1426 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1437 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() 1450 status = rte_lpm6_lookup_bulk_func(lpm, ip_batch, in test22() [all …]
|
| H A D | test_fib6_perf.c | 75 uint8_t ip_batch[NUM_IPS_ENTRIES][16]; in test_fib6_perf() local 120 memcpy(ip_batch[i], large_ips_table[i].ip, 16); in test_fib6_perf() 126 rte_fib6_lookup_bulk(fib, ip_batch, next_hops, NUM_IPS_ENTRIES); in test_fib6_perf()
|
| H A D | test_lpm6_perf.c | 121 uint8_t ip_batch[NUM_IPS_ENTRIES][16]; in test_lpm6_perf() local 125 memcpy(ip_batch[i], large_ips_table[i].ip, 16); in test_lpm6_perf() 131 rte_lpm6_lookup_bulk_func(lpm, ip_batch, next_hops, NUM_IPS_ENTRIES); in test_lpm6_perf()
|
| H A D | test_fib_perf.c | 368 static uint32_t ip_batch[BATCH_SIZE]; in test_fib_perf() local 373 ip_batch[j] = rte_rand(); in test_fib_perf() 379 rte_fib_lookup_bulk(fib, &ip_batch[j], next_hops, in test_fib_perf()
|