[PKT_SCHED] netem: Orphan SKB when adding to queue.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 23 Oct 2006 04:00:33 +0000 (21:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 23 Oct 2006 04:00:33 +0000 (21:00 -0700)
The networking emulator can queue SKBs for a very long
time, so if you're using netem on the sender side for
large bandwidth/delay product testing, the SKB socket
send queue sizes become artificially larger.

Correct this by calling skb_orphan() in netem_enqueue().

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found