Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_options.h59 uint16_t max_sgl_segs; member
H A Dcomp_perf_options_parse.c388 int ret = parse_uint16_t(&test_data->max_sgl_segs, arg); in parse_max_num_sgl_segs()
396 if (test_data->max_sgl_segs == 0) { in parse_max_num_sgl_segs()
648 test_data->max_sgl_segs = 16; in comp_perf_options_default()
H A Dcomp_perf_test_common.c276 test_data->max_sgl_segs); in comp_perf_allocate_memory()
337 buffer_info.segments_per_buff = test_data->max_sgl_segs; in comp_perf_allocate_memory()
390 while (segs_per_mbuf < test_data->max_sgl_segs in prepare_bufs()
H A Dmain.c99 if (test_data->max_sgl_segs > 1 && in comp_perf_check_capabilities()
103 test_data->max_sgl_segs = 1; in comp_perf_check_capabilities()