On Mon, 2008-06-02 at 11:27 -0500, Brian King wrote: > There is also the issue of HBA queue limits. Since each SATA rphy uses > its > own SCSI host, we lost host queue limit enforcement. I've implemented > a > request_limit in ipr in order to solve this for ipr, but this really > does not scale well to lots of SATA devices, so we would probably need > queue groups at the block level before moving libsas to the new API. But this is the point that principally illustrates the problems. We really need one SCSI host per physical device, not per phy because most multi-phy devices have a hard per device queue limit. The problems seem to come at us from the 1:1 relationship between a 'port' and a host in libata. Is there no way we can perhaps recast what we think of as a phy as what libata thinks of as a link and thus keep us at one host per actual physical device? James -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html