Re: [PATCH 1/6] ipr: Fix missed EH wakeup

2017-03-23 Thread Martin K. Petersen
Brian King writes: > Following a command abort or device reset, ipr's EH handlers wait > for the commands getting aborted to get sent back from the adapter > prior to returning from the EH handler. This fixes up some cases > where the completion handler was not getting called, which would > have

Re: [PATCH 1/6] ipr: Fix missed EH wakeup

2017-03-23 Thread wenxiong
On 2017-03-15 16:58, Brian King wrote: I have reviewed this serial of patches and tested them on IBM systems successfully Thanks for your help! Wendy Following a command abort or device reset, ipr's EH handlers wait for the commands getting aborted to get sent back from the adapter prior to r

Re: [PATCH 1/6] ipr: Fix missed EH wakeup

2017-03-23 Thread Martin K. Petersen
Brian King writes: > Following a command abort or device reset, ipr's EH handlers wait > for the commands getting aborted to get sent back from the adapter > prior to returning from the EH handler. This fixes up some cases > where the completion handler was not getting called, which would > have