Searched refs:congestion (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_cdg.c | 572 int congestion, new_measurement, slowstart; in cdg_ack_received() local 577 congestion = 0; in cdg_ack_received() 603 congestion = prob_backoff(qdiff_min); in cdg_ack_received() 605 congestion = prob_backoff(cdg_data->min_qtrend); in cdg_ack_received() 607 congestion = prob_backoff(qdiff_max); in cdg_ack_received() 609 congestion = prob_backoff(cdg_data->max_qtrend); in cdg_ack_received() 639 if (congestion) { in cdg_ack_received()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | traffic_management.rst | 13 scheduling, traffic shaping, congestion management, packet marking. This API 104 queue or group of packet queues on congestion. The congestion management 120 Each hierarchy leaf node with WRED enabled as its congestion management mode 123 context). A private WRED context is used to perform congestion management for 124 a single leaf node, while a shared WRED context is used to perform congestion
|
| H A D | qos_framework.rst | 61 …| | | priority. When congestion is experienced, lower priority packets ar… 421 The congestion management scheme implemented by the enqueue pipeline described above is very basic: 936 to dynamic evolution of the traffic load at run-time (as congestion is). 1163 … purpose of the DPDK dropper is to drop packets arriving at a packet scheduler to avoid congestion. 1167 The DPDK currently does not support congestion management 1168 so the dropper provides the only method for congestion avoidance. 1177 The dropper uses the Random Early Detection (RED) congestion avoidance algorithm as documented in t… 1179 determine the current congestion level in the queue and decide whether an arriving packet should be… 1181 gives an indication of the current congestion level in the queue. 1190 In the case of severe congestion, the dropper resorts to tail drop. [all …]
|
| H A D | packet_framework.rst | 86 … manager | Traffic manager attached to a specific NIC output port, performing congestion |
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | qman.txt | 16 flow-level queuing, is also responsible for congestion management functions such 17 as RED/WRED, congestion notifications and tail discards. This binding covers the
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 126 [RED congestion] (@ref rte_red.h)
|
| /f-stack/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()
|
| /f-stack/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
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_qman.h | 2055 int qman_query_congestion(struct qm_mcr_querycongestion *congestion);
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | dpaa2.rst | 226 - IRQs: data availability, congestion notification, buffer pool depletion
|
| H A D | mlx5.rst | 346 … delivered to SW because a queue was full. Packets not received due to congestion in the bus or on…
|