Browse Source

kmod-sched-cake: fix 6in4/gso performance issue

Bump to latest upstream cake:

Add workaround for wrong skb->mac_len values after splitting GSO

Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
Kevin Darbyshire-Bryant 7 years ago
parent
commit
66fd41ba79
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/kernel/kmod-sched-cake/Makefile

+ 3 - 3
package/kernel/kmod-sched-cake/Makefile

@@ -13,9 +13,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/dtaht/sch_cake.git
-PKG_SOURCE_DATE:=2018-08-25
-PKG_SOURCE_VERSION:=42175bfc76c5e7fbca5b50fd4c5cca7801f123f2
-PKG_MIRROR_HASH:=9b3748ee97e774f8ae63e808dd85de04d28b9b9a0abb0367d4e372129e5d8096
+PKG_SOURCE_DATE:=2018-09-11
+PKG_SOURCE_VERSION:=42e87f12ea5c390bf5eeb658c942bc810046160a
+PKG_MIRROR_HASH:=56c71ae079e4c64aef2564d42d2efd31621e7e9f5220844ad1ea795e2f1cb1fd
 PKG_MAINTAINER:=Kevin Darbyshire-Bryant <[email protected]>
 
 include $(INCLUDE_DIR)/package.mk