kernel/modules: kmod-sched-core: add missing dependency, useful module
authorTony Ambardar <itugrok@yahoo.com>
Tue, 30 Oct 2018 12:50:51 +0000 (05:50 -0700)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 11 Feb 2019 20:18:48 +0000 (20:18 +0000)
commitf54e9f183ec25186f66c70f4984d935f3f51247e
tree693887475e10e08cd7c59ab9611d591ccd0dce78
parent0c24b363a69d1445a280e41e5c33675be95295d1
kernel/modules: kmod-sched-core: add missing dependency, useful module

All tc ematch modules, including those in kmod-sched-core and kmod-sched,
use cls_basic as a core dependency. Relocate cls_basic from kmod-sched to
kmod-sched-core to avoid requiring kmod-sched unnecessarily.

This change is also backwards compatible since any past tc ematch users
will have had to install both kmod-sched-core and kmod-sched anyway.

Add the matchall kernel module cls_matchall introduced in kernel 4.8. The
matchall classifier matches every packet and allows the user to apply
actions on it. It is a simpler, more efficient replacement for the common
but cryptic tc classifier idiom "u32 match u32 0 0".

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
package/kernel/linux/modules/netsupport.mk