Re: [PATCH v4 net-next 00/11] ibmvnic: Updated reset handler and code fixes

2017-05-03 Thread David Miller
From: Nathan Fontenot Date: Wed, 03 May 2017 14:04:20 -0400 > This set of patches multiple code fixes and a new rest handler > for the ibmvnic driver. In order to implement the new reset handler > for the ibmvnic driver resource initialization needed to be moved to >

[PATCH v4 net-next 00/11] ibmvnic: Updated reset handler and code fixes

2017-05-03 Thread Nathan Fontenot
This set of patches multiple code fixes and a new rest handler for the ibmvnic driver. In order to implement the new reset handler for the ibmvnic driver resource initialization needed to be moved to its own routine, a state variable is introduced to replace the various is_* flags in the driver,