Re: [PATCH] minimal SAS transport class

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

 



On 08/23/05 11:42, Patrick Mansfield wrote:
> On Sat, Aug 20, 2005 at 12:15:41AM -0400, James.Smart@xxxxxxxxxx wrote:
> 
> 
>>- the target id is logical for everything but SPI
> 
> 
>>For FC, target ids are typically assigned to devices on a
>>1st-seen-1st-assigned basis. For several reasons, there can be
>>changes in port discovery order after link events (cable pulls,
>>etc). For 2.4 kernels, the driver typically maintained a mapping
>>within the driver to ensure the same device showed up at the same
>>target id, even if it disappeared for some amount of time. If FC
>>was the boot device, wacky methods were used to ensure the mapping
>>persisted boot-to-boot.
> 
> 
> As others stated, id is already a tag/label. You should be able to pass
> whatever id you want to scsi_scan_target, like the FC ID (port_id), and

No!

The whole point is to move _away_ from HCIL.  So that addressing
of devices in SCSI Core is _completely_ independent of addressing
at the protocol layer.

In fact SCSI Core neither needs to address/enumerate the devices,
nor it needs to know any kind of addressing.

All SCSI Core needs is a pointer to a structure that it can pass
to the LLDD's Execute Task, so that the task can be sent to that
device and executed.

This allows great versatility between type of device, protocol
it speaks, command set it uses, transport used to talk to the device.

> then we also want an abstract iterator in fc transport for the id for
> usage in scsi_scan.c:scsi_scan_channel. Then you can lose all the
> fc_host->next_target_id code.

This gets too complicated and unnecessary.  First there is no such
thing as scsi_scan_channel() for FC or for SAS or for iSCSI or for ...

If you use propely the kobject model, no such "container" is needed.
Hotplug works very nice too.

	Luben











-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[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