mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-20 12:29:40 +00:00
the patch that fixed an endless loop in_fq_pie_init() was not considering that 65535 is a valid class id. The correct bugfix for this infinite loop is to change 'idx' to become an u32, like Colin proposed in the past [1]. Fix this as follows: - restore 65536 as maximum possible values of 'flows_cnt' - use u32 'idx' when iterating on 'q->flows' - fix the TDC selftest This reverts commit |
||
|---|---|---|
| .. | ||
| ets.json | ||
| fifo.json | ||
| fq_pie.json | ||
| ingress.json | ||
| prio.json | ||
| red.json | ||