Re: [PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery

2014-06-13 Thread Brian King
On 06/13/2014 10:49 AM, James Bottomley wrote: > On Fri, 2014-06-13 at 10:30 -0500, Brian King wrote: >> On 05/27/2014 08:55 AM, Nathan Fontenot wrote: >>> On 05/23/2014 10:52 AM, Brian King wrote: If a CRQ reset is triggered for some reason while in the middle of performing VSCSI adapter

Re: [PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery

2014-06-13 Thread James Bottomley
On Fri, 2014-06-13 at 10:30 -0500, Brian King wrote: > On 05/27/2014 08:55 AM, Nathan Fontenot wrote: > > On 05/23/2014 10:52 AM, Brian King wrote: > >> If a CRQ reset is triggered for some reason while in the middle > >> of performing VSCSI adapter initialization, we don't want to > >> call the do

Re: [PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery

2014-06-13 Thread Brian King
On 05/27/2014 08:55 AM, Nathan Fontenot wrote: > On 05/23/2014 10:52 AM, Brian King wrote: >> If a CRQ reset is triggered for some reason while in the middle >> of performing VSCSI adapter initialization, we don't want to >> call the done function for the initialization MAD commands as >> this will

Re: [PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery

2014-05-27 Thread Nathan Fontenot
On 05/23/2014 10:52 AM, Brian King wrote: > If a CRQ reset is triggered for some reason while in the middle > of performing VSCSI adapter initialization, we don't want to > call the done function for the initialization MAD commands as > this will only result in two threads attempting initialization

Re: [PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery

2014-05-23 Thread Brian King
On 05/23/2014 11:03 AM, Bart Van Assche wrote: > On 05/23/14 17:52, Brian King wrote: >> If a CRQ reset is triggered for some reason while in the middle >> of performing VSCSI adapter initialization, we don't want to >> call the done function for the initialization MAD commands as >> this will only

Re: [PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery

2014-05-23 Thread Bart Van Assche
On 05/23/14 17:52, Brian King wrote: > If a CRQ reset is triggered for some reason while in the middle > of performing VSCSI adapter initialization, we don't want to > call the done function for the initialization MAD commands as > this will only result in two threads attempting initialization > at

[PATCHv2 1/2] ibmvscsi: Abort init sequence during error recovery

2014-05-23 Thread Brian King
If a CRQ reset is triggered for some reason while in the middle of performing VSCSI adapter initialization, we don't want to call the done function for the initialization MAD commands as this will only result in two threads attempting initialization at the same time, resulting in failures. Signed