commit | 477b35b44febe2c972e35ca6517ea9c9768a2458 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Oct 29 16:54:45 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 30 16:50:47 2014 -0400 |
tree | 8f3412d9f54c4c25c21be07c08415324c58812b0 | |
parent | f4e715c3254e3c0167b5d4272901a2b248b65ad2 [diff] |
mlx4: use napi_schedule_irqoff() 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>