Home
last modified time | relevance | path

Searched refs:policer (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c303 mp->policer[i] = in pmd_mtr_meter_policy_add()
307 mp->policer[i] = in pmd_mtr_meter_policy_add()
311 mp->policer[i] = in pmd_mtr_meter_policy_add()
732 action.mtr.mtr[0].policer[i] = mp_new->policer[i]; in pmd_mtr_meter_policy_update()
806 if (mp->policer[i] == in mtr_stats_convert()
810 if (mp->policer[i] == in mtr_stats_convert()
814 if (mp->policer[i] == in mtr_stats_convert()
818 if (mp->policer[i] == in mtr_stats_convert()
830 if (mp->policer[i] == in mtr_stats_convert()
834 if (mp->policer[i] == in mtr_stats_convert()
[all …]
H A Drte_eth_softnic_flow.c1631 rule_action->mtr.mtr[0].policer[RTE_COLOR_GREEN] = in flow_rule_action_get()
1632 policy->policer[RTE_COLOR_GREEN]; in flow_rule_action_get()
1633 rule_action->mtr.mtr[0].policer[RTE_COLOR_YELLOW] = in flow_rule_action_get()
1634 policy->policer[RTE_COLOR_YELLOW]; in flow_rule_action_get()
1635 rule_action->mtr.mtr[0].policer[RTE_COLOR_RED] = in flow_rule_action_get()
1636 policy->policer[RTE_COLOR_RED]; in flow_rule_action_get()
H A Drte_eth_softnic_internals.h91 enum rte_table_action_policer policer[RTE_COLORS]; member
H A Drte_eth_softnic_cli.c3945 parse_policer_action(tokens[4], &mtr->policer[RTE_COLOR_GREEN]) || in parse_table_action_meter_tc()
3947 parse_policer_action(tokens[6], &mtr->policer[RTE_COLOR_YELLOW]) || in parse_table_action_meter_tc()
3949 parse_policer_action(tokens[8], &mtr->policer[RTE_COLOR_RED])) in parse_table_action_meter_tc()
/dpdk/doc/guides/nics/
H A Dmvpp2.rst204 [policer <policer_id>]
284 - ``<default_policer>``: Id of the policer configuration section to be used as default.
286 - ``<policer_id>``: Id of the policer configuration section (0..31).
319 [policer 0]
581 The policer objects defined by this feature can work with the default policer defined via config fi…
589 - MTR object policer action update
H A Dsoftnic.rst283 algorithm. For the meter output color, policer actions like
/dpdk/doc/guides/prog_guide/
H A Dtraffic_metering_and_policing.rst22 * Statistics (per policer output color)
47 object. The policer can do nothing, override the color the packet or drop the
H A Dqos_framework.rst22 The main blocks implementing QoS in this pipeline are: the policer, the dropper and the scheduler.
1144 This scenario stresses the importance of the policer for the scheduler performance:
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst469 tc0 meter <meter_profile_id> policer g <pa> y <pa> r <pa>
470 [tc1 meter <meter_profile_id> policer g <pa> y <pa> r <pa>
471 tc2 meter <meter_profile_id> policer g <pa> y <pa> r <pa>
472 tc3 meter <meter_profile_id> policer g <pa> y <pa> r <pa>]]
/dpdk/lib/pipeline/
H A Drte_table_action.h262 enum rte_table_action_policer policer[RTE_COLORS]; member
H A Drte_table_action.c290 p_tc->policer[RTE_COLOR_GREEN]); in mtr_apply()
294 p_tc->policer[RTE_COLOR_YELLOW]); in mtr_apply()
298 p_tc->policer[RTE_COLOR_RED]); in mtr_apply()
/dpdk/drivers/net/dpaa/
H A Ddpaa_fmc.c194 struct fm_pcd_plcr_profile_params_t policer[FMC_PLC_NUM]; member
/dpdk/examples/ip_pipeline/
H A Dcli.c3241 parse_policer_action(tokens[4], &mtr->policer[RTE_COLOR_GREEN]) || in parse_table_action_meter_tc()
3243 parse_policer_action(tokens[6], &mtr->policer[RTE_COLOR_YELLOW]) || in parse_table_action_meter_tc()
3245 parse_policer_action(tokens[8], &mtr->policer[RTE_COLOR_RED])) in parse_table_action_meter_tc()
4940 p->policer[RTE_COLOR_GREEN]; in table_rule_show()
4942 p->policer[RTE_COLOR_YELLOW]; in table_rule_show()
4944 p->policer[RTE_COLOR_RED]; in table_rule_show()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst216 (for e.g. Two Rate Three Color Marker (trTCM)), policer etc.