Re: [PATCH net] ibmvnic: Fix partial success login retries

2018-05-25 Thread David Miller
From: Thomas Falcon Date: Thu, 24 May 2018 14:37:53 -0500 > In its current state, the driver will handle backing device > login in a loop for a certain number of retries while the > device returns a partial success, indicating that the driver > may need to try again using a smaller number of reso

[PATCH net] ibmvnic: Fix partial success login retries

2018-05-24 Thread Thomas Falcon
In its current state, the driver will handle backing device login in a loop for a certain number of retries while the device returns a partial success, indicating that the driver may need to try again using a smaller number of resources. The variable it checks to continue retrying may change over