git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06c7f9
)
sch_hhf: fix comparison of qlen and limit
author
Yang Yingliang
<yangyingliang@huawei.com>
Fri, 9 May 2014 08:49:05 +0000
(16:49 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 12 May 2014 18:55:21 +0000
(14:55 -0400)
When I use the following command, eth0 cannot send any packets.
#tc qdisc add dev eth0 root handle 1: hhf limit 1
Because qlen need be smaller than limit, all packets were dropped.
Fix this by qlen *<=* limit.
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_hhf.c
patch
|
blob
|
history
diff --cc
net/sched/sch_hhf.c
Simple merge