Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_sched.h147 uint64_t tb_size; member
225 uint64_t tb_size; member
H A Drte_sched.c46 uint64_t tb_size; member
104 uint64_t tb_size; member
342 if (params->tb_size == 0) { in pipe_profile_check()
411 if (params->tb_size == 0) { in subport_profile_check()
622 p->tb_size, in rte_sched_port_log_pipe_profile()
664 p->tb_size, in rte_sched_port_log_subport_profile()
716 dst->tb_size = src->tb_size; in rte_sched_pipe_profile_convert()
771 dst->tb_size = src->tb_size; in rte_sched_subport_profile_convert()
1334 s->tb_credits = profile->tb_size / 2; in rte_sched_subport_config()
1446 p->tb_credits = params->tb_size / 2; in rte_sched_pipe_config()
[all …]
/dpdk/app/test/
H A Dtest_sched.c38 .tb_size = 1000000,
53 .tb_size = 1000000,
/dpdk/examples/qos_sched/
H A Dinit.c181 .tb_size = 1000000,
196 .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()
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c2286 uint32_t c, r, tb_size = 0; in calc_dec_TB_size() local
2289 tb_size = op->turbo_dec.tb_params.k_neg; in calc_dec_TB_size()
2298 return tb_size; in calc_dec_TB_size()
2305 uint32_t c, r, tb_size = 0; in calc_ldpc_dec_TB_size() local
2314 tb_size += sys_cols * op->ldpc_dec.z_c in calc_ldpc_dec_TB_size()
2317 return tb_size; in calc_ldpc_dec_TB_size()
2324 uint32_t c, r, tb_size = 0; in calc_enc_TB_size() local
2336 return tb_size; in calc_enc_TB_size()
2343 uint32_t c, r, tb_size = 0; in calc_ldpc_enc_TB_size() local
2352 tb_size += sys_cols * op->ldpc_enc.z_c in calc_ldpc_enc_TB_size()
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst251 <tb_rate> <tb_size>
260 <tb_rate> <tb_size>
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2117 pp->tb_size = np->shaper_profile->params.peak.size; in pipe_profile_build()
2425 sp->tb_size = np->shaper_profile->params.peak.size; in subport_profile_build()
3023 profile1.tb_size = sp->params.peak.size; in update_subport_rate()
3072 profile1.tb_size = sp->params.peak.size; in update_pipe_rate()
/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst658 …| 4 | tb_size | Bytes | Bucket size, i.e. upper limit for the tb_credits. …
679 …| 1 | Initialization | *tb_credits = 0; or tb_credits = tb_size / 2;* …
714 …| | | * tb_credits = min(tb_credits, tb_size); …
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst595 * sched: Removed ``tb_rate``, ``tc_rate``, ``tc_period`` and ``tb_size``
/dpdk/examples/ip_pipeline/
H A Dcli.c415 if (parser_read_uint64(&subport_profile.tb_size, tokens[4]) != 0) { in cmd_tmgr_subport_profile()
468 if (parser_read_uint64(&p.tb_size, tokens[4]) != 0) { in cmd_tmgr_pipe_profile()