mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:47:31 +02:00
kernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37
Fixes a bug that led to ECN enabled flows being de-prioritized by pfifo_fast git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
84a5abf7df
commit
a2ba8cb781
@ -0,0 +1,11 @@
|
|||||||
|
--- a/net/ipv4/route.c
|
||||||
|
+++ b/net/ipv4/route.c
|
||||||
|
@@ -165,7 +165,7 @@ static struct dst_ops ipv4_dst_ops = {
|
||||||
|
|
||||||
|
const __u8 ip_tos2prio[16] = {
|
||||||
|
TC_PRIO_BESTEFFORT,
|
||||||
|
- ECN_OR_COST(FILLER),
|
||||||
|
+ ECN_OR_COST(BESTEFFORT),
|
||||||
|
TC_PRIO_BESTEFFORT,
|
||||||
|
ECN_OR_COST(BESTEFFORT),
|
||||||
|
TC_PRIO_BULK,
|
Loading…
Reference in New Issue
Block a user