]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
SCHED: netem: Correct documentation comment in code.
authorJesper Dangaard Brouer <hawk@comx.dk>
Mon, 15 Dec 2008 08:39:17 +0000 (00:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Dec 2008 08:39:17 +0000 (00:39 -0800)
The netem simulator is no longer limited by Linux timer resolution HZ.
Not since Patrick McHardy changed the QoS system to use hrtimer.

Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_netem.c

index a11959908d9a68c405114d56c5073c0d77647402..98402f0efa47727677b8d57acfe2ecd7cb9441b2 100644 (file)
@@ -46,9 +46,6 @@
         layering other disciplines.  It does not need to do bandwidth
         control either since that can be handled by using token
         bucket or other rate control.
         layering other disciplines.  It does not need to do bandwidth
         control either since that can be handled by using token
         bucket or other rate control.
-
-        The simulator is limited by the Linux timer resolution
-        and will create packet bursts on the HZ boundary (1ms).
 */
 
 struct netem_sched_data {
 */
 
 struct netem_sched_data {