ixgbe/ixgbevf: use napi_schedule_irqoff()
Orabug:
23177316
The ixgbe_intr and ixgbe/ixgbevf_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@mirantis.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit
ef2662b2a820aaca4c147b91659bf57c06688ede)
Signed-off-by: Brian Maly <brian.maly@oracle.com>