Home
last modified time | relevance | path

Searched refs:policer_table (Results 1 – 3 of 3) sorted by relevance

/dpdk/examples/qos_meter/
H A Dmain.h16 enum policer_action policer_table[RTE_COLORS][RTE_COLORS] = enum
H A Dmain.c161 action = policer_table[input_color][output_color]; in app_pkt_handle()
/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst137 * To drop the packet, policer_table action has to be set to DROP.