commit | 0afb51e72855971dba83b3c6b70c547c2d1161fd | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Thu May 26 12:53:49 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 26 12:53:49 2005 -0700 |
tree | 8f0e3cd40e381f4dd9de2e7431490ae8cbbf6498 | |
parent | cdbbde14cb55dd10771ce79154f787322d88411b [diff] |
[PKT_SCHED]: netem: reinsert for duplication 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>