Lines Matching refs:num_lcores

134 	uint16_t num_lcores;  member
2363 uint16_t burst_sz, uint16_t num_to_process, uint16_t num_lcores) in init_test_op_params() argument
2379 op_params->num_lcores = num_lcores; in init_test_op_params()
3722 uint16_t num_lcores; in bler_test() local
3734 op_params->num_to_process, op_params->num_lcores, in bler_test()
3740 num_lcores = (ad->nb_queues < (op_params->num_lcores)) in bler_test()
3742 : op_params->num_lcores; in bler_test()
3745 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in bler_test()
3748 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in bler_test()
3770 if (used_cores >= num_lcores) in bler_test()
3787 for (used_cores = 1; used_cores < num_lcores; used_cores++) in bler_test()
3790 print_dec_bler(t_params, num_lcores); in bler_test()
3816 uint16_t num_lcores; in throughput_test() local
3828 op_params->num_to_process, op_params->num_lcores, in throughput_test()
3834 num_lcores = (ad->nb_queues < (op_params->num_lcores)) in throughput_test()
3836 : op_params->num_lcores; in throughput_test()
3839 t_params = rte_zmalloc(NULL, num_lcores * sizeof(struct thread_params), in throughput_test()
3842 RTE_ALIGN(sizeof(struct thread_params) * num_lcores, in throughput_test()
3888 if (used_cores >= num_lcores) in throughput_test()
3905 for (used_cores = 1; used_cores < num_lcores; used_cores++) in throughput_test()
3918 print_dec_throughput(t_params, num_lcores); in throughput_test()
3920 print_enc_throughput(t_params, num_lcores); in throughput_test()
3942 for (used_cores = 1; used_cores < num_lcores; used_cores++) { in throughput_test()
3960 print_dec_throughput(t_params, num_lcores); in throughput_test()
3963 print_enc_throughput(t_params, num_lcores); in throughput_test()