Stephen Hemminger 6e583ce524 net: eliminate refcounting in backlog queue
Avoid the overhead of atomic increment/decrement on each received packet.
This helps performance of non-NAPI devices (like loopback).
Use cleanup function to walk queue on each cpu and clean out any
left over packets.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-03 21:29:57 -07:00
..
2008-07-24 10:47:27 -07:00
2008-07-28 21:14:43 +02:00
2008-07-29 16:55:08 -04:00
2008-07-24 10:47:27 -07:00
2008-07-08 03:23:36 -07:00