Skip to content

Commit

Permalink
iproute2: Add support for cake qdisc
Browse files Browse the repository at this point in the history
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 dtaht/tc-adv@3314230
  - 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 <[email protected]>
Acked-by: Kevin Darbyshire-Bryant <[email protected]>
  • Loading branch information
hnyman authored and blogic committed Jun 6, 2016
1 parent bf89f54 commit 23147dd
Show file tree
Hide file tree
Showing 2 changed files with 670 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/utils/iproute2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=iproute2
PKG_VERSION:=4.4.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2
Expand Down
Loading

0 comments on commit 23147dd

Please sign in to comment.