1
0
Files
linux/drivers
Mark Rustad 09f40aeddd ixgbe: Indicate removal state explicitly
Add a bit, __IXGBE_REMOVING, to indicate that the module is being
removed. The __IXGBE_DOWN bit had been overloaded for this purpose,
but that leads to trouble. A few places now check both __IXGBE_DOWN
and __IXGBE_REMOVE. Notably, setting either bit will prevent service
task execution.

Signed-off-by: Mark Rustad <mark.d.rustad@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>
2014-01-14 18:59:17 -08:00
..
2013-10-29 12:53:07 +02:00
2013-11-07 19:24:20 +01:00
2013-12-11 10:56:21 -05:00
2014-01-13 14:29:49 -08:00
2013-12-06 15:22:05 -05:00
2013-12-10 08:48:15 +01:00