Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h127 uint64_t tb_size; member
188 uint64_t tb_size; member
H A Drte_sched.c54 uint64_t tb_size; member
108 uint64_t tb_size; member
339 if (params->tb_size == 0) { in pipe_profile_check()
408 if (params->tb_size == 0) { in subport_profile_check()
619 p->tb_size, in rte_sched_port_log_pipe_profile()
661 p->tb_size, in rte_sched_port_log_subport_profile()
713 dst->tb_size = src->tb_size; in rte_sched_pipe_profile_convert()
768 dst->tb_size = src->tb_size; in rte_sched_subport_profile_convert()
1266 s->tb_credits = profile->tb_size / 2; in rte_sched_subport_config()
1376 p->tb_credits = params->tb_size / 2; in rte_sched_pipe_config()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_sched.c29 .tb_size = 1000000,
44 .tb_size = 1000000,
/f-stack/dpdk/examples/qos_sched/
H A Dinit.c182 .tb_size = 1000000,
199 .tb_size = 1000000,
H A Dcfg_file.c69 pipe_params[j].tb_size = (uint64_t)atoi(entry); in cfg_load_pipe()
170 subport_profile[i].tb_size = (uint64_t)atoi(entry); in cfg_load_subport_profile()
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c2240 uint32_t c, r, tb_size = 0; in calc_dec_TB_size() local
2243 tb_size = op->turbo_dec.tb_params.k_neg; in calc_dec_TB_size()
2252 return tb_size; in calc_dec_TB_size()
2259 uint32_t c, r, tb_size = 0; in calc_ldpc_dec_TB_size() local
2268 tb_size += sys_cols * op->ldpc_dec.z_c in calc_ldpc_dec_TB_size()
2271 return tb_size; in calc_ldpc_dec_TB_size()
2278 uint32_t c, r, tb_size = 0; in calc_enc_TB_size() local
2290 return tb_size; in calc_enc_TB_size()
2297 uint32_t c, r, tb_size = 0; in calc_ldpc_enc_TB_size() local
2306 tb_size += sys_cols * op->ldpc_enc.z_c in calc_ldpc_enc_TB_size()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst251 <tb_rate> <tb_size>
260 <tb_rate> <tb_size>
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2123 pp->tb_size = np->shaper_profile->params.peak.size; in pipe_profile_build()
2431 sp->tb_size = np->shaper_profile->params.peak.size; in subport_profile_build()
3041 profile1.tb_size = sp->params.peak.size; in update_subport_rate()
3090 profile1.tb_size = sp->params.peak.size; in update_pipe_rate()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst657 …| 4 | tb_size | Bytes | Bucket size, i.e. upper limit for the tb_credits. …
678 …| 1 | Initialization | *tb_credits = 0; or tb_credits = tb_size / 2;* …
713 …| | | * tb_credits = min(tb_credits, tb_size); …
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c417 if (parser_read_uint64(&subport_profile.tb_size, tokens[4]) != 0) { in cmd_tmgr_subport_profile()
470 if (parser_read_uint64(&p.tb_size, tokens[4]) != 0) { in cmd_tmgr_pipe_profile()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst663 * sched: Removed ``tb_rate``, ``tc_rate``, ``tc_period`` and ``tb_size``