Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_common.c203 i, test_data->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()
237 test_data->seg_sz); in comp_perf_allocate_memory()
246 decomp_mbuf_size = test_data->seg_sz + RTE_PKTMBUF_HEADROOM; in comp_perf_allocate_memory()
335 buffer_info.segment_sz = test_data->seg_sz; in comp_perf_allocate_memory()
364 data_sz = RTE_MIN(remaining_data, test_data->seg_sz); in prepare_bufs()
370 test_data->seg_sz, in prepare_bufs()
401 data_sz = RTE_MIN(remaining_data, test_data->seg_sz); in prepare_bufs()
408 test_data->seg_sz, in prepare_bufs()
H A Dcomp_perf_options_parse.c363 int ret = parse_uint16_t(&test_data->seg_sz, arg); in parse_seg_sz()
370 if (test_data->seg_sz < MIN_COMPRESSED_BUF_SIZE) { in parse_seg_sz()
376 if (test_data->seg_sz > MAX_SEG_SIZE) { in parse_seg_sz()
645 test_data->seg_sz = 2048; in comp_perf_options_default()
H A Dcomp_perf_options.h54 uint16_t seg_sz; member
H A Dcomp_perf_test_throughput.c108 out_seg_sz = test_data->seg_sz; in main_loop()
H A Dcomp_perf_test_verify.c115 out_seg_sz = test_data->seg_sz; in main_loop()
H A Dcomp_perf_test_cyclecount.c218 out_seg_sz = test_data->seg_sz; in main_loop()
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst30 if the max-num-sgl-segs x seg_sz > input size then segments number in
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5602 uint32_t cur_delay, seg_sz, maxseg, new_tso, delta, hdwr_delay; in bbr_adjust_for_hw_pacing() local
5656 seg_sz *= bbr_hdwr_pace_adjust; in bbr_adjust_for_hw_pacing()
5658 (seg_sz < bbr->r_ctl.crte->ptbl->rs_min_seg)) { in bbr_adjust_for_hw_pacing()
5664 seg_sz = bbr->r_ctl.crte->ptbl->rs_min_seg; in bbr_adjust_for_hw_pacing()
5666 seg_sz *= maxseg; in bbr_adjust_for_hw_pacing()
5678 seg_sz = bbr->r_ctl.rc_pace_max_segs * bbr_hdwr_pace_adjust; in bbr_adjust_for_hw_pacing()
5680 (seg_sz < bbr->r_ctl.crte->ptbl->rs_min_seg)) { in bbr_adjust_for_hw_pacing()
5686 seg_sz = bbr->r_ctl.crte->ptbl->rs_min_seg; in bbr_adjust_for_hw_pacing()
5700 seg_sz = bbr->r_ctl.rc_pace_max_segs; in bbr_adjust_for_hw_pacing()
5702 if (seg_sz > bbr->r_ctl.rc_pace_max_segs) in bbr_adjust_for_hw_pacing()
[all …]