Lines Matching refs:used_cores

3611 print_enc_throughput(struct thread_params *t_params, unsigned int used_cores)  in print_enc_throughput()  argument
3616 for (iter = 0; iter < used_cores; iter++) { in print_enc_throughput()
3626 used_cores, total_mops, total_mbps); in print_enc_throughput()
3631 print_dec_throughput(struct thread_params *t_params, unsigned int used_cores) in print_dec_throughput() argument
3637 for (core_idx = 0; core_idx < used_cores; core_idx++) { in print_dec_throughput()
3651 used_cores, total_mops, total_mbps, iter_count); in print_dec_throughput()
3656 print_dec_bler(struct thread_params *t_params, unsigned int used_cores) in print_dec_bler() argument
3662 for (core_idx = 0; core_idx < used_cores; core_idx++) { in print_dec_bler()
3673 total_bler /= used_cores; in print_dec_bler()
3674 total_iter /= used_cores; in print_dec_bler()
3689 unsigned int lcore_id, used_cores = 0; in bler_test() local
3737 t_params[0].queue_id = ad->queue_ids[used_cores++]; in bler_test()
3741 if (used_cores >= num_lcores) in bler_test()
3744 t_params[used_cores].dev_id = ad->dev_id; in bler_test()
3745 t_params[used_cores].lcore_id = lcore_id; in bler_test()
3746 t_params[used_cores].op_params = op_params; in bler_test()
3747 t_params[used_cores].queue_id = ad->queue_ids[used_cores]; in bler_test()
3748 t_params[used_cores].iter_count = 0; in bler_test()
3751 &t_params[used_cores++], lcore_id); in bler_test()
3758 for (used_cores = 1; used_cores < num_lcores; used_cores++) in bler_test()
3759 ret |= rte_eal_wait_lcore(t_params[used_cores].lcore_id); in bler_test()
3783 unsigned int lcore_id, used_cores = 0; in throughput_test() local
3855 t_params[0].queue_id = ad->queue_ids[used_cores++]; in throughput_test()
3859 if (used_cores >= num_lcores) in throughput_test()
3862 t_params[used_cores].dev_id = ad->dev_id; in throughput_test()
3863 t_params[used_cores].lcore_id = lcore_id; in throughput_test()
3864 t_params[used_cores].op_params = op_params; in throughput_test()
3865 t_params[used_cores].queue_id = ad->queue_ids[used_cores]; in throughput_test()
3866 t_params[used_cores].iter_count = 0; in throughput_test()
3869 &t_params[used_cores++], lcore_id); in throughput_test()
3876 for (used_cores = 1; used_cores < num_lcores; used_cores++) in throughput_test()
3877 ret |= rte_eal_wait_lcore(t_params[used_cores].lcore_id); in throughput_test()
3913 for (used_cores = 1; used_cores < num_lcores; used_cores++) { in throughput_test()
3914 tp = &t_params[used_cores]; in throughput_test()