Files
linux/net
Yang Yingliang b2ce49e737 sch_hhf: fix comparison of qlen and limit
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>
2014-05-12 14:55:21 -04:00
..
2014-05-12 14:03:41 -04:00
2014-05-07 16:06:05 -04:00
2014-01-21 18:13:05 -08:00
2014-04-20 18:18:55 -04:00
2014-05-12 14:03:41 -04:00
2014-05-12 14:03:41 -04:00
2014-02-12 19:26:32 -05:00
2014-05-12 14:03:41 -04:00
2013-09-23 16:52:45 -04:00
2013-10-19 19:36:19 -04:00
2014-05-09 15:59:45 -04:00
2014-05-12 14:03:41 -04:00
2013-11-21 13:09:42 -05:00
2010-10-15 15:53:27 +02:00
2014-04-16 15:15:05 -04:00