Searched refs:congestion (Results 1 – 11 of 11) sorted by relevance
| /dpdk/doc/guides/prog_guide/ |
| H A D | traffic_management.rst | 13 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 D | qos_framework.rst | 62 …| | | 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 D | packet_framework.rst | 86 … manager | Traffic manager attached to a specific NIC output port, performing congestion |
|
| /dpdk/doc/guides/nics/ |
| H A D | txgbe.rst | 176 congestion management, packet marking.
|
| H A D | dpaa2.rst | 226 - IRQs: data availability, congestion notification, buffer pool depletion 595 - Congestion notification is supported. It means if there is congestion on
|
| H A D | mlx5.rst | 527 … 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 D | qman.c | 2119 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 D | doxy-api-index.md | 132 [RED congestion] (@ref rte_red.h)
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | fpga_5gnr_fec.rst | 179 - ``*l_bandwidth``: in case of congestion on PCIe interface. The device
|
| H A D | fpga_lte_fec.rst | 178 - ``*l_bandwidth``: in case of congestion on PCIe interface. The device
|
| /dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_qman.h | 2055 int qman_query_congestion(struct qm_mcr_querycongestion *congestion);
|