Searched refs:tb_size (Results 1 – 11 of 11) sorted by relevance
| /dpdk/lib/sched/ |
| H A D | rte_sched.h | 147 uint64_t tb_size; member 225 uint64_t tb_size; member
|
| H A D | rte_sched.c | 46 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 D | test_sched.c | 38 .tb_size = 1000000, 53 .tb_size = 1000000,
|
| /dpdk/examples/qos_sched/ |
| H A D | init.c | 181 .tb_size = 1000000, 196 .tb_size = 1000000,
|
| H A D | cfg_file.c | 69 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 D | test_bbdev_perf.c | 2286 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 D | ip_pipeline.rst | 251 <tb_rate> <tb_size> 260 <tb_rate> <tb_size>
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 2117 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 D | qos_framework.rst | 658 …| 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 D | release_20_11.rst | 595 * sched: Removed ``tb_rate``, ``tc_rate``, ``tc_period`` and ``tb_size``
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 415 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()
|