Re: [PATCH net-next] ibmvnic: Check for transport event on driver resume

2017-07-24 Thread David Miller
From: John Allen Date: Mon, 24 Jul 2017 13:26:06 -0500 > On resume, the ibmvnic driver will fail to resume normal operation. > The main crq gets closed on suspend by the vnic server and doesn't get > reopened again as the interrupt for the transport event that would reset > the main crq comes in

[PATCH net-next] ibmvnic: Check for transport event on driver resume

2017-07-24 Thread John Allen
On resume, the ibmvnic driver will fail to resume normal operation. The main crq gets closed on suspend by the vnic server and doesn't get reopened again as the interrupt for the transport event that would reset the main crq comes in after the driver has been suspended. This patch resolves the iss