-----Original Message----- From: Intel-wired-lan [mailto:[email protected]] On Behalf Of Alexander Duyck Sent: Tuesday, September 29, 2015 3:20 PM To: [email protected]; [email protected] Subject: [Intel-wired-lan] [PATCH 3/3] fm10k: use napi_schedule_irqoff()
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 <[email protected]> --- Tested-by: Krishneil Singh <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
