----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, March 24, 2000 5:43 AM
Subject: inducing SCSI bus scan


> Hi all,
>
> issuing an
>
>    echo "scsi add-single-device 0 1 2 3" >/proc/scsi/scsi
>
> works fine but you'll lose any tagged command queueing (TCQ) depths > 1.
> They'll be reset to one with (I'm sure) some performance penalty for the
> devices supporting it. This is why I don't use it anymore, my IBM scsi
> disks appear to be faster with a queue depth of eight.
>
> -> I could not find the reason for this by looking at the source code, but
> I must admit I didn't tried too hard...


    The way the interface to the low-level is currently designed, it isn't
possible to select queue depths on a single device.  You do it for an entire
bus.  My guess is that the low-level driver you are using is resetting the
queue depth for all devices on the bus - I don't *think* it is the bus scan
code itself that is resetting the queue depth.

-Eric



-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to