ixgbe: Patch to fix driver panic while freeing up tx & rx resources
authorMallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Tue, 31 Mar 2009 21:34:44 +0000 (21:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2009 08:02:32 +0000 (01:02 -0700)
commita20a1199a8a7f2bc92bd2a01e212980328e42bc7
tree9cfe7be1e2d5d0f90313b17d0252470bfadbfa7b
parent44df32c592f5a626c9f2ed56642e939788022408
ixgbe: Patch to fix driver panic while freeing up tx & rx resources

When network interface is made active we were not handling the error
scenarios properly to clean up rx & tx resources which might result in
a driver panic.

Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@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