Re: [PATCH] scsi: aacraid: fix io drop during the reset

2017-12-14 Thread Martin K. Petersen
Prasad, > "FIB_CONTEXT_FLAG_TIMEDOUT" flag is set in aac_eh_abort to > indicate command timeout, using the same flag in reset handler > causes the command to timeout and the IO's were droped. Applied to 4.15/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH] scsi: aacraid: fix io drop during the reset

2017-12-13 Thread Raghava Aditya Renukunta
rship.com > Cc: linux-scsi@vger.kernel.org > Subject: [PATCH] scsi: aacraid: fix io drop during the reset > > "FIB_CONTEXT_FLAG_TIMEDOUT" flag is set in aac_eh_abort to > indicate command timeout, using the same flag in reset handler > causes the command to timeout

[PATCH] scsi: aacraid: fix io drop during the reset

2017-12-12 Thread Prasad B Munirathnam
"FIB_CONTEXT_FLAG_TIMEDOUT" flag is set in aac_eh_abort to indicate command timeout, using the same flag in reset handler causes the command to timeout and the IO's were droped. defined a new flag "FIB_CONTEXT_FLAG_EH_RESET" to make sure IO is properly handled in eh_reset handler. Signed-off-by: