ibmvnic: Non-fatal error handling
Handle non-fatal error conditions. The process to do this when resetting the driver is to just do __ibmvnic_close followed by __ibmvnic_open. Signed-off-by: John Allen <jallen@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
10f7621588
commit
8cb31cfc94
@@ -925,6 +925,7 @@ enum vnic_state {VNIC_PROBING = 1,
|
||||
enum ibmvnic_reset_reason {VNIC_RESET_FAILOVER = 1,
|
||||
VNIC_RESET_MOBILITY,
|
||||
VNIC_RESET_FATAL,
|
||||
VNIC_RESET_NON_FATAL,
|
||||
VNIC_RESET_TIMEOUT};
|
||||
|
||||
struct ibmvnic_rwi {
|
||||
|
Reference in New Issue
Block a user