Re: [PATCH] mpt3sas: Fix for SATA drive in blocked state, after diag reset while ATA Passthrough command is outstanding.

2016-11-17 Thread Martin K. Petersen
> "Suganath" == Suganath Prabu S > writes: Suganath> While issuing any ATA Pass-through command to Firmware, driver Suganath> will block the device, it will unblock the device only if that Suganath> IO completes through ISR path. But if in-between

Re: [PATCH] mpt3sas: Fix for SATA drive in blocked state, after diag reset while ATA Passthrough command is outstanding.

2016-11-17 Thread Martin K. Petersen
> "Suganath" == Suganath Prabu S > writes: Suganath> While issuing any ATA Pass-through command to Firmware, driver Suganath> will block the device, it will unblock the device only if that Suganath> IO completes through ISR path. But if in-between any host Suganath> reset occurs then

[PATCH] mpt3sas: Fix for SATA drive in blocked state, after diag reset while ATA Passthrough command is outstanding.

2016-11-17 Thread Suganath Prabu S
While issuing any ATA Pass-through command to Firmware, driver will block the device, it will unblock the device only if that IO completes through ISR path. But if in-between any host reset occurs then driver won't unblock the device and device will be in blocked state. Signed-off-by: Suganath

[PATCH] mpt3sas: Fix for SATA drive in blocked state, after diag reset while ATA Passthrough command is outstanding.

2016-11-17 Thread Suganath Prabu S
While issuing any ATA Pass-through command to Firmware, driver will block the device, it will unblock the device only if that IO completes through ISR path. But if in-between any host reset occurs then driver won't unblock the device and device will be in blocked state. Signed-off-by: Suganath