[NETEM]: avoid excessive requeues
authorStephen Hemminger <shemminger@linux-foundation.org>
Thu, 22 Mar 2007 19:17:42 +0000 (12:17 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:22 +0000 (22:27 -0700)
The netem code would call getnstimeofday() and dequeue/requeue after
every packet, even if it was waiting. Avoid this overhead by using
the throttled flag.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found