Searched refs:policer (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_meter.c | 303 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 D | rte_eth_softnic_flow.c | 1631 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 D | rte_eth_softnic_internals.h | 91 enum rte_table_action_policer policer[RTE_COLORS]; member
|
| H A D | rte_eth_softnic_cli.c | 3945 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 D | mvpp2.rst | 204 [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 D | softnic.rst | 283 algorithm. For the meter output color, policer actions like
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | traffic_metering_and_policing.rst | 22 * Statistics (per policer output color) 47 object. The policer can do nothing, override the color the packet or drop the
|
| H A D | qos_framework.rst | 22 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 D | ip_pipeline.rst | 469 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 D | rte_table_action.h | 262 enum rte_table_action_policer policer[RTE_COLORS]; member
|
| H A D | rte_table_action.c | 290 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 D | dpaa_fmc.c | 194 struct fm_pcd_plcr_profile_params_t policer[FMC_PLC_NUM]; member
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3241 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 D | release_2_2.rst | 216 (for e.g. Two Rate Three Color Marker (trTCM)), policer etc.
|