linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] libata: Support SATA attached via SAS
@ 2006-06-28 13:29 Brian King
  0 siblings, 0 replies; only message in thread
From: Brian King @ 2006-06-28 13:29 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide, linux-scsi

Jeff,

Here are the remaining patches to my patchset to allow SAS HBAs to
use libata to control attached SATA devices. You had two concerns
in the last round of patches, which I have tried to address here.

1. Per device max command length checking
   - You were concerned with adding an additional check to the
     hot path. To address this I moved the check so that it is
     now only made for SAS users, which is really the only users that
     need it since existing SATA users have host->max_cmd_len
     protecting them.

2. Add ata_host_flags
   - You thought there might be a need to carry some cross port state.
     To resolve this I added a new API: ata_host_set_init. Callers
     of ata_sas_port_alloc must now pass their host_set pointer as the
     first argument. This removes the need for the patch you objected to
     and allows for a cross port state if needed.



-- 
Brian King
eServer Storage I/O
IBM Linux Technology Center

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-28 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 13:29 [PATCH 0/4] libata: Support SATA attached via SAS Brian King

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).