* [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
* Re: [PATCH 1/1] SCHED: netem: Correct documentation comment in code.
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
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2008-12-11 17:21 UTC (permalink / raw)
To: Jesper Dangaard Brouer; +Cc: David S. Miller, netdev@vger.kernel.org
On Thu, 11 Dec 2008 14:18:09 +0100
Jesper Dangaard Brouer <hawk@comx.dk> wrote:
>
> 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>
That depends if HIGH_RES_TIMERS are configured.
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] SCHED: netem: Correct documentation comment in code.
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
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2008-12-15 8:39 UTC (permalink / raw)
To: hawk; +Cc: shemminger, netdev
From: Jesper Dangaard Brouer <hawk@comx.dk>
Date: Thu, 11 Dec 2008 14:18:09 +0100
>
> 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>
Applied, thanks Jesper.
^ permalink raw reply [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;
as well as URLs for NNTP newsgroup(s).