linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regarding ordered-tag support.
@ 2006-02-08  6:40 Tejun Heo
  2006-02-08 15:49 ` James Bottomley
  0 siblings, 1 reply; 16+ messages in thread
From: Tejun Heo @ 2006-02-08  6:40 UTC (permalink / raw)
  To: James Bottomley, SCSI Mailing List

Hello, James.

Now that new ordered implementation is in the mainline, we can properly 
use ordered-tag during barrier sequence.  As noted in the barrier doc, 
the problem with the current SCSI midlayer is that scsi_request_fn() is 
not atomic w.r.t. q->queuelock, so even if ordered-tag requests leave 
request queue in the correct order, they can be reordered while they are 
being issued by SCSI midlayer.

There can be two solutions to this problem.

1. Rewrite scsi_request_fn() and scsi_dispatch_cmd() such that 
q->queuelock is not released during command issue.  This implies 
grabbing shost->host_lock while holding q->queuelock.

2. Don't allow concurrent command issuing by marking SCSI device during 
command issuing (e.g. sdev->issue_in_progress)

I prefer #1 as it's more straight-forward.  To implement #1, 
scsi_request_fn() should be reorganized quite a bit, but, if you 
remember, the scsi_reqfn reimplementation patch I wrote quite a while 
ago suites this pretty well.  What do you think?

-- 
tejun

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

end of thread, other threads:[~2006-02-10  0:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08  6:40 Regarding ordered-tag support Tejun Heo
2006-02-08 15:49 ` James Bottomley
2006-02-08 16:10   ` Tejun
2006-02-08 16:25     ` James Smart
2006-02-08 16:57       ` Tejun
2006-02-08 17:07         ` James Bottomley
2006-02-08 17:18           ` Tejun
2006-02-08 17:27             ` James Bottomley
2006-02-08 18:04               ` Jeff Garzik
2006-02-09  4:12                 ` Tejun Heo
2006-02-09 17:20                   ` James Bottomley
2006-02-10  0:45                     ` Tejun Heo
2006-02-08 16:26     ` James Bottomley
2006-02-08 16:22   ` James Smart
2006-02-08 20:50     ` James Bottomley
2006-02-08 20:59       ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).