qosify: add package for simple qos based on ebpf+cake
authorFelix Fietkau <nbd@nbd.name>
Mon, 1 Nov 2021 15:35:16 +0000 (16:35 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 1 Nov 2021 15:39:52 +0000 (16:39 +0100)
commitf3a28b6bcf984dc55ec2d675ba75f0d3bc794eb9
treea8d9243429c807b1a72b05eb3a2f077d20afef70
parenta537d06c72853c054c57d75af4074c1749e47947
qosify: add package for simple qos based on ebpf+cake

qosify is simple daemon for setting up and managing CAKE along with a custom
eBPF based classifier that sets DSCP fields of packets.

It is configured via UCI and it supports the following features:
- simple TCP/UDP port based mapping
- IP address based mapping
- priority boosting based on average packet size
- bulk flow detection based on number of packets per second
- dynamically add IP entries with timeout

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/config/qosify/Makefile [new file with mode: 0644]
package/network/config/qosify/files/qosify-defaults.conf [new file with mode: 0644]
package/network/config/qosify/files/qosify.conf [new file with mode: 0644]
package/network/config/qosify/files/qosify.hotplug [new file with mode: 0644]
package/network/config/qosify/files/qosify.init [new file with mode: 0644]