Loading net/sched/sch_fq.c +1 −1 Original line number Diff line number Diff line Loading @@ -546,6 +546,7 @@ static struct sk_buff *fq_dequeue(struct Qdisc *sch) fq_flow_set_throttled(q, f); goto begin; } prefetch(&skb->end); if ((s64)(now - time_next_packet - q->ce_threshold) > 0) { INET_ECN_set_ce(skb); q->stat_ce_mark++; Loading @@ -562,7 +563,6 @@ static struct sk_buff *fq_dequeue(struct Qdisc *sch) } goto begin; } prefetch(&skb->end); plen = qdisc_pkt_len(skb); f->credit -= plen; Loading Loading
net/sched/sch_fq.c +1 −1 Original line number Diff line number Diff line Loading @@ -546,6 +546,7 @@ static struct sk_buff *fq_dequeue(struct Qdisc *sch) fq_flow_set_throttled(q, f); goto begin; } prefetch(&skb->end); if ((s64)(now - time_next_packet - q->ce_threshold) > 0) { INET_ECN_set_ce(skb); q->stat_ce_mark++; Loading @@ -562,7 +563,6 @@ static struct sk_buff *fq_dequeue(struct Qdisc *sch) } goto begin; } prefetch(&skb->end); plen = qdisc_pkt_len(skb); f->credit -= plen; Loading