mbox series

[OpenWrt-Devel,0/1] dropping out of tree cake

Message ID 20190703082255.81312-1-ldir@darbyshire-bryant.me.uk
Headers show
Series dropping out of tree cake | expand

Message

Kevin 'ldir' Darbyshire-Bryant July 3, 2019, 8:22 a.m. UTC
Chaps,

Following patch drops the out of tree cake package from our base repo.
AIUI there's a desire to reduce the number of unnecessary packages from
base and relocate if required to packages.

CAKE went upstream in kernel 4.19 which is where we are.  There have
since been a couple of fixes, some of which were backported to 4.19 by
the kernel people, others are features and hence not backported by them,
instead by me.

I'm 'happy' that the patch drops our package and replaces with a
functionally equivalent set of patches to netsupport.mk and
generic-backports.

It could do with more testing though to prove I haven't stuffed the
build in some way :-)

Kevin Darbyshire-Bryant (1):
  kmod-sched-cake: drop out of tree package, use kernel version

 package/kernel/kmod-sched-cake/Makefile       |  42 ----
 package/kernel/linux/modules/netsupport.mk    |  16 ++
 ...ly-update-parent-qlen-when-splitting.patch |  50 ++++
 ...-sch_cake-Make-the-dual-modes-fairer.patch | 217 ++++++++++++++++++
 ...-use-of-connmarks-as-tin-classifiers.patch | 118 ++++++++++
 ...erpret-fwmark-parameter-as-a-bitmask.patch | 102 ++++++++
 6 files changed, 503 insertions(+), 42 deletions(-)
 delete mode 100644 package/kernel/kmod-sched-cake/Makefile
 create mode 100644 target/linux/generic/backport-4.19/391-v5.1-sch_cake-Correctly-update-parent-qlen-when-splitting.patch
 create mode 100644 target/linux/generic/backport-4.19/392-v5.1-sch_cake-Make-the-dual-modes-fairer.patch
 create mode 100644 target/linux/generic/backport-4.19/393-v5.1-sch_cake-Permit-use-of-connmarks-as-tin-classifiers.patch
 create mode 100644 target/linux/generic/backport-4.19/394-v5.1-sch_cake-Interpret-fwmark-parameter-as-a-bitmask.patch