projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
iproute2
/
patches
/
006-iproute2-tc_esfq.patch
diff --git
a/package/iproute2/patches/006-iproute2-tc_esfq.patch
b/package/iproute2/patches/006-iproute2-tc_esfq.patch
index
2d9acd5
..
65dbc4f
100644
(file)
--- a/
package/iproute2/patches/006-iproute2-tc_esfq.patch
+++ b/
package/iproute2/patches/006-iproute2-tc_esfq.patch
@@
-1,3
+1,9
@@
+---
+ include/linux/pkt_sched.h | 59 +++++++++++++
+ tc/Makefile | 1
+ tc/q_esfq.c | 200 ++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 260 insertions(+)
+
--- a/include/linux/pkt_sched.h
+++ b/include/linux/pkt_sched.h
@@ -174,8 +174,38 @@ struct tc_sfq_qopt
--- a/include/linux/pkt_sched.h
+++ b/include/linux/pkt_sched.h
@@ -174,8 +174,38 @@ struct tc_sfq_qopt
@@
-39,7
+45,7
@@
/* RED section */
enum
/* RED section */
enum
-@@ -5
88,8 +618,37 @@ struct tc_sfq_xstats
+@@ -5
79,8 +609,37 @@ struct tc_sfq_xstats {
*
* The only reason for this is efficiency, it is possible
* to change these parameters in compile time.
*
* The only reason for this is efficiency, it is possible
* to change these parameters in compile time.
@@
-76,10
+82,10
@@
+
/* RED section */
+
/* RED section */
- enum
+ enum
{
--- a/tc/Makefile
+++ b/tc/Makefile
--- a/tc/Makefile
+++ b/tc/Makefile
-@@ -
7,6 +7,7 @@ include ../Config
+@@ -
8,6 +8,7 @@ SHARED_LIBS ?= y
TCMODULES :=
TCMODULES += q_fifo.o
TCMODULES += q_sfq.o
TCMODULES :=
TCMODULES += q_fifo.o
TCMODULES += q_sfq.o
This page took
0.023594 seconds
and
4
git commands to generate.