From: Eric Dumazet <[email protected]> Date: Sat, 30 Jul 2011 07:22:42 +0200
> [PATCH] sch_sfq: fix sfq_enqueue() > > commit 8efa88540635 (sch_sfq: avoid giving spurious NET_XMIT_CN signals) > forgot to call qdisc_tree_decrease_qlen() to signal upper levels that a > packet (from another flow) was dropped, leading to various problems. > > With help from Michal Soltys and Michal Pokrywka, who did a bisection. > > Bugzilla ref: https://bugzilla.kernel.org/show_bug.cgi?id=39372 > Debian ref: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631945 > > Reported-by: Lucas Bocchi <[email protected]> > Reported-and-bisected-by: Michal Pokrywka <[email protected]> > Signed-off-by: Eric Dumazet <[email protected]> > CC: Michal Soltys <[email protected]> > Acked-by: Patrick McHardy <[email protected]> Applied, thanks. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

