git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e715c
)
mlx4: use napi_schedule_irqoff()
author
Eric Dumazet
<edumazet@google.com>
Wed, 29 Oct 2014 23:54:45 +0000
(16:54 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 30 Oct 2014 20:50:47 +0000
(16:50 -0400)
mlx4_en_rx_irq() and mlx4_en_tx_irq() run from hard interrupt context.
They can use napi_schedule_irqoff() instead of napi_schedule()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-By: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found