* [PATCH 1/1] SCHED: netem: Correct documentation comment in code.
@ 2008-12-11 13:18 Jesper Dangaard Brouer
2008-12-11 17:21 ` Stephen Hemminger
2008-12-15 8:39 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Jesper Dangaard Brouer @ 2008-12-11 13:18 UTC (permalink / raw)
To: David S. Miller, Stephen Hemminger; +Cc: netdev@vger.kernel.org
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>
---
net/sched/sch_netem.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c
index a119599..98402f0 100644
--- a/net/sched/sch_netem.c
+++ b/net/sched/sch_netem.c
@@ -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.
-
- The simulator is limited by the Linux timer resolution
- and will create packet bursts on the HZ boundary (1ms).
*/
struct netem_sched_data {
--
1.5.4.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-12-15 8:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 13:18 [PATCH 1/1] SCHED: netem: Correct documentation comment in code Jesper Dangaard Brouer
2008-12-11 17:21 ` Stephen Hemminger
2008-12-15 8:39 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox