diff options
author | 2014-04-01 07:11:50 +0000 | |
---|---|---|
committer | 2014-04-28 05:00:46 -0700 | |
commit | 169f40760ec5e96b9c2e8718ae8f407f5c1e3fc6 (patch) | |
tree | 6d39833a19df48255fcb8c5115303cc6bb21103a /net/tipc | |
parent | i40e: Don't stop driver probe when querying DCB config fails (diff) | |
download | linux-dev-169f40760ec5e96b9c2e8718ae8f407f5c1e3fc6.tar.xz linux-dev-169f40760ec5e96b9c2e8718ae8f407f5c1e3fc6.zip |
i40evf: fix panic on PF driver fail
Fix a panic that would occur in the VF if the PF driver failed or was
removed from the host kernel. In this case, the VF driver calls
i40evf_close(), but this function does nothing because the driver is in
the resetting state. Because of this, the driver doesn't free its irqs
and causes a kernel panic when it tries to disable MSI-X.
Change-ID: If95644a89e554b4d7be0dca1b6add26f63047129
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions