]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: Clean up MSIX IRQs before suspend
authorGreg Rose <gregory.v.rose@intel.com>
Mon, 16 May 2016 17:26:37 +0000 (10:26 -0700)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:30:27 +0000 (19:30 -0500)
commitc1172f74c204d45d1bc3ed9165d57fa50b46f01e
tree9113cd4d027b2710e61962b9af50bea3bea295f8
parentd6a5b17d3770e50cfb245e0d952b842269c5ce92
i40e: Clean up MSIX IRQs before suspend

Orabug: 24568124

The i40e_suspend() function calls another function that preps the device
for the power save and resume by freeing all the Tx/Rx resources and
interrupts but that function does not free the "other" causes interrupt
vector and IRQ. It also fails to call synchronize_irq() before freeing
the IRQ vectors.  This sometimes may result in some AER errors on those
systems with that PCIe error reporting feature enabled.

Call synchronize_irq() before freeing IRQ vectors and explicitly free
the other causes interrupt resources and shut down that MSIX interrupt.

Change-ID: Ib88e4536756518a352446da0232189716618ad81
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit b33d3b7321bb5ae291851fce31688d2d3c432e6b)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c