ibmvnic: Handle failover after failed init crq

Handle case where phyp sends a failover after failing to send the
init crq.

Signed-off-by: John Allen <jallen@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
John Allen
2017-05-26 10:30:19 -04:00
committed by David S. Miller
parent d944c3d60a
commit 017892c1ec
2 changed files with 11 additions and 2 deletions

View File

@@ -1031,5 +1031,5 @@ struct ibmvnic_adapter {
struct list_head rwi_list;
struct work_struct ibmvnic_reset;
bool resetting;
bool napi_enabled;
bool napi_enabled, from_passive_init;
};