Files
kernel_arpi/drivers/net/ethernet
Sowmini Varadhan 13b13dd97c sunvnet: Remove irqsave/irqrestore on vio.lock
After the  NAPIfication of sunvnet, we no longer need to
synchronize by doing irqsave/restore on vio.lock in the
I/O fastpath.

NAPI ->poll() is non-reentrant, so all RX processing occurs
strictly in a serialized environment. TX reclaim is done in NAPI
context, so the netif_tx_lock can be used to serialize
critical sections between Tx and Rx paths.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-10-25 16:20:16 -04:00
..
2014-10-24 00:41:31 -04:00
2014-10-05 21:39:40 -04:00
2014-10-14 15:59:37 -04:00
2014-09-22 15:01:09 -04:00
2014-10-23 20:38:05 -07:00
2014-10-08 15:58:45 -04:00
2014-10-15 11:45:42 -04:00