]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
net_sched/sfq: update hierarchical backlog when drop packet
authorKonstantin Khlebnikov <khlebnikov@yandex-team.ru>
Tue, 15 Aug 2017 13:37:04 +0000 (16:37 +0300)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 19 Sep 2017 09:06:59 +0000 (11:06 +0200)
commite62770b898b3da5f6c9eea6000cf3e2c87322c00
tree331fcefee267dfa3e6752708b3c3ae65ce08b535
parent5880b87a04ee5e93a20030f273eb7c0e25a27aa5
net_sched/sfq: update hierarchical backlog when drop packet

BugLink: http://bugs.launchpad.net/bugs/1714298
[ Upstream commit 325d5dc3f7e7c2840b65e4a2988c082c2c0025c5 ]

When sfq_enqueue() drops head packet or packet from another queue it
have to update backlog at upper qdiscs too.

Fixes: 2ccccf5fb43f ("net_sched: update hierarchical backlog too")
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
net/sched/sch_sfq.c