bsp: Add cake scheduler kernel module #67

Closed
fbl wants to merge 1 commits from fbl:cake into master

1 Commits

Author SHA1 Message Date
Fabian Bläse 9b161e44d6 fff-layer3: Add cake scheduler kernel module
The cake scheduler is a popular fair queuing scheduler, which is also
capable of shaping traffic. Due to its sensible defaults it is very
easy to set up.

When tunnel traffic exceeds the capability of the transport connection,
firmware users might want to shape traffic, so meaningful queueing can be done
before tunnel packets are dropped. As this is typically combined with a fair
scheduler, cake provides a simple yet very powerful solution for both problems.

Therefore the cake kernel module is now included in the layer3 variant.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2021-01-09 11:18:53 +01:00