Eric Dumazet 15e83ed788 net: remove zap_completion_queue
netpoll does an interesting work in zap_completion_queue(), but this was
before we did skb orphaning before delivering packets to device.

It now makes sense to add a test in dev_kfree_skb_irq() to not queue a
skb if already orphaned, and to remove netpoll zap_completion_queue() as
a bonus.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-31 00:24:01 -07:00
..
2010-05-31 00:24:01 -07:00
2010-04-13 03:32:44 -07:00
2010-05-28 01:57:16 -07:00
2010-05-31 00:24:01 -07:00
2010-03-21 20:33:36 -07:00
2010-05-27 00:30:53 -07:00