Re: [PATCH v5 08/15] scsi: ufs: make error handling bit faster

2016-03-01 Thread Hannes Reinecke
On 03/01/2016 05:56 PM, yga...@codeaurora.org wrote: >> On 02/28/2016 09:32 PM, Yaniv Gardi wrote: >>> UFS driver's error handler forcefully tries to clear all the pending >>> requests. For each pending request in the queue, it waits 1 sec for it >>> to get cleared. If we have multiple requests in

Re: [PATCH v5 08/15] scsi: ufs: make error handling bit faster

2016-03-01 Thread ygardi
> On 02/28/2016 09:32 PM, Yaniv Gardi wrote: >> UFS driver's error handler forcefully tries to clear all the pending >> requests. For each pending request in the queue, it waits 1 sec for it >> to get cleared. If we have multiple requests in the queue then it's >> possible that we might end up wait

Re: [PATCH v5 08/15] scsi: ufs: make error handling bit faster

2016-02-29 Thread Hannes Reinecke
On 02/28/2016 09:32 PM, Yaniv Gardi wrote: > UFS driver's error handler forcefully tries to clear all the pending > requests. For each pending request in the queue, it waits 1 sec for it > to get cleared. If we have multiple requests in the queue then it's > possible that we might end up waiting fo