Home
last modified time | relevance | path

Searched refs:core_idx (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c3633 unsigned int core_idx = 0; in print_dec_throughput() local
3637 for (core_idx = 0; core_idx < used_cores; core_idx++) { in print_dec_throughput()
3640 t_params[core_idx].lcore_id, in print_dec_throughput()
3641 t_params[core_idx].ops_per_sec, in print_dec_throughput()
3642 t_params[core_idx].mbps, in print_dec_throughput()
3643 t_params[core_idx].iter_count); in print_dec_throughput()
3658 unsigned int core_idx = 0; in print_dec_bler() local
3662 for (core_idx = 0; core_idx < used_cores; core_idx++) { in print_dec_bler()
3664 t_params[core_idx].lcore_id, in print_dec_bler()
3665 t_params[core_idx].bler * 100, in print_dec_bler()
[all …]