Searched refs:policer (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | traffic_metering_and_policing.rst | 22 * Statistics (per policer output color) 46 object. The policer can do nothing, override the color the packet or drop the 59 * Policing: There is a separate policer action configured for each meter 64 * Keep the same packet color: the policer output color matches the meter 67 * Recolor the packet: the policer output color is set to a different color 68 than the meter output color. The policer output color is the output color
|
| H A D | qos_framework.rst | 22 The main blocks implementing QoS in this pipeline are: the policer, the dropper and the scheduler. 1143 This scenario stresses the importance of the policer for the scheduler performance:
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 200 [policer <policer_id>] 252 - ``<default_policer>``: Id of the policer configuration section to be used as default. 254 - ``<policer_id>``: Id of the policer configuration section (0..31). 287 [policer 0] 536 The policer objects defined by this feature can work with the default policer defined via config fi… 544 - MTR object policer action update
|
| H A D | softnic.rst | 283 algorithm. For the meter output color, policer actions like
|
| /f-stack/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>]]
|
| /f-stack/dpdk/lib/librte_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 | 292 p_tc->policer[RTE_COLOR_GREEN]); in mtr_apply() 296 p_tc->policer[RTE_COLOR_YELLOW]); in mtr_apply() 300 p_tc->policer[RTE_COLOR_RED]); in mtr_apply()
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_fmc.c | 194 struct fm_pcd_plcr_profile_params_t policer[FMC_PLC_NUM]; member
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 1627 rule_action->mtr.mtr[0].policer[RTE_COLOR_GREEN] = in flow_rule_action_get() 1629 rule_action->mtr.mtr[0].policer[RTE_COLOR_YELLOW] = in flow_rule_action_get() 1631 rule_action->mtr.mtr[0].policer[RTE_COLOR_RED] = in flow_rule_action_get()
|
| H A D | rte_eth_softnic_meter.c | 565 action.mtr.mtr[0].policer[i] = in pmd_mtr_policer_actions_update()
|
| 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()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_mtr.c | 1185 cmdline_fixed_string_t policer; member 1205 struct cmd_set_port_meter_policer_action_result, policer,
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3243 parse_policer_action(tokens[4], &mtr->policer[RTE_COLOR_GREEN]) || in parse_table_action_meter_tc() 3245 parse_policer_action(tokens[6], &mtr->policer[RTE_COLOR_YELLOW]) || in parse_table_action_meter_tc() 3247 parse_policer_action(tokens[8], &mtr->policer[RTE_COLOR_RED])) in parse_table_action_meter_tc() 4949 p->policer[RTE_COLOR_GREEN]; in table_rule_show() 4951 p->policer[RTE_COLOR_YELLOW]; in table_rule_show() 4953 p->policer[RTE_COLOR_RED]; in table_rule_show()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 216 (for e.g. Two Rate Three Color Marker (trTCM)), policer etc.
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2810 set port meter policer action 2813 Set meter policer action for the ethernet device:: 2815 testpmd> set port meter policer action (port_id) (mtr_id) (action_mask) \ 2820 * ``action_mask``: Bit mask indicating which policer actions need to be 2821 updated. One or more policer actions can be updated in a single function 2822 invocation. To update the policer action associated with color C, bit
|