ixgbe: modify behavior on receiving a HW ECC error.
authorDon Skidmore <donald.c.skidmore@intel.com>
Wed, 26 Feb 2014 01:58:53 +0000 (17:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Feb 2014 20:54:51 +0000 (15:54 -0500)
commitd773ce2de1c670e0d259870a2ea8fd9f60ab98cd
tree2cba389395405c9bcae7ba6f5f06d0b352fffeb3
parent0b95227a7ba7e69f795757cd7c839eff0615f2d1
ixgbe: modify behavior on receiving a HW ECC error.

Currently when we noticed a HW ECC error we would request the use reload
the driver to force a reset of the part.  This was done due to the mistaken
believe that a normal reset would not be sufficient.  Well it turns out it
would be so now we just schedule a reset upon seeing the ECC.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c