Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_meter/
H A Dmain.h15 enum policer_action policer_table[RTE_COLORS][RTE_COLORS] = enum
H A Dmain.c162 action = policer_table[input_color][output_color]; in app_pkt_handle()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst125 int policer_table[e_RTE_METER_COLORS][e_RTE_METER_COLORS] =
155 * To drop the packet, policer_table action has to be set to DROP.