[openwrt/openwrt] kmod-sched-cake: split stats structures, add overhead stats

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 23 15:55:43 PDT 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/c9154c270a147dd92617e6ae3b07e56da68489aa

commit c9154c270a147dd92617e6ae3b07e56da68489aa
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Thu Mar 22 11:43:04 2018 +0000

    kmod-sched-cake: split stats structures, add overhead stats
    
    Relevant changes:
    
    0afc1be Fixes for kernel 4.16
    d2d6780 Reinitialise overhead compensation stats when reconfiguring.
    a3bab9d Export overhead compensation stats to userspace.
    9cd2fa8 Split tin stats to its own structure to decrease size of tc_cake_xstats
    71c7b44 Gather more statistics about packet length transformations.
    0517357 Rework overhead compensation to use dynamic transport header offset instead of (inaccurate) static one.
    c1a0c8e Refactor length handling code to better centralise overhead calculations
    
    Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
---
 package/kernel/kmod-sched-cake/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/kernel/kmod-sched-cake/Makefile b/package/kernel/kmod-sched-cake/Makefile
index f9bcd65..2156eee 100644
--- a/package/kernel/kmod-sched-cake/Makefile
+++ b/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-01-07
-PKG_SOURCE_VERSION:=568ed96467f41aad37556b0db11fc008e05941e9
-PKG_MIRROR_HASH:=8f3f962824826d07b1029379d91e01bf97fe0bfce1233af5cfa7a54cb1c3632c
+PKG_SOURCE_DATE:=2018-03-19
+PKG_SOURCE_VERSION:=0afc1bee4e9fc5d75668cb10254ab5d2d02f0098
+PKG_MIRROR_HASH:=b8ac95753d05ff602282ed5a799f9c953f60decebc5720ee8f0101344a5acfc4
 
 include $(INCLUDE_DIR)/package.mk
 



More information about the lede-commits mailing list