aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/950-add-cake-to-tc.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-02-15 22:12:03 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-02-15 23:31:23 +0100
commite7c179326a31aa747e410abcc1d2e16701564b47 (patch)
tree12818e1ec36dafb7a86a15508842f4d9bd8acc07 /package/network/utils/iproute2/patches/950-add-cake-to-tc.patch
parent75c5ab4caf9cc14874e6b5d8b34064fb8862e82e (diff)
downloadupstream-e7c179326a31aa747e410abcc1d2e16701564b47.tar.gz
upstream-e7c179326a31aa747e410abcc1d2e16701564b47.tar.bz2
upstream-e7c179326a31aa747e410abcc1d2e16701564b47.zip
iproute2: update to version 4.15.0
The musl compatibility patches are now included in the upstream version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/utils/iproute2/patches/950-add-cake-to-tc.patch')
-rw-r--r--package/network/utils/iproute2/patches/950-add-cake-to-tc.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/package/network/utils/iproute2/patches/950-add-cake-to-tc.patch b/package/network/utils/iproute2/patches/950-add-cake-to-tc.patch
index 5e91cd7ed1..5edb71ddc9 100644
--- a/package/network/utils/iproute2/patches/950-add-cake-to-tc.patch
+++ b/package/network/utils/iproute2/patches/950-add-cake-to-tc.patch
@@ -1,10 +1,9 @@
--- a/include/uapi/linux/pkt_sched.h
+++ b/include/uapi/linux/pkt_sched.h
-@@ -872,4 +872,63 @@ struct tc_pie_xstats {
- __u32 maxq; /* maximum queue size */
- __u32 ecn_mark; /* packets marked with ecn*/
- };
-+
+@@ -934,4 +934,62 @@ enum {
+
+ #define TCA_CBS_MAX (__TCA_CBS_MAX - 1)
+
+/* CAKE */
+enum {
+ TCA_CAKE_UNSPEC,
@@ -66,7 +65,7 @@
#endif
--- a/tc/Makefile
+++ b/tc/Makefile
-@@ -65,6 +65,7 @@ TCMODULES += q_codel.o
+@@ -66,6 +66,7 @@ TCMODULES += q_codel.o
TCMODULES += q_fq_codel.o
TCMODULES += q_fq.o
TCMODULES += q_pie.o