Home
last modified time | relevance | path

Searched refs:DROP (Results 1 – 16 of 16) sorted by relevance

/dpdk/examples/qos_meter/
H A Dmain.h12 DROP = 3, enumerator
19 { DROP, YELLOW, RED},
20 { DROP, DROP, RED}
H A Dmain.c197 if (app_pkt_handle(pkt, current_time) == DROP) in main_loop()
/dpdk/lib/power/
H A Drte_power_empty_poll.h30 #define DROP (NUM_DIRECTIONS * NUM_DEVICES) macro
/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst125 * DROP: The packet is dropped.
137 * To drop the packet, policer_table action has to be set to DROP.
/dpdk/doc/guides/nics/
H A Dsoftnic.rst310 ``JMP, QUEUE, RSS, DROP, COUNT, METER, VXLAN`` etc.
315 ``JMP or RSS or QUEUE or DROP``. For the count and drop actions the
H A Dsfc_efx.rst187 - DROP
267 - DROP
H A Dtap.rst117 - DROP
H A Dmlx5.rst445 - RED: DROP / END.
447 - green: QUEUE, RSS, PORT_ID, REPRESENTED_PORT, JUMP, DROP, MARK and SET_TAG.
448 - yellow: QUEUE, RSS, PORT_ID, REPRESENTED_PORT, JUMP, DROP, MARK and SET_TAG.
449 - RED: must be DROP.
H A Dmvpp2.rst413 * DROP
/dpdk/doc/guides/rel_notes/
H A Drelease_17_02.rst129 VXLAN pattern items with DROP and QUEUE actions.
H A Drelease_17_05.rst185 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
H A Drelease_18_05.rst120 * Added support for DROP action in flow API.
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1704 | 1 | DROP |
1736 | 0 | DROP |
1743 In the above example, while DROP and QUEUE must be performed in order, both
1933 Action: ``DROP``
1942 .. table:: DROP
/dpdk/lib/ethdev/
H A Drte_flow.c191 MK_FLOW_ACTION(DROP, 0),
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4630 6 0 500 i- ETH IPV6 TCP => DROP COUNT
4633 4 24 10 i- ETH IPV4 TCP => DROP
4634 3 24 20 i- ETH IPV4 => DROP
4644 6 0 500 i- ETH IPV6 TCP => DROP COUNT
/dpdk/app/test-pmd/
H A Dcmdline_flow.c5151 .priv = PRIV_ACTION(DROP, 0),