RE: [PATCH 01/10] qla4xxx: Do not wait for IO completion, after issuing stop_firmware

2014-03-27 Thread Tej Parkash
: Friday, March 28, 2014 6:36 AM To: Vikas Chaudhary; jbottom...@parallels.com Cc: linux-scsi; zz-930433; Tej Parkash Subject: Re: [PATCH 01/10] qla4xxx: Do not wait for IO completion, after issuing stop_firmware On 02/24/2014 07:06 PM, vikas.chaudh...@qlogic.com wrote: > From: Tej Park

Re: [PATCH 01/10] qla4xxx: Do not wait for IO completion, after issuing stop_firmware

2014-03-27 Thread Mike Christie
On 02/24/2014 07:06 PM, vikas.chaudh...@qlogic.com wrote: > From: Tej Parkash > > Problem: > iSCSI stop_firmware mailbox command is not completing outstanding IO. > What about qla4xxx_hw_reset? I saw the comment in qla4_8xxx_stop_firmware saying what you wrote above, but for the old qla4xxx_is

[PATCH 01/10] qla4xxx: Do not wait for IO completion, after issuing stop_firmware

2014-02-24 Thread vikas.chaudhary
From: Tej Parkash Problem: iSCSI stop_firmware mailbox command is not completing outstanding IO. Solution: Do not wait for IO completion after issuing stop_firmware mailbox command Signed-off-by: Tej Parkash Signed-off-by: Vikas Chaudhary --- drivers/scsi/qla4xxx/ql4_os.c | 3 --- 1 file cha