projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[malta] fix module loading due to CONFIG_LOCALVERSION being on (#7144)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.32
/
200-sched_esfq.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.32/200-sched_esfq.patch
b/target/linux/generic-2.6/patches-2.6.32/200-sched_esfq.patch
index
fb28e90
..
f3636e6
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.32/200-sched_esfq.patch
+++ b/
target/linux/generic-2.6/patches-2.6.32/200-sched_esfq.patch
@@
-90,7
+90,7
@@
obj-$(CONFIG_NET_SCH_PRIO) += sch_prio.o
--- /dev/null
+++ b/net/sched/sch_esfq.c
obj-$(CONFIG_NET_SCH_PRIO) += sch_prio.o
--- /dev/null
+++ b/net/sched/sch_esfq.c
-@@ -0,0 +1,70
0
@@
+@@ -0,0 +1,70
2
@@
+/*
+ * net/sched/sch_esfq.c Extended Stochastic Fairness Queueing discipline.
+ *
+/*
+ * net/sched/sch_esfq.c Extended Stochastic Fairness Queueing discipline.
+ *
@@
-144,7
+144,9
@@
+#include <net/sock.h>
+#include <net/pkt_sched.h>
+#include <linux/jhash.h>
+#include <net/sock.h>
+#include <net/pkt_sched.h>
+#include <linux/jhash.h>
++#ifdef CONFIG_NET_SCH_ESFQ_NFCT
+#include <net/netfilter/nf_conntrack.h>
+#include <net/netfilter/nf_conntrack.h>
++#endif
+
+/* Stochastic Fairness Queuing algorithm.
+ For more comments look at sch_sfq.c.
+
+/* Stochastic Fairness Queuing algorithm.
+ For more comments look at sch_sfq.c.
This page took
0.02644 seconds
and
4
git commands to generate.