Hello, On Mon, Feb 26, 2018 at 07:45:37PM +0800, chenxiang (M) wrote: > >So, if there are real consequences, we can definitely add a way to > >short-circuit the recovery logic but let's do that by adding proper > >signaling rathr than testing for driver type. > > I am not familiar with ata recovery logic, and do you have idea > about how to add a way to > short-circuit the recovery logic by adding proper signaling?
e.g. define a return value from reset function which indicates no retry or introduce a port flag. Basically, something which doens't add special casing logic to the core logic. Thanks. -- tejun