diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 14:05:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 14:05:54 +0000 |
commit | 71407a592ee6871b8869db0f4c2b8e268e042771 (patch) | |
tree | ec03141eb8d7d5a2e23d0705b9b9a6ca35837432 /package/iproute2/patches/006-iproute2-tc_esfq.patch | |
parent | 7c2dcfc1b33db2d5ddd538cba271e15b64efc0be (diff) | |
download | upstream-71407a592ee6871b8869db0f4c2b8e268e042771.tar.gz upstream-71407a592ee6871b8869db0f4c2b8e268e042771.tar.bz2 upstream-71407a592ee6871b8869db0f4c2b8e268e042771.zip |
upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/006-iproute2-tc_esfq.patch')
-rw-r--r-- | package/iproute2/patches/006-iproute2-tc_esfq.patch | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/package/iproute2/patches/006-iproute2-tc_esfq.patch b/package/iproute2/patches/006-iproute2-tc_esfq.patch index 29a51224bd..2d9acd5daf 100644 --- a/package/iproute2/patches/006-iproute2-tc_esfq.patch +++ b/package/iproute2/patches/006-iproute2-tc_esfq.patch @@ -1,7 +1,5 @@ -Index: iproute2-2.6.25/include/linux/pkt_sched.h -=================================================================== ---- iproute2-2.6.25.orig/include/linux/pkt_sched.h 2008-05-01 00:37:45.000000000 +0100 -+++ iproute2-2.6.25/include/linux/pkt_sched.h 2008-05-01 20:30:49.000000000 +0100 +--- a/include/linux/pkt_sched.h ++++ b/include/linux/pkt_sched.h @@ -174,8 +174,38 @@ struct tc_sfq_qopt * * The only reason for this is efficiency, it is possible @@ -41,7 +39,7 @@ Index: iproute2-2.6.25/include/linux/pkt_sched.h /* RED section */ enum -@@ -568,8 +598,37 @@ struct tc_sfq_xstats +@@ -588,8 +618,37 @@ struct tc_sfq_xstats * * The only reason for this is efficiency, it is possible * to change these parameters in compile time. @@ -79,10 +77,8 @@ Index: iproute2-2.6.25/include/linux/pkt_sched.h /* RED section */ enum -Index: iproute2-2.6.25/tc/Makefile -=================================================================== ---- iproute2-2.6.25.orig/tc/Makefile 2008-05-01 00:30:13.000000000 +0100 -+++ iproute2-2.6.25/tc/Makefile 2008-05-01 20:30:49.000000000 +0100 +--- a/tc/Makefile ++++ b/tc/Makefile @@ -7,6 +7,7 @@ include ../Config TCMODULES := TCMODULES += q_fifo.o @@ -91,10 +87,8 @@ Index: iproute2-2.6.25/tc/Makefile TCMODULES += q_red.o TCMODULES += q_prio.o TCMODULES += q_tbf.o -Index: iproute2-2.6.25/tc/q_esfq.c -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ iproute2-2.6.25/tc/q_esfq.c 2008-05-01 20:31:09.000000000 +0100 +--- /dev/null ++++ b/tc/q_esfq.c @@ -0,0 +1,200 @@ +/* + * q_esfq.c ESFQ. |