Searched refs:tb_rate (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.h | 124 uint64_t tb_rate; member 185 uint64_t tb_rate; member
|
| H A D | rte_sched.c | 331 if (params->tb_rate == 0 || in pipe_profile_check() 332 params->tb_rate > rate) { in pipe_profile_check() 349 params->tc_rate[i] > params->tb_rate))) { in pipe_profile_check() 402 if (params->tb_rate == 0 || params->tb_rate > rate) { in subport_profile_check() 417 if (tc_rate == 0 || (tc_rate > params->tb_rate)) { in subport_profile_check() 701 if (src->tb_rate == rate) { in rte_sched_pipe_profile_convert() 705 double tb_rate = (double) src->tb_rate in rte_sched_pipe_profile_convert() local 709 rte_approx_64(tb_rate, d, &dst->tb_credits_per_period, in rte_sched_pipe_profile_convert() 756 if (src->tb_rate == rate) { in rte_sched_subport_profile_convert() 760 double tb_rate = (double) src->tb_rate in rte_sched_subport_profile_convert() local [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_sched.c | 28 .tb_rate = 305175, 43 .tb_rate = 1250000000,
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | init.c | 181 .tb_rate = 305175, 198 .tb_rate = 1250000000,
|
| H A D | cfg_file.c | 65 pipe_params[j].tb_rate = (uint64_t)atoi(entry); in cfg_load_pipe() 166 subport_profile[i].tb_rate = (uint64_t)atoi(entry); in cfg_load_subport_profile()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 251 <tb_rate> <tb_size> 260 <tb_rate> <tb_size>
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 2122 pp->tb_rate = np->shaper_profile->params.peak.rate; in pipe_profile_build() 2430 sp->tb_rate = np->shaper_profile->params.peak.rate; in subport_profile_build() 3040 profile1.tb_rate = sp->params.peak.rate; in update_subport_rate() 3089 profile1.tb_rate = sp->params.peak.rate; in update_pipe_rate()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 412 if (parser_read_uint64(&subport_profile.tb_rate, tokens[3]) != 0) { in cmd_tmgr_subport_profile() 465 if (parser_read_uint64(&p.tb_rate, tokens[3]) != 0) { in cmd_tmgr_pipe_profile()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 663 * sched: Removed ``tb_rate``, ``tc_rate``, ``tc_period`` and ``tb_size``
|