Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c2331 op_params->burst_sz = burst_sz; in init_test_op_params()
2600 burst_sz = rte_atomic16_read(&tp->burst_sz); in dequeue_event_callback()
2709 const uint16_t burst_sz = tp->op_params->burst_sz; in throughput_intr_lcore_ldpc_dec() local
2812 const uint16_t burst_sz = tp->op_params->burst_sz; in throughput_intr_lcore_dec() local
2902 const uint16_t burst_sz = tp->op_params->burst_sz; in throughput_intr_lcore_enc() local
2992 const uint16_t burst_sz = tp->op_params->burst_sz; in throughput_intr_lcore_ldpc_enc() local
3084 const uint16_t burst_sz = tp->op_params->burst_sz; in throughput_pmd_lcore_dec() local
3181 const uint16_t burst_sz = tp->op_params->burst_sz; in bler_pmd_lcore_ldpc_dec() local
4240 uint16_t burst_sz = op_params->burst_sz; in validation_latency_test() local
4699 uint16_t burst_sz = op_params->burst_sz; in offload_cost_test()
[all …]
H A Dmain.c30 unsigned int burst_sz; member
136 return test_params.burst_sz; in get_burst_sz()
216 tp->burst_sz = strtol(optarg, NULL, 10); in parse_args()
217 TEST_ASSERT(tp->burst_sz <= MAX_BURST, in parse_args()
293 if (tp->burst_sz == 0) { in parse_args()
297 tp->burst_sz = DEFAULT_BURST; in parse_args()
306 TEST_ASSERT(tp->burst_sz <= tp->num_ops, in parse_args()
308 tp->burst_sz, tp->num_ops); in parse_args()
/f-stack/dpdk/app/test-sad/
H A Dmain.c48 uint32_t burst_sz; member
66 .burst_sz = BURST_SZ_MAX,
129 config.nb_rules_96, config.nb_tuples, config.burst_sz, in print_config()
388 config.burst_sz = strtoul(optarg, &endptr, 10); in parse_opts()
389 if ((errno != 0) || (config.burst_sz == 0) || in parse_opts()
390 (config.burst_sz > BURST_SZ_MAX) || in parse_opts()
518 uint32_t burst_sz; in lookup() local
524 burst_sz = RTE_MIN(config.burst_sz, config.nb_tuples); in lookup()
525 for (i = 0; i < config.nb_tuples; i += burst_sz) { in lookup()
526 for (j = 0; j < burst_sz; j++) in lookup()
[all …]
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c63 if (test_data == NULL || !test_data->burst_sz) { in main_loop()
136 test_data->burst_sz); in main_loop()
211 test_data->burst_sz); in main_loop()
255 test_data->burst_sz); in main_loop()
H A Dcomp_perf_test_verify.c66 if (test_data == NULL || !test_data->burst_sz) { in main_loop()
141 test_data->burst_sz); in main_loop()
216 test_data->burst_sz); in main_loop()
291 test_data->burst_sz); in main_loop()
H A Dcomp_perf_options.h56 uint16_t burst_sz; member
H A Dcomp_perf_test_cyclecount.c86 test_data->burst_sz); in cperf_cyclecount_op_setup()
169 if (test_data == NULL || !test_data->burst_sz) { in main_loop()
261 test_data->burst_sz); in main_loop()
399 test_data->burst_sz); in main_loop()
H A Dcomp_perf_options_parse.c325 int ret = parse_uint16_t(&test_data->burst_sz, arg); in parse_burst_sz()
332 if (test_data->burst_sz == 0) { in parse_burst_sz()
646 test_data->burst_sz = 32; in comp_perf_options_default()
H A Dmain.c380 printf("Burst size = %u\n", test_data->burst_sz); in main()
/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev.h115 uint32_t burst_sz; /* Port claim burst size */ member