Searched refs:DROP (Results 1 – 16 of 16) sorted by relevance
| /dpdk/examples/qos_meter/ |
| H A D | main.h | 12 DROP = 3, enumerator 19 { DROP, YELLOW, RED}, 20 { DROP, DROP, RED}
|
| H A D | main.c | 197 if (app_pkt_handle(pkt, current_time) == DROP) in main_loop()
|
| /dpdk/lib/power/ |
| H A D | rte_power_empty_poll.h | 30 #define DROP (NUM_DIRECTIONS * NUM_DEVICES) macro
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_metering.rst | 125 * 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 D | softnic.rst | 310 ``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 D | sfc_efx.rst | 187 - DROP 267 - DROP
|
| H A D | tap.rst | 117 - DROP
|
| H A D | mlx5.rst | 445 - 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 D | mvpp2.rst | 413 * DROP
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_02.rst | 129 VXLAN pattern items with DROP and QUEUE actions.
|
| H A D | release_17_05.rst | 185 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
|
| H A D | release_18_05.rst | 120 * Added support for DROP action in flow API.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1704 | 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 D | rte_flow.c | 191 MK_FLOW_ACTION(DROP, 0),
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4630 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 D | cmdline_flow.c | 5151 .priv = PRIV_ACTION(DROP, 0),
|