public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH [0/3]   qla2xxx: new experimental changes...
@ 2005-02-04 19:21 Andrew Vasquez
  2005-02-04 19:24 ` PATCH [1/3] qla2xxx: remove internal queuing Andrew Vasquez
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Andrew Vasquez @ 2005-02-04 19:21 UTC (permalink / raw)
  To: Linux-SCSI Mailing List; +Cc: andrew.vasquez

All,

Here's a set of patches which begin to strip legacy features from the
qla2xxx driver.  These 'features' have been superceded in functionality
and simplicity by additions present (for some time) in the SCSI
mid-layer.

Here's the breakdown of patches being submitted:

     1. Remove internal command queuing.  This entails removal of the
        driver's *_queue lists as well as modifications and removal of
        routines which used them.  With the queuing removed -- the
        driver will be unable to tolerate cable-pulls.  Thus we depend
        on the next patch for support.
     2. Add initial support for FC remote port infrastructure.  This
        patch is based off the proposal submitted by James Smart:
        ([Patch RFC ] Update FC transport for FC Remote Ports)
        http://marc.theaimsgroup.com/?l=linux-scsi&m=110187926413504&w=2
     3. Remove internal lun discovery routines and support structures.
        The mid-layer has a more exhaustive and fully capable set of
        functions for lun discovery.

Other patches in the queue:

     A. Complete fc_host attributes support.  This patch is mostly
        complete, I'd just like to let the dust settle with the recent
        transport_template changes.
     B. Additional dusting and scrubbing: /proc removal, unused
        functions and structures left over from the cleanup.
     C. lock simplification and consolidation -- we're still reviewing
        the implications of removing the driver's 'hardware_lock' and
        begin using the host->host_lock exclusively.
     D. additional hardware (ISP) support.
     E. firmware loading via request_firmware() infrastructure.


Regards,
Andrew Vasquez
QLogic Corporation

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

end of thread, other threads:[~2005-02-04 23:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04 19:21 PATCH [0/3] qla2xxx: new experimental changes Andrew Vasquez
2005-02-04 19:24 ` PATCH [1/3] qla2xxx: remove internal queuing Andrew Vasquez
2005-02-04 21:52   ` Andrew Vasquez
2005-02-04 19:26 ` PATCH [2/3] qla2xxx: add FC remote port support Andrew Vasquez
2005-02-04 19:27 ` PATCH [3/3] qla2xxx: remove internal lun discovery Andrew Vasquez
2005-02-04 20:35 ` PATCH [0/3] qla2xxx: new experimental changes Christoph Hellwig
2005-02-04 21:09   ` Andrew Vasquez
2005-02-04 22:46     ` Jeff Garzik
2005-02-04 22:52       ` Andrew Vasquez
2005-02-04 21:00 ` PATCH [3/3] qla2xxx: remove internal lun discovery Andrew Vasquez
2005-02-04 23:11 ` PATCH [0/3] qla2xxx: new experimental changes Andrew Vasquez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox