diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-09-12 11:05:55 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-09-12 11:05:55 +0000 |
commit | 0c4abfba31ea3f132c69e6233633d9d301e6949a (patch) | |
tree | 52b4c152fed3f9c16a3be16a298ed47f1fa835bd /package/iproute2/patches/006-iproute2-tc_esfq.patch | |
parent | 393c83514bf9321f67910ec4ca00abf9922b74a6 (diff) | |
download | upstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.tar.gz upstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.tar.bz2 upstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.zip |
iproute2: Add lex/yacc files dependencies. Refresh other patches.
SVN-Revision: 23027
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, 13 insertions, 7 deletions
diff --git a/package/iproute2/patches/006-iproute2-tc_esfq.patch b/package/iproute2/patches/006-iproute2-tc_esfq.patch index 4552d50658..8546ef6a4d 100644 --- a/package/iproute2/patches/006-iproute2-tc_esfq.patch +++ b/package/iproute2/patches/006-iproute2-tc_esfq.patch @@ -1,5 +1,11 @@ ---- a/include/linux/pkt_sched.h -+++ b/include/linux/pkt_sched.h +--- + include/linux/pkt_sched.h | 59 +++++++++++++ + tc/Makefile | 1 + tc/q_esfq.c | 200 ++++++++++++++++++++++++++++++++++++++++++++++ + 3 files changed, 260 insertions(+) + +--- iproute2-2.6.35.orig/include/linux/pkt_sched.h ++++ iproute2-2.6.35/include/linux/pkt_sched.h @@ -174,8 +174,38 @@ struct tc_sfq_qopt * * The only reason for this is efficiency, it is possible @@ -39,7 +45,7 @@ /* RED section */ enum -@@ -588,8 +618,37 @@ struct tc_sfq_xstats +@@ -579,8 +609,37 @@ struct tc_sfq_xstats { * * The only reason for this is efficiency, it is possible * to change these parameters in compile time. @@ -76,9 +82,9 @@ + /* RED section */ - enum ---- a/tc/Makefile -+++ b/tc/Makefile + enum { +--- iproute2-2.6.35.orig/tc/Makefile ++++ iproute2-2.6.35/tc/Makefile @@ -8,6 +8,7 @@ SHARED_LIBS ?= y TCMODULES := TCMODULES += q_fifo.o @@ -88,7 +94,7 @@ TCMODULES += q_prio.o TCMODULES += q_tbf.o --- /dev/null -+++ b/tc/q_esfq.c ++++ iproute2-2.6.35/tc/q_esfq.c @@ -0,0 +1,200 @@ +/* + * q_esfq.c ESFQ. |