summaryrefslogtreecommitdiff
path: root/vlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'vlan.h')
0 files changed, 0 insertions, 0 deletions
e85c4fe0ff190fbfb4212faf98'>2a968dd8f7d71ae85c4fe0ff190fbfb4212faf98 (diff)
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>
Diffstat