Lines Matching refs:num_lcores

134 	uint16_t num_lcores;  member
2317 uint16_t burst_sz, uint16_t num_to_process, uint16_t num_lcores) in init_test_op_params() argument
2333 op_params->num_lcores = num_lcores; in init_test_op_params()
3693 uint16_t num_lcores; in bler_test() local
3705 op_params->num_to_process, op_params->num_lcores, in bler_test()
3711 num_lcores = (ad->nb_queues < (op_params->num_lcores)) in bler_test()
3713 : op_params->num_lcores; in bler_test()
3716 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in bler_test()
3719 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in bler_test()
3741 if (used_cores >= num_lcores) in bler_test()
3758 for (used_cores = 1; used_cores < num_lcores; used_cores++) in bler_test()
3761 print_dec_bler(t_params, num_lcores); in bler_test()
3787 uint16_t num_lcores; in throughput_test() local
3799 op_params->num_to_process, op_params->num_lcores, in throughput_test()
3805 num_lcores = (ad->nb_queues < (op_params->num_lcores)) in throughput_test()
3807 : op_params->num_lcores; in throughput_test()
3810 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in throughput_test()
3813 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in throughput_test()
3859 if (used_cores >= num_lcores) in throughput_test()
3876 for (used_cores = 1; used_cores < num_lcores; used_cores++) in throughput_test()
3889 print_dec_throughput(t_params, num_lcores); in throughput_test()
3891 print_enc_throughput(t_params, num_lcores); in throughput_test()
3913 for (used_cores = 1; used_cores < num_lcores; used_cores++) { in throughput_test()
3931 print_dec_throughput(t_params, num_lcores); in throughput_test()
3934 print_enc_throughput(t_params, num_lcores); in throughput_test()