Re: [PATCH net-next] ibmvnic: Track state of adapter napis

2017-05-05 Thread David Miller
From: John Allen Date: Fri, 5 May 2017 11:31:58 -0500 > Track the state of ibmvnic napis. The driver can get into states where it > can be reset when napis are already disabled and attempting to disable them > again will cause the driver to hang. > > Signed-off-by: John Allen The net-next tree

[PATCH net-next] ibmvnic: Track state of adapter napis

2017-05-05 Thread John Allen
Track the state of ibmvnic napis. The driver can get into states where it can be reset when napis are already disabled and attempting to disable them again will cause the driver to hang. Signed-off-by: John Allen --- diff --git a/drivers/net/ethernet/ibm/ibmvnic.c b/drivers/net/ethernet/ibm/ibmv