commit | 3c8e0b989aa1afc01aa1b236b31b6c7628610c85 | [log] [tgz] |
---|---|---|
author | Mitch Williams <mitch.a.williams@intel.com> | Fri Feb 27 09:18:31 2015 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 09 05:20:45 2015 -0700 |
tree | d94d8ba019d6b911c066c280821ed7457e937668 | |
parent | 1efc80eeee8c89188e78545c87a613e480aefd96 [diff] |
i40vf: don't stop me now If a reset occurs when the netdev is closed, the reset task will hang in napi_disable, causing deadlocks and general grumpiness. Check to make sure the device is actually running before stopping everything. This allows the reset task to complete and have a real good time. Change-ID: Iaaea84acbcb9b3810c216b14c3326e4287b75b58 Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>