iproute2: Add support for cake qdisc
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 31 May 2016 18:01:09 +0000 (21:01 +0300)
committerJohn Crispin <john@phrozen.org>
Mon, 6 Jun 2016 12:58:11 +0000 (14:58 +0200)
commit23147dd43ac0835cc9077819c32a101dee42461d
tree8340e3972ad75ca7efd3d1ad217663f5ea7aa4ec
parentbf89f5404b31494630a17778e9c60cc7d7dd672f
iproute2: Add support for cake qdisc

Add cake support to 'tc' in iproute2
  - Use a patch to modify tc instead of adding a new tc-adv package.
    Patch creates q_cake.c that matches commit https://github.com/dtaht/tc-adv/commit/3314230bc47328bc9b44faacaad8210065ef98b7
  - Do not include the other things from tc-adv (cake0, cake2, pie etc.).

V2 - KDB Small update to base on latest cake tc changes (wash option
deprecated)
V3 - KDB Move kmod-sched-cake package to kernel as is kernel related
v4 - KDB Split into individual patches, tc & kmod

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Acked-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
package/network/utils/iproute2/Makefile
package/network/utils/iproute2/patches/950-add-cake-to-tc.patch [new file with mode: 0644]