Home
last modified time | relevance | path

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

/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst92 spread is not even and causing drops.
97 #. Is there drops still seen?
107 Is there packet drops at receive or transmit?
116 RX-TX drops
145 Is there object drops in producer point for the ring library?
167 Is there object drops in consumer point for the ring library?
227 when drops occurs.
295 Custom worker function performance drops.
367 #. If there are performance drops in the enqueue stage
394 #. Isolate the flow in which the undesired drops occur. Use
[all …]
H A Drte_flow.rst22 In this example we will create a simple rule that drops packets whose IPv4
114 In this example we will create a simple rule that drops packets whose IPv4
/dpdk/lib/pdump/
H A Drte_pdump.c137 unsigned int drops = d_pkts - ring_enq; in pdump_copy() local
139 __atomic_fetch_add(&stats->ringfull, drops, __ATOMIC_RELAXED); in pdump_copy()
140 rte_pktmbuf_free_bulk(&dup_bufs[ring_enq], drops); in pdump_copy()
/dpdk/app/pdump/
H A Dmain.c480 unsigned int drops = nb_in_deq - nb_in_txd; in pdump_rxtx() local
482 rte_pktmbuf_free_bulk(&rxtx_bufs[nb_in_txd], drops); in pdump_rxtx()
483 stats->freed_pkts += drops; in pdump_rxtx()
/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst111 full, the Tail Drop algorithm drops the new packet while leaving the queue
112 unmodified, as opposed to the Head Drop* algorithm, which drops the packet
H A Dqos_framework.rst472 Usually, once the occupancy of the NIC TX input queue drops below a predefined threshold,
973 …| | | unusable (if available bandwidth for these pipes drops below t…
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst36 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
H A Dfpga_5gnr_fec.rst34 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
/dpdk/doc/guides/nics/
H A Ddpaa2.rst486 DPAA2 hardware drops the error packet in hardware. This option enables the
H A Denic.rst489 - When the NIC drops a packet because the Rx queue has no free buffers,
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst65 * Added Tx drops as a new extended driver statistic.
H A Drelease_2_2.rst463 * This release drops compatibility with Linux kernel 2.6.33. The minimum
H A Drelease_18_05.rst573 drop. However, in some setups, bigger performance drops have been measured
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst374 Example for the io forwarding engine, with some packet drops on the tx side::