Searched refs:QUEUE (Results 1 – 14 of 14) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_sched.c | 32 #define QUEUE 0 macro 123 ip_hdr->dst_addr = RTE_IPV4(0,0,TC,QUEUE); in prepare_pkt() 126 rte_sched_port_pkt_write(port, mbuf, SUBPORT, PIPE, TC, QUEUE, in prepare_pkt() 193 TEST_ASSERT_EQUAL(queue, QUEUE, "Wrong queue\n"); in test_sched() 206 rte_sched_queue_read_stats(port, QUEUE, &queue_stats, &qlen); in test_sched()
|
| /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 | tap.rst | 118 - QUEUE
|
| H A D | sfc_efx.rst | 183 - QUEUE
|
| H A D | mvpp2.rst | 414 * QUEUE
|
| H A D | mlx5.rst | 403 - For NIC Rx flow, supports ``MARK``, ``COUNT``, ``QUEUE``, ``RSS`` in the 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.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 44 items with QUEUE actions. There are four types of filter support for this 51 QUEUE, MARK, FLAG and VOID actions for ingress traffic.
|
| H A D | release_17_05.rst | 137 pattern items with QUEUE action for ingress traffic. 185 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
|
| H A D | release_17_02.rst | 129 VXLAN pattern items with DROP and QUEUE actions.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4620 0 0 0 i- ETH IPV4 => QUEUE 4621 1 0 0 i- ETH IPV6 => QUEUE 4631 5 0 1000 i- ETH IPV6 ICMP => QUEUE 4632 1 24 0 i- ETH IPV4 UDP => QUEUE 4635 2 24 42 i- ETH IPV4 UDP => QUEUE 4645 5 0 1000 i- ETH IPV6 ICMP => QUEUE 4969 0 0 0 i- ETH VLAN VLAN=>VF QUEUE 4985 0 0 0 i- ETH VLAN VLAN=>VF QUEUE 4986 1 0 0 i- ETH VLAN VLAN=>PF QUEUE 5025 0 0 0 i- ETH IPV4 UDP VXLAN ETH => QUEUE [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1722 | 2 | QUEUE | ``queue`` | 10 | 1738 | 1 | QUEUE | ``queue`` | 5 | 1743 In the above example, while DROP and QUEUE must be performed in order, both 1744 have to happen before reaching END. Only QUEUE has a visible effect. 1756 | 0 | QUEUE | ``queue`` | 5 | 1760 | 2 | QUEUE | ``queue`` | 3 | 1843 | 1 | QUEUE | ``queue`` | 8 | 1918 Action: ``QUEUE`` 1925 .. table:: QUEUE 4363 - When combined with `Action: QUEUE`_, packet counting (`Action: COUNT`_) [all …]
|
| H A D | switch_representation.rst | 709 - It makes the ``DUP`` action redundant since multiple ``QUEUE`` actions can
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 96 QUEUE, enumerator 2605 QUEUE, 2910 [QUEUE] = { 5136 .priv = PRIV_ACTION(QUEUE, 6668 if (ctx->curr != QUEUE) in parse_qia() 6720 if (!out->command || out->command == QUEUE) { in parse_qia_destroy() 8955 if (ctx->curr != QUEUE) in parse_qo() 9014 if (!out->command || out->command == QUEUE) { in parse_qo_destroy()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 190 MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
|