]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: don't shut down admin queue on error
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 6 Mar 2014 08:59:52 +0000 (08:59 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 21 Mar 2014 08:31:47 +0000 (01:31 -0700)
commite77b0020786797e633d1f03c251d34851e6ed342
tree3b5ae7ac69440e1f79c231ae83b47031a93ec2ff
parentc2ad79f8b1e4a42f11fd6e8a0644cc6577e50584
i40evf: don't shut down admin queue on error

If the driver encounters an error while communicating with the PF
driver,  don't just shut down the admin queue unconditionally. The PF
may be delayed, and shutting down the admin queue causes it to fail
completely. If this happens, the VF will never complete initialization.

Change-ID: I6192e9d8caeefb738428c3597fa2f54fa400ce7f
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>
drivers/net/ethernet/intel/i40evf/i40evf_main.c