[Intel-wired-lan] [PATCH 2/3] i40e/i40evf: use napi_schedule_irqoff()
Bowers, AndrewX
andrewx.bowers at intel.com
Mon Oct 5 18:41:14 UTC 2015
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Alexander Duyck
> Sent: Tuesday, September 29, 2015 3:20 PM
> To: netdev at vger.kernel.org; intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH 2/3] i40e/i40evf: use
> napi_schedule_irqoff()
>
> The i40e_intr and i40e/i40evf_msix_clean_rings functions run from hard
> interrupt context or with interrupts already disabled in netpoll.
>
> They can use napi_schedule_irqoff() instead of napi_schedule()
>
> Signed-off-by: Alexander Duyck <aduyck at mirantis.com>
> ---
> drivers/net/ethernet/intel/i40e/i40e_main.c | 6 ++++--
> drivers/net/ethernet/intel/i40evf/i40evf_main.c | 2 +-
> 2 files changed, 5 insertions(+), 3 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Patch code changes correctly applied
More information about the Intel-wired-lan
mailing list