Closed fuero closed 2 years ago
cake went into 4.19 directly. I imagine EL8 is stuck on 4.18?
hm... Apparently they backported it but didn't enable it
grep -i CAKE /boot/config-4.18.0-348.12.2.el8_5.x86_64
# CONFIG_NET_SCH_CAKE is not set
Sorry, I didn't think of checking that. So I guess I might better off building it from the EL kernel sources, but as a kmod package. Not sure how to do that though without having to compile the rest of the kernel.
I managed to compile sch_cake.ko
by taking Makefile
, Kconfig
, and Kbuild
from this repo and sch_cake.c
from EL8's kernel sources.
Hi,
I'm trying to build this on EL8 (Rocky), but it fails:
Compiler version: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4) Kernel version: 4.18.0-348.el8
master branch:
upstream-4.18 branch: