diff options
author | Mitch Williams <mitch.a.williams@intel.com> | 2015-01-09 11:18:15 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-02-08 20:11:44 -0800 |
commit | 3ba9bcb4b68fa63f38bca910ccd4a1bf3cb4195f (patch) | |
tree | 283c7c13f9397dfce443ef0ee97e097921db6d04 /drivers/ata/sata_promise.c | |
parent | 07574897d3fefb7f6af5c4128c322a5a05491e62 (diff) |
i40e: add locking around VF reset
During VF deallocation, we need to lock out the VF reset code. However,
we cannot depend on simply masking the interrupt, as this does not lock
out the service task, which can still call the reset routine. Instead,
leave the interrupt enabled, but add locking around the VF disable and
reset routines.
For the disable code, we wait to get the lock, as the reset code will
take a finite amount of time to run. For the reset code, we just return
if we fail to get the lock. Since we know that the VFs are being
disabled, we don't need to handle the reset.
This fixes a panic when disabling SR-IOV.
Change-ID: Iea0a6cdef35c331f48c6d5b2f8e6f0e86322e7d8
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/ata/sata_promise.c')
0 files changed, 0 insertions, 0 deletions