aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/kmod-sched-cake/patches
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2018-10-02 19:54:30 +0100
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2018-10-02 20:00:42 +0100
commitfca87a9871032b9e67fb2078885d93ed81b37876 (patch)
tree24968f82413b6298d59070ba6d39572101dd2a47 /package/kernel/kmod-sched-cake/patches
parentcd12c91dde48dc4b73d4e5f6224adae61ad51900 (diff)
downloadupstream-fca87a9871032b9e67fb2078885d93ed81b37876.tar.gz
upstream-fca87a9871032b9e67fb2078885d93ed81b37876.tar.bz2
upstream-fca87a9871032b9e67fb2078885d93ed81b37876.zip
kmod-sched-cake: bump to 20181002
Revert "Add workaround for wrong skb->mac_len values after splitting GSO" Remove our local patch which did the same thing. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> (cherry picked from commit 885052fbfb0ea5ee49e6abc6878ae99ee011688b)
Diffstat (limited to 'package/kernel/kmod-sched-cake/patches')
-rw-r--r--package/kernel/kmod-sched-cake/patches/100-remove-skb-max-fix-on-fixed-kernels.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/kernel/kmod-sched-cake/patches/100-remove-skb-max-fix-on-fixed-kernels.patch b/package/kernel/kmod-sched-cake/patches/100-remove-skb-max-fix-on-fixed-kernels.patch
deleted file mode 100644
index 5f1f3a916a..0000000000
--- a/package/kernel/kmod-sched-cake/patches/100-remove-skb-max-fix-on-fixed-kernels.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/sch_cake.c
-+++ b/sch_cake.c
-@@ -1799,13 +1799,18 @@ static s32 cake_enqueue(struct sk_buff *
- cobalt_set_enqueue_time(segs, now);
- get_cobalt_cb(segs)->adjusted_len = cake_overhead(q,
- segs);
--
-+#if !((LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 124) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 19, 0)) || \
-+ (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 159) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 5, 0)) || \
-+ (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 130) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)) || \
-+ (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 73) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)) || \
-+ (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18, 11)))
- /* For encapsulated packets, the mac_len may not be set
- * correctly after GSO split. Fix this by resetting it;
- * if skb_gso_segment() already does this correctly,
- * this is will just recalculate the current value.
- */
- skb_reset_mac_len(skb);
-+#endif
-
- flow_queue_add(flow, segs);
-