Home
last modified time | relevance | path

Searched refs:QUEUE (Results 1 – 14 of 14) sorted by relevance

/dpdk/app/test/
H A Dtest_sched.c32 #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 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 Dtap.rst118 - QUEUE
H A Dsfc_efx.rst183 - QUEUE
H A Dmvpp2.rst414 * QUEUE
H A Dmlx5.rst403 - 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 Drelease_17_08.rst44 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 Drelease_17_05.rst137 pattern items with QUEUE action for ingress traffic.
185 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
H A Drelease_17_02.rst129 VXLAN pattern items with DROP and QUEUE actions.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4620 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 Drte_flow.rst1722 | 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 Dswitch_representation.rst709 - It makes the ``DUP`` action redundant since multiple ``QUEUE`` actions can
/dpdk/app/test-pmd/
H A Dcmdline_flow.c96 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 Drte_flow.c190 MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),