commit | c6012ac1c35bc49fba0f133dffe233ae7d04a881 | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Wed Oct 09 07:09:44 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Nov 06 16:41:45 2019 -0800 |
tree | 57837f38dd1c56578a1a58ac2e141bf0c75c14fc | |
parent | cfbf13674be4ecb9a38048cd228c382825807b12 [diff] |
ice: fix driver unload flow As part of the driver unload flow, a PF reset is issued which may still cause an interrupt to be generated by the device. Do not clear the interrupt scheme until the reset is complete and there are no pending transactions otherwise a hardware error may occur. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>