RE: [Intel-wired-lan] [PATCH 3/3] fm10k: use napi_schedule_irqoff()

2015-10-27 Thread Singh, Krishneil K
-Original Message- From: Intel-wired-lan [mailto:intel-wired-lan-boun...@lists.osuosl.org] On Behalf Of Alexander Duyck Sent: Tuesday, September 29, 2015 3:20 PM To: netdev@vger.kernel.org; intel-wired-...@lists.osuosl.org Subject: [Intel-wired-lan] [PATCH 3/3] fm10k: use

[PATCH 3/3] fm10k: use napi_schedule_irqoff()

2015-09-29 Thread Alexander Duyck
The fm10k_msix_clean_rings function runs from hard interrupt context or with interrupts already disabled in netpoll. It can use napi_schedule_irqoff() instead of napi_schedule() Signed-off-by: Alexander Duyck --- drivers/net/ethernet/intel/fm10k/fm10k_pci.c |2 +- 1