commit | db40b3f55a2297eff15f24a4d3d52f70783a6530 | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Sun Nov 23 01:22:51 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 23 14:31:25 2014 -0500 |
tree | e677d547bc11ebc9dad8eb74a1db4d79e14e8e38 | |
parent | bd635c354de407b3cdca9d0948c7bfdc3c0c63cf [diff] |
enic: use napi_schedule_irqoff() enic_isr_legacy(), enic_isr_msix() & enic_isr_msi() run from hard interrupt context. They can use napi_schedule_irqoff() instead of napi_schedule() Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>