summaryrefslogtreecommitdiff
path: root/target/linux/generic/pending-4.4/660-fq_codel_defaults.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:56:49 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:56:49 +0200
commit4017c528ca9e0fda8eec87ec0cbc93fabfa53530 (patch)
treeab7d831e3c61e638b62b57e09f7b31baac697b9c /target/linux/generic/pending-4.4/660-fq_codel_defaults.patch
parente3ab280e47000aee3dc0ea916bcb656490e9839d (diff)
downloadmtk-20170518-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.zip
mtk-20170518-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.tar.gz
mtk-20170518-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.tar.bz2
kernel: remove linux 4.4 support
No targets are using it anymore Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.4/660-fq_codel_defaults.patch')
-rw-r--r--target/linux/generic/pending-4.4/660-fq_codel_defaults.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/pending-4.4/660-fq_codel_defaults.patch b/target/linux/generic/pending-4.4/660-fq_codel_defaults.patch
deleted file mode 100644
index fbe9008..0000000
--- a/target/linux/generic/pending-4.4/660-fq_codel_defaults.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/net/sched/sch_fq_codel.c
-+++ b/net/sched/sch_fq_codel.c
-@@ -477,7 +477,7 @@ static int fq_codel_init(struct Qdisc *s
-
- sch->limit = 10*1024;
- q->flows_cnt = 1024;
-- q->memory_limit = 32 << 20; /* 32 MBytes */
-+ q->memory_limit = 4 << 20; /* 4 MBytes */
- q->drop_batch_size = 64;
- q->quantum = psched_mtu(qdisc_dev(sch));
- q->perturbation = prandom_u32();