Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_cyclecount.c66 uint32_t out_seg_sz) in cperf_cyclecount_op_setup() argument
110 m->pkt_len = out_seg_sz * m->nb_segs; in cperf_cyclecount_op_setup()
165 uint32_t out_seg_sz; in main_loop() local
205 out_seg_sz = test_data->out_seg_sz; in main_loop()
218 out_seg_sz = test_data->seg_sz; in main_loop()
235 out_seg_sz); in main_loop()
297 m->pkt_len = out_seg_sz * m->nb_segs; in main_loop()
377 out_seg_sz); in main_loop()
435 out_seg_sz); in main_loop()
H A Dcomp_perf_test_throughput.c61 uint32_t out_seg_sz; in main_loop() local
95 out_seg_sz = test_data->out_seg_sz; in main_loop()
108 out_seg_sz = test_data->seg_sz; in main_loop()
172 m->pkt_len = out_seg_sz * m->nb_segs; in main_loop()
234 out_seg_sz); in main_loop()
288 out_seg_sz); in main_loop()
H A Dcomp_perf_test_verify.c64 uint32_t out_seg_sz; in main_loop() local
100 out_seg_sz = test_data->out_seg_sz; in main_loop()
115 out_seg_sz = test_data->seg_sz; in main_loop()
177 m->pkt_len = out_seg_sz * m->nb_segs; in main_loop()
270 out_seg_sz); in main_loop()
354 out_seg_sz); in main_loop()
H A Dcomp_perf_test_common.c195 i, test_data->out_seg_sz); in comp_perf_allocate_external_mbufs()
231 test_data->out_seg_sz = find_buf_size(test_data->seg_sz); in comp_perf_allocate_memory()
245 comp_mbuf_size = test_data->out_seg_sz + RTE_PKTMBUF_HEADROOM; in comp_perf_allocate_memory()
296 (size_t) test_data->out_seg_sz * in comp_perf_allocate_memory()
445 test_data->out_seg_sz, in prepare_bufs()
452 test_data->out_seg_sz); in prepare_bufs()
474 test_data->out_seg_sz, in prepare_bufs()
480 test_data->out_seg_sz); in prepare_bufs()
H A Dcomp_perf_options.h55 uint16_t out_seg_sz; member