Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/drivers/net/ice/
H A Dice_dcf_sched.c53 hw->tm_conf.committed = false; in ice_dcf_tm_conf_init()
250 if (hw->tm_conf.committed) { in ice_dcf_node_add()
410 if (hw->tm_conf.committed) { in ice_dcf_node_delete()
468 if (profile->committed.size) { in ice_dcf_shaper_profile_param_check()
588 u32 committed, peak; in ice_dcf_validate_tc_bw() local
598 committed = cfg->shaper.committed; in ice_dcf_validate_tc_bw()
607 if (!lowest_cir_mark && committed) in ice_dcf_validate_tc_bw()
610 if (committed && committed + rest_peak > port_bw) { in ice_dcf_validate_tc_bw()
616 if (committed && committed < ICE_SCHED_MIN_BW) { in ice_dcf_validate_tc_bw()
622 if (peak && committed > peak) { in ice_dcf_validate_tc_bw()
[all …]
H A Dice_dcf.h80 bool committed; member
H A Dice_dcf_parent.c149 if (hw->tm_conf.committed) in ice_dcf_vsi_update_service_handler()
H A Dice_dcf_ethdev.c546 if (hw->tm_conf.root && !hw->tm_conf.committed) { in ice_dcf_dev_start()
680 hw->tm_conf.committed = false; in ice_dcf_dev_stop()
H A Dice_dcf.c726 if (hw->tm_conf.committed) { in ice_dcf_uninit_hw()
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c50 pf->tm_conf.committed = false; in hns3_tm_conf_init()
174 if (profile->committed.rate) { in hns3_tm_shaper_profile_param_check()
180 if (profile->committed.size) { in hns3_tm_shaper_profile_param_check()
615 if (pf->tm_conf.committed) { in hns3_tm_node_add()
692 if (pf->tm_conf.committed) { in hns3_tm_node_delete()
1073 pf->tm_conf.committed = true; in hns3_tm_hierarchy_commit()
1119 if (!pf->tm_conf.committed) in hns3_tm_node_shaper_do_update()
1252 if (pf->tm_conf.root && !pf->tm_conf.committed) in hns3_tm_dev_start_proc()
1275 if (!pf->tm_conf.committed) in hns3_tm_dev_stop_proc()
1289 pf->tm_conf.committed = false; in hns3_tm_dev_stop_proc()
[all …]
H A Dhns3_tm.h81 bool committed; member
H A Dhns3_ethdev_dump.c781 conf->committed); in get_tm_conf_info()
/dpdk/drivers/net/iavf/
H A Diavf_tm.c65 vf->tm_conf.committed = false; in iavf_tm_conf_init()
290 if (vf->tm_conf.committed) { in iavf_tm_node_add()
440 if (vf->tm_conf.committed) { in iavf_tm_node_delete()
494 if (profile->committed.size) { in iavf_shaper_profile_param_check()
783 (uint64_t)tc_cap.shaper.committed * 1000 / IAVF_BITS_PER_BYTE; in iavf_node_capabilities_get()
869 q_bw->cfg[node_committed].shaper.committed = in iavf_hierarchy_commit()
870 tm_node->shaper_profile->profile.committed.rate / in iavf_hierarchy_commit()
909 vf->tm_conf.committed = true; in iavf_hierarchy_commit()
H A Diavf.h204 bool committed; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c79 tm_conf->committed = false; in ixgbe_tm_conf_init()
233 if (profile->committed.rate) { in ixgbe_shaper_profile_param_check()
239 if (profile->committed.size) { in ixgbe_shaper_profile_param_check()
580 if (tm_conf->committed) { in ixgbe_node_add()
756 if (tm_conf->committed) { in ixgbe_node_delete()
1043 tm_conf->committed = true; in ixgbe_hierarchy_commit()
H A Dixgbe_ethdev.h466 bool committed; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c79 tm_conf->committed = false; in txgbe_tm_conf_init()
225 if (profile->committed.rate) { in txgbe_shaper_profile_param_check()
231 if (profile->committed.size) { in txgbe_shaper_profile_param_check()
568 if (tm_conf->committed) { in txgbe_node_add()
743 if (tm_conf->committed) { in txgbe_node_delete()
1013 tm_conf->committed = true; in txgbe_hierarchy_commit()
H A Dtxgbe_ethdev.h340 bool committed; member
/dpdk/drivers/net/i40e/
H A Di40e_tm.c79 pf->tm_conf.committed = false; in i40e_tm_conf_init()
224 if (profile->committed.rate) { in i40e_shaper_profile_param_check()
230 if (profile->committed.size) { in i40e_shaper_profile_param_check()
470 if (pf->tm_conf.committed) { in i40e_node_add()
635 if (pf->tm_conf.committed) { in i40e_node_delete()
983 pf->tm_conf.committed = true; in i40e_hierarchy_commit()
H A Di40e_ethdev.h1032 bool committed; member
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c281 if (params->committed.rate > DPAA2_SHAPER_MAX_RATE) in dpaa2_shaper_profile_add()
286 if (params->committed.size > DPAA2_BURST_MAX) in dpaa2_shaper_profile_add()
726 node->profile->params.committed.size; in dpaa2_hierarchy_commit()
728 node->profile->params.committed.rate / in dpaa2_hierarchy_commit()
/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst93 configured by setting the rate of the committed bucket to zero, which
96 committed and the peak token buckets. The rate of the peak bucket has to be
97 bigger than zero, as well as greater than or equal to the rate of the committed
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c289 profile->profile.commit_rate = params->committed.rate; in cnxk_nix_tm_shaper_profile_add()
291 profile->profile.commit_sz = params->committed.size; in cnxk_nix_tm_shaper_profile_add()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c399 if (params->committed.rate) in mrvl_shaper_profile_add()
404 if (params->committed.size) in mrvl_shaper_profile_add()
/dpdk/lib/ethdev/
H A Drte_tm.h1046 struct rte_tm_token_bucket committed; member
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h1321 u32 committed; member
/dpdk/app/test-pmd/
H A Dcmdline_tm.c907 sp.committed.rate = res->cmit_tb_rate; in cmd_add_port_tm_node_shaper_profile_parsed()
908 sp.committed.size = res->cmit_tb_size; in cmd_add_port_tm_node_shaper_profile_parsed()
/dpdk/doc/guides/nics/
H A Ddpaa2.rst582 After hierarchy is complete it can be committed.
H A Dmvpp2.rst653 After hierarchy is complete it can be committed.

12