Home
last modified time | relevance | path

Searched refs:congestion (Results 1 – 11 of 11) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst13 scheduling, traffic shaping, congestion management, packet marking. This API
105 queue or group of packet queues on congestion. The congestion management
122 Each hierarchy leaf node with WRED enabled as its congestion management mode
125 context). A private WRED context is used to perform congestion management for
126 a single leaf node, while a shared WRED context is used to perform congestion
H A Dqos_framework.rst62 …| | | priority. When congestion is experienced, lower priority packets ar…
422 The congestion management scheme implemented by the enqueue pipeline described above is very basic:
937 to dynamic evolution of the traffic load at run-time (as congestion is).
1164 … purpose of the DPDK dropper is to drop packets arriving at a packet scheduler to avoid congestion.
1168 The DPDK currently does not support congestion management
1169 so the dropper provides the only method for congestion avoidance.
1178 The dropper uses one of two congestion avoidance algorithms:
1186 gives an indication of the current congestion level in the queue.
1195 In the case of severe congestion, the dropper resorts to tail drop.
1213 When a congestion period ends, we might be left with a high drop probability with light
[all …]
H A Dpacket_framework.rst86 … manager | Traffic manager attached to a specific NIC output port, performing congestion |
/dpdk/doc/guides/nics/
H A Dtxgbe.rst176 congestion management, packet marking.
H A Ddpaa2.rst226 - IRQs: data availability, congestion notification, buffer pool depletion
595 - Congestion notification is supported. It means if there is congestion on
H A Dmlx5.rst527 … delivered to SW because a queue was full. Packets not received due to congestion in the bus or on…
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c2119 int qman_query_congestion(struct qm_mcr_querycongestion *congestion) in qman_query_congestion() argument
2134 *congestion = mcr->querycongestion; in qman_query_congestion()
2139 for (i = 0; i < ARRAY_SIZE(congestion->state.state); i++) in qman_query_congestion()
2140 congestion->state.state[i] = in qman_query_congestion()
2141 be32_to_cpu(congestion->state.state[i]); in qman_query_congestion()
/dpdk/doc/api/
H A Ddoxy-api-index.md132 [RED congestion] (@ref rte_red.h)
/dpdk/doc/guides/bbdevs/
H A Dfpga_5gnr_fec.rst179 - ``*l_bandwidth``: in case of congestion on PCIe interface. The device
H A Dfpga_lte_fec.rst178 - ``*l_bandwidth``: in case of congestion on PCIe interface. The device
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h2055 int qman_query_congestion(struct qm_mcr_querycongestion *congestion);