commit | 8d34ce10c59b40e0ce2685341c4e93416f505e45 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Sep 27 14:20:01 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 30 15:51:23 2013 -0400 |
tree | b74018d5a5aaab268f1e236eafade3730fdf89eb | |
parent | b86783587b3d1d552326d955acee37eac48800f1 [diff] |
pkt_sched: fq: qdisc dismantle fixes fq_reset() should drops all packets in queue, including throttled flows. This patch moves code from fq_destroy() to fq_reset() to do the cleaning. fq_change() must stop calling fq_dequeue() if all remaining packets are from throttled flows. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>