| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_sched.c | 53 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 D | ice_dcf.h | 80 bool committed; member
|
| H A D | ice_dcf_parent.c | 149 if (hw->tm_conf.committed) in ice_dcf_vsi_update_service_handler()
|
| H A D | ice_dcf_ethdev.c | 546 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 D | ice_dcf.c | 726 if (hw->tm_conf.committed) { in ice_dcf_uninit_hw()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_tm.c | 50 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 D | hns3_tm.h | 81 bool committed; member
|
| H A D | hns3_ethdev_dump.c | 781 conf->committed); in get_tm_conf_info()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_tm.c | 65 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 D | iavf.h | 204 bool committed; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 79 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 D | ixgbe_ethdev.h | 466 bool committed; member
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_tm.c | 79 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 D | txgbe_ethdev.h | 340 bool committed; member
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 79 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 D | i40e_ethdev.h | 1032 bool committed; member
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_tm.c | 281 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 D | traffic_management.rst | 93 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 D | cnxk_tm.c | 289 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 D | mrvl_tm.c | 399 if (params->committed.rate) in mrvl_shaper_profile_add() 404 if (params->committed.size) in mrvl_shaper_profile_add()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_tm.h | 1046 struct rte_tm_token_bucket committed; member
|
| /dpdk/drivers/common/iavf/ |
| H A D | virtchnl.h | 1321 u32 committed; member
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 907 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 D | dpaa2.rst | 582 After hierarchy is complete it can be committed.
|
| H A D | mvpp2.rst | 653 After hierarchy is complete it can be committed.
|