Home
last modified time | relevance | path

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

/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_common.c30 static struct cperf_buffer_info buffer_info; variable
356 buffer_info.total_segments = test_data->total_segs; in comp_perf_allocate_memory()
357 buffer_info.segment_sz = test_data->seg_sz; in comp_perf_allocate_memory()
358 buffer_info.total_buffs = mem->total_bufs; in comp_perf_allocate_memory()
359 buffer_info.segments_per_buff = test_data->max_sgl_segs; in comp_perf_allocate_memory()
360 buffer_info.input_data_sz = test_data->input_data_sz; in comp_perf_allocate_memory()
551 buffer_info.segments_per_last_buff = segs_per_mbuf; in prepare_bufs()
552 buffer_info.last_segment_sz = data_sz; in prepare_bufs()
560 uint32_t opt_total_segs = DIV_CEIL(buffer_info.input_data_sz, in print_test_dynamics()
563 if (buffer_info.total_buffs > 1) { in print_test_dynamics()
[all …]