ixgbe: Do not attempt to perform interrupts in netpoll when down
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 13 Jan 2010 01:49:13 +0000 (01:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Jan 2010 01:12:45 +0000 (17:12 -0800)
commit1a647bd213d85c88507967104aea79b2649e6a6e
tree67fd2d5d2a5f02b0000ef11650e04a946eb9d2a0
parentff30b3642c1f56a5ae6522b78e82be867086c637
ixgbe: Do not attempt to perform interrupts in netpoll when down

This patch resolves issues seen when running netconsole and rebooting via
reboot -f.  The issue was due to the fact that we were attempting to
perform interrupt actions when the q_vectors and rings had already been
freed via the ixgbe_shutdown routines.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c