Searched refs:QUEUE (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_sched.c | 23 #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 D | rte_flow.rst | 1476 | 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 D | switch_representation.rst | 683 - It makes the ``DUP`` action redundant since multiple ``QUEUE`` actions can
|
| /f-stack/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 | 181 - QUEUE
|
| H A D | mvpp2.rst | 370 * QUEUE
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4173 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 D | release_17_08.rst | 81 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 D | release_17_05.rst | 174 pattern items with QUEUE action for ingress traffic. 222 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
|
| H A D | release_17_02.rst | 163 VXLAN pattern items with DROP and QUEUE actions.
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 117 MK_FLOW_ACTION(QUEUE, sizeof(struct rte_flow_action_queue)),
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 3303 .priv = PRIV_ACTION(QUEUE,
|