Lines Matching refs:ip_batch
377 uint32_t ip_batch[QSBR_REPORTING_INTERVAL]; in test_lpm_reader() local
383 ip_batch[i] = rte_rand(); in test_lpm_reader()
386 rte_lpm_lookup(lpm, ip_batch[i], &next_hop_return); 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()
414 rte_lpm_lookup(lpm, ip_batch[i], &next_hop_return); 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()
670 if (rte_lpm_lookup(lpm, ip_batch[j], &next_hop_return) != 0) 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()
696 rte_lpm_lookup_bulk(lpm, &ip_batch[j], next_hops, BULK_SIZE); 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()
725 ipx4 = vect_loadu_sil128((xmm_t *)(ip_batch + j)); in test_lpm_perf()
726 ipx4 = *(xmm_t *)(ip_batch + j); in test_lpm_perf()