| /dpdk/drivers/net/sfc/ |
| H A D | sfc_repr_proxy.c | 233 rp_rxq->forwarded++; in sfc_repr_proxy_rx_route() 258 rp_rxq->forwarded += in sfc_repr_proxy_rx_forward() 260 (void **)(&rp_rxq->pkts[rp_rxq->forwarded]), in sfc_repr_proxy_rx_forward() 261 rp_rxq->routed - rp_rxq->forwarded, NULL); in sfc_repr_proxy_rx_forward() 264 rp_rxq->forwarded = rp_rxq->routed; in sfc_repr_proxy_rx_forward() 268 if (rp_rxq->forwarded == rp_rxq->routed) { in sfc_repr_proxy_rx_forward() 276 if (rp_rxq->available == rp_rxq->forwarded) in sfc_repr_proxy_rx_forward() 277 rp_rxq->available = rp_rxq->forwarded = rp_rxq->routed = 0; in sfc_repr_proxy_rx_forward() 290 if (rp_rxq->available == rp_rxq->forwarded) in sfc_repr_proxy_handle_rx() 672 rxq->forwarded = 0; in sfc_repr_proxy_rxq_start()
|
| H A D | sfc_repr_proxy.h | 84 unsigned int forwarded; member
|
| /dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 86 * NIC is still being controlled by the kernel, as control traffic is forwarded 94 while the rest of the traffic is forwarded to a PF. 95 Note that the broadcast packets will be forwarded to both PF and VF. 215 * No unicast packets are forwarded to an application except the one with 219 * No multicast packets are forwarded to an application except the one with 224 * When enabled, no packets are forwarded to an application except the ones 227 * When enabled, every multicast packet received on the port is forwarded to 231 * When enabled, every packet received on the port is forwarded to the 266 enabled, no packets are forwarded to an application except ones with VLAN tag 278 enabled, every multicast packet received is forwarded to the application. [all …]
|
| H A D | kni.rst | 42 forwarded to the ``kni1`` interface and vice versa.
|
| H A D | dpaa.rst | 67 particular QMan queue, which the packet is forwarded to.
|
| H A D | dpaa2.rst | 672 … on port1 as per the configured flows, you will see shaped and scheduled forwarded traffic on port0
|
| H A D | intel_vf.rst | 609 that is, the packet is forwarded to the correct PF pool.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 10 Others are forwarded to the correct port. 26 or forwarded to desired ports. 183 Packet 2 matches Rule 2 and is forwarded to port 1. 184 Packet 3 matches Rule 3 and is forwarded to port 0. 216 …If a route rule is matched, it indicates the packet is not in the ACL list and should be forwarded.
|
| H A D | packet_ordering.rst | 54 When setting more than 1 port, traffic would be forwarded in pairs.
|
| H A D | l2_forward_event.rst | 368 forwarded to first port i.e. if portmask=0x07, then forwarding will take place 387 packet N is not necessarily forwarded on the same port as packet N-1. 425 forwarded to first port i.e. if portmask=0x07, then forwarding will take place 428 l2fwd_eventdev_forward() does not stores incoming mbufs. Packet will forwarded
|
| H A D | ip_frag.rst | 30 Any unmatched packets are forwarded to the originating port.
|
| H A D | ip_reassembly.rst | 27 associated with that IPv4 address. Any unmatched packets are forwarded to the originating port.
|
| H A D | l2_forward_crypto.rst | 331 forwarded as it is done in the L2 forwarding application.
|
| H A D | link_status_intr.rst | 246 packet N is not necessarily forwarded on the same port as packet N-1.
|
| H A D | l2_forward_real_virtual.rst | 298 packet N is not necessarily forwarded on the same port as packet N-1.
|
| H A D | l2_forward_job_stats.rst | 333 packet N is not necessarily forwarded on the same port as packet N-1.
|
| H A D | ipsec_secgw.rst | 39 lookup for routing, as the port on which the packet has to be forwarded will be
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_as_exceptional_path.rst | 112 Then, all traffic from physical NIC can be forwarded into kernel stack, and all
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | member_lib.rst | 74 flow. Packets belonging to a new flow are forwarded to the current least loaded 75 worker thread, while those belonging to an existing flow are forwarded to the 164 so as to be forwarded to the current least loaded worker thread, or otherwise it
|
| H A D | event_crypto_adapter.rst | 69 dequeued from the adapter will be treated as forwarded events. The application
|
| H A D | efd_lib.rst | 169 balancer, where flows are received at a front end server before being forwarded
|
| H A D | poll_mode_drv.rst | 53 * Process the received packet, up to its retransmission if forwarded
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | known_issues.rst | 35 …Pause frames are always forwarded on igb, regardless of the ``RFCE``, ``MPMCF`` and ``DPF`` regist… 38 Pause frames will never be rejected by the host on 1G NICs and they will always be forwarded.
|
| H A D | release_16_04.rst | 96 on the PF. Theoretically, the E-tag packets can be forwarded to any pool/queue
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 615 time. Some traffic goes to redundant queues and cannot be forwarded.
|