public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi_debug version 1.61
@ 2002-07-17 13:37 Douglas Gilbert
  2002-07-19 16:02 ` Douglas Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: Douglas Gilbert @ 2002-07-17 13:37 UTC (permalink / raw)
  To: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

I have reworked the scsi_debug driver mainly to add
kernel timers to simulate delayed responses. This is
more realistic that returning immediately and allows
commands to become queued. The length of the delay is
controlled by a new boot line/module option: "scsi_debug_delay".

Other changes:
  - support REPORT LUNS
  - support more MODE SENSE pages
  - [following Doug Ledford's suggestion] do autsense
    (i.e. set Scsi_Cmnd::sense_buffer array appropriately
     when a status of CHECK CONDITION is set)
  - minor driverfs support
  - start adding error injection logic, see
    "scsi_debug_every_nth"

At the moment the only driverfs support is creating the
directory: /driverfs/bus/scsi/drivers/scsi_debug
Patrick Mochel sent a patch to lkml that would have allowed
driver parameters to be placed in that directory. That patch
didn't make it into lk 2.5.26 .

I'm interested in "clean" ways to inject errors. This would
allow, for example, people to observe (and fix) what happens
when QUEUE_FULL is returned for the first queued command.

The attachment is a patch against lk 2.5.26 . The full driver
and some documentation can be found at 
http://www.torque.net/sg/sdebug.html

I hope to backport this version to lk 2.4 (where it will become
scsi_debug version 0.61) shortly.

Doug Gilbert

[-- Attachment #2: scsi_debug_161.diff.gz --]
[-- Type: application/x-gzip, Size: 11316 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi_debug version 1.61
  2002-07-17 13:37 [PATCH] scsi_debug version 1.61 Douglas Gilbert
@ 2002-07-19 16:02 ` Douglas Gilbert
  0 siblings, 0 replies; 2+ messages in thread
From: Douglas Gilbert @ 2002-07-19 16:02 UTC (permalink / raw)
  To: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 1647 bytes --]

There have been some fixes to this driver and a crude
INQUIRY evpd page 0x83 has been added. A new diff
against lk 2.5.26 is attached.
There are tarballs on http://www.torque.net/sg/sdebug.html
for lk 2.5.26 and the lk 2.4 series (scsi_debug 
version 0.61).

Doug Gilbert


Douglas Gilbert wrote:
> 
> I have reworked the scsi_debug driver mainly to add
> kernel timers to simulate delayed responses. This is
> more realistic that returning immediately and allows
> commands to become queued. The length of the delay is
> controlled by a new boot line/module option: "scsi_debug_delay".
> 
> Other changes:
>   - support REPORT LUNS
>   - support more MODE SENSE pages
>   - [following Doug Ledford's suggestion] do autsense
>     (i.e. set Scsi_Cmnd::sense_buffer array appropriately
>      when a status of CHECK CONDITION is set)
>   - minor driverfs support
>   - start adding error injection logic, see
>     "scsi_debug_every_nth"
> 
> At the moment the only driverfs support is creating the
> directory: /driverfs/bus/scsi/drivers/scsi_debug
> Patrick Mochel sent a patch to lkml that would have allowed
> driver parameters to be placed in that directory. That patch
> didn't make it into lk 2.5.26 .
> 
> I'm interested in "clean" ways to inject errors. This would
> allow, for example, people to observe (and fix) what happens
> when QUEUE_FULL is returned for the first queued command.
> 
> The attachment is a patch against lk 2.5.26 . The full driver
> and some documentation can be found at
> http://www.torque.net/sg/sdebug.html
> 
> I hope to backport this version to lk 2.4 (where it will become
> scsi_debug version 0.61) shortly.

[-- Attachment #2: scsi_debug_161.diff.gz --]
[-- Type: application/x-gzip, Size: 11738 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-19 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-17 13:37 [PATCH] scsi_debug version 1.61 Douglas Gilbert
2002-07-19 16:02 ` Douglas Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox