Searched refs:drops (Results 1 – 14 of 14) sorted by relevance
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 92 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 D | rte_flow.rst | 22 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 D | rte_pdump.c | 137 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 D | main.c | 480 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 D | traffic_management.rst | 111 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 D | qos_framework.rst | 472 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 D | acc100.rst | 36 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
|
| H A D | fpga_5gnr_fec.rst | 34 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
|
| /dpdk/doc/guides/nics/ |
| H A D | dpaa2.rst | 486 DPAA2 hardware drops the error packet in hardware. This option enables the
|
| H A D | enic.rst | 489 - When the NIC drops a packet because the Rx queue has no free buffers,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_05.rst | 65 * Added Tx drops as a new extended driver statistic.
|
| H A D | release_2_2.rst | 463 * This release drops compatibility with Linux kernel 2.6.33. The minimum
|
| H A D | release_18_05.rst | 573 drop. However, in some setups, bigger performance drops have been measured
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 374 Example for the io forwarding engine, with some packet drops on the tx side::
|