Re: [PATCH 2/3] scsi_debug: give unit attention and other errors precedence over TSF

2014-08-18 Thread Martin K. Petersen
Doug == Douglas Gilbert dgilb...@interlog.com writes: Doug Give existing errors priority over the generation of Task Set Full Doug (TSF) errors. So that max_queue is not exceeded, existing errors Doug may be sent back in the invocation thread. This is done so errors Doug like Unit Attentions

[PATCH 2/3] scsi_debug: give unit attention and other errors precedence over TSF

2014-08-05 Thread Douglas Gilbert
Give existing errors priority over the generation of Task Set Full (TSF) errors. So that max_queue is not exceeded, existing errors may be sent back in the invocation thread. This is done so errors like Unit Attentions are not hidden and lost by either max_queue exceeded or real/injected TSFs.