aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-09-26 14:17:17 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-09-26 14:17:17 +0000
commit579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8 (patch)
treee0273c12a63edd369d6c8f3d6d63fbe6a91cbcf2 /target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch
parenteb97933e2a4ea7d0002571eb780d73c339daa9db (diff)
downloadupstream-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.tar.gz
upstream-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.tar.bz2
upstream-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.zip
generic: add upstream commit id to codel patches and refresh those
SVN-Revision: 33560
Diffstat (limited to 'target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch')
-rw-r--r--target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch b/target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch
index e8154b584a..f9bcbbd08f 100644
--- a/target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch
+++ b/target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch
@@ -1,4 +1,9 @@
+From 7bd90773f89001ea4960ed47676b550137f3facb Mon Sep 17 00:00:00 2001
From: Eric Dumazet <edumazet@google.com>
+Date: Wed, 16 May 2012 04:39:09 +0000
+Subject: [PATCH] fq_codel: should use qdisc backlog as threshold
+
+commit 865ec5523dadbedefbc5710a68969f686a28d928 upstream.
codel_should_drop() logic allows a packet being not dropped if queue
size is under max packet size.
@@ -14,6 +19,7 @@ Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Dave Taht <dave.taht@bufferbloat.net>
Cc: Kathleen Nichols <nichols@pollere.com>
Cc: Van Jacobson <van@pollere.net>
+Signed-off-by: David S. Miller <davem@davemloft.net>
---
include/net/codel.h | 15 +++++++--------
net/sched/sch_codel.c | 4 ++--