[PKT_SCHED]: netem: reinsert for duplication
authorStephen Hemminger <shemminger@osdl.org>
Thu, 26 May 2005 19:53:49 +0000 (12:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 May 2005 19:53:49 +0000 (12:53 -0700)
Handle duplication of packets in netem by re-inserting at top of qdisc tree.
This avoid problems with qlen accounting with nested qdisc. This recursion
requires no additional locking but will potentially increase stack depth.

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

No differences found