Re: [PATCH net] ibmvnic: Disable irqs before exiting reset from closed state

2018-04-01 Thread David Miller
From: John Allen Date: Fri, 30 Mar 2018 13:44:21 -0500 > When the driver is closed, all the associated irqs are disabled. In the > event that the driver exits a reset in the closed state, we should be > consistent with the state we are in directly after a close. So before we > exit the reset rout

[PATCH net] ibmvnic: Disable irqs before exiting reset from closed state

2018-03-30 Thread John Allen
When the driver is closed, all the associated irqs are disabled. In the event that the driver exits a reset in the closed state, we should be consistent with the state we are in directly after a close. So before we exit the reset routine, all irqs should be disabled as well. This will prevent the i