Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_sched.c23 #define QUEUE 0 macro
114 ip_hdr->dst_addr = RTE_IPV4(0,0,TC,QUEUE); in prepare_pkt()
117 rte_sched_port_pkt_write(port, mbuf, SUBPORT, PIPE, TC, QUEUE, in prepare_pkt()
184 TEST_ASSERT_EQUAL(queue, QUEUE, "Wrong queue\n"); in test_sched()
197 rte_sched_queue_read_stats(port, QUEUE, &queue_stats, &qlen); in test_sched()
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1476 | 2 | QUEUE | ``queue`` | 10 |
1492 | 1 | QUEUE | ``queue`` | 5 |
1497 In the above example, while DROP and QUEUE must be performed in order, both
1498 have to happen before reaching END. Only QUEUE has a visible effect.
1510 | 0 | QUEUE | ``queue`` | 5 |
1514 | 2 | QUEUE | ``queue`` | 3 |
1598 | 1 | QUEUE | ``queue`` | 8 |
1673 Action: ``QUEUE``
1680 .. table:: QUEUE
3402 - When combined with `Action: QUEUE`_, packet counting (`Action: COUNT`_)
[all …]
H A Dswitch_representation.rst683 - It makes the ``DUP`` action redundant since multiple ``QUEUE`` actions can
/f-stack/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.rst181 - QUEUE
H A Dmvpp2.rst370 * QUEUE
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4173 0 0 0 i- ETH IPV4 => QUEUE
4174 1 0 0 i- ETH IPV6 => QUEUE
4184 5 0 1000 i- ETH IPV6 ICMP => QUEUE
4185 1 24 0 i- ETH IPV4 UDP => QUEUE
4188 2 24 42 i- ETH IPV4 UDP => QUEUE
4198 5 0 1000 i- ETH IPV6 ICMP => QUEUE
4453 0 0 0 i- ETH VLAN VLAN=>VF QUEUE
4469 0 0 0 i- ETH VLAN VLAN=>VF QUEUE
4470 1 0 0 i- ETH VLAN VLAN=>PF QUEUE
4509 0 0 0 i- ETH IPV4 UDP VXLAN ETH => QUEUE
[all …]
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst81 items with QUEUE actions. There are four types of filter support for this
88 QUEUE, MARK, FLAG and VOID actions for ingress traffic.
H A Drelease_17_05.rst174 pattern items with QUEUE action for ingress traffic.
222 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
H A Drelease_17_02.rst163 VXLAN pattern items with DROP and QUEUE actions.
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c117 MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c3303 .priv = PRIV_ACTION(QUEUE,