Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net_sched: always reset qdisc backlog in qdisc_reset()
[ Upstream commit c8e1812 ] SKB stored in qdisc->gso_skb also counted into backlog. Some qdiscs don't reset backlog to zero in ->reset(), for example sfq just dequeue and free all queued skb. Signed-off-by: Konstantin Khlebnikov <[email protected]> Fixes: 2ccccf5 ("net_sched: update hierarchical backlog too") Signed-off-by: David S. Miller <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information