Re: [PATCH 2/3] scsi: qla2xxx: unset RCE/EFT fields in failure case

2019-08-14 Thread Himanshu Madhani
On 8/14/19, 6:30 AM, "linux-scsi-ow...@vger.kernel.org on behalf of Martin Wilck" wrote: On Wed, 2019-08-14 at 08:24 +0200, Hannes Reinecke wrote: > On 8/13/19 10:31 PM, Martin Wilck wrote: > > From: Martin Wilck > > > > Reset ha->rce, ha->eft and the respective dma fie

Re: [PATCH 2/3] scsi: qla2xxx: unset RCE/EFT fields in failure case

2019-08-14 Thread Martin Wilck
On Wed, 2019-08-14 at 08:24 +0200, Hannes Reinecke wrote: > On 8/13/19 10:31 PM, Martin Wilck wrote: > > From: Martin Wilck > > > > Reset ha->rce, ha->eft and the respective dma fields if > > the buffers aren't mapped for some reason. Also, treat > > both failure cases (allocation and initializat

Re: [PATCH 2/3] scsi: qla2xxx: unset RCE/EFT fields in failure case

2019-08-13 Thread Hannes Reinecke
On 8/13/19 10:31 PM, Martin Wilck wrote: > From: Martin Wilck > > Reset ha->rce, ha->eft and the respective dma fields if > the buffers aren't mapped for some reason. Also, treat > both failure cases (allocation and initialization failure) > equally. The next patch modifies the failure behavior >

[PATCH 2/3] scsi: qla2xxx: unset RCE/EFT fields in failure case

2019-08-13 Thread Martin Wilck
From: Martin Wilck Reset ha->rce, ha->eft and the respective dma fields if the buffers aren't mapped for some reason. Also, treat both failure cases (allocation and initialization failure) equally. The next patch modifies the failure behavior slightly again. Fixes: ad0a0b01f088 "scsi: qla2xxx: F