Re: [PATCH net] ibmvnic: Fix error recovery on login failure

2018-07-16 Thread David Miller
From: John Allen Date: Mon, 16 Jul 2018 10:29:30 -0500 > Testing has uncovered a failure case that is not handled properly. In the > event that a login fails and we are not able to recover on the spot, we > return 0 from do_reset, preventing any error recovery code from being > triggered. Additi

[PATCH net] ibmvnic: Fix error recovery on login failure

2018-07-16 Thread John Allen
Testing has uncovered a failure case that is not handled properly. In the event that a login fails and we are not able to recover on the spot, we return 0 from do_reset, preventing any error recovery code from being triggered. Additionally, the state is set to "probed" meaning that when we are abl