We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e4846 commit 06e4dd1Copy full SHA for 06e4dd1
net/sched/sch_fq.c
@@ -651,7 +651,7 @@ static struct sk_buff *fq_dequeue(struct Qdisc *sch)
651
begin:
652
head = fq_pband_head_select(pband);
653
if (!head) {
654
- while (++retry < FQ_BANDS) {
+ while (++retry <= FQ_BANDS) {
655
if (++q->band_nr == FQ_BANDS)
656
q->band_nr = 0;
657
pband = &q->band_flows[q->band_nr];
0 commit comments