Re: [LSF/MM TOPIC] blk-mq private tags for SCSI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jan 28, 2019 at 03:33:46PM +0100, Hannes Reinecke wrote:
> Well ... not always.
> Some drivers (eg aacraid or hpsa) use internal commands to query hardware,
> handle events and the like.
> These commands use the same infrastructure than normal SCSI commands,
> and hence need to use the same tag pool. But they are most definitely _not_
> SCSI commands, and won't be needing any of those allocations.

They aren't scsi commands, but they need a very similar infrastructure,
and to facilitate code reuse we absolutely have to use the same data
structures, everything else is madness.

> > We actually have a few uses like that in existing old SCSI drivers,
> > where we create a fake struct scsi_device to send command to the host,
> > which doesn't sound all that bad except for the fact that we need an
> > escape for the lun value to avoid getting in the way.
> > > In general I'm not sure this is the most common use case - I'd expect
> > the most common use to be proper implementing TMFs..
> > 
> Command abort and device reset being the most common, indeed, and can be
> handled by creating an additional 'admin' queue.

Abort and device reset go to the logical unit, so there is no need
for any new case.  And please avoid the name admin queue, it has a very
specific meaning in NVMe that doesn't translate easily to SCSI.

The NVMe admin queue has an entirely separate tag pool and hardware
queue structure.  Any sort of per-host queue in SCSI HBAs would
still share the tag pool and hardware queue infrastructure with the
I/O queues.

> The more interesting cases will be where internal commands are used to
> retrieve configuration information. If we were to go with the admin queue
> approach we'll need to reconfigure the tagset after issuing those commands.
> Possible, but not entirely trivial.

Do we have an example for that?



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux