Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [Announce] Emulex lpfcdriver v8.0.28 available
@ 2005-04-14 12:39 James.Smart
  2005-04-14 16:27 ` Christoph Hellwig
  2005-04-17 15:16 ` James Bottomley
  0 siblings, 2 replies; 4+ messages in thread
From: James.Smart @ 2005-04-14 12:39 UTC (permalink / raw)
  To: linux-scsi

All,

I'd like to announce the availability of the Emulex lpfc driver
revision 8.0.28 on SourceForge:
http://prdownloads.sourceforge.net/lpfcxxxx/lpfcdriver-2.6-8.0.28.tar.gz?download

We are extremely pleased that the FC Remote Port support is now part
of the kernel for 2.6.12 (as of -rc1). We now have sufficient kernel
support for the integration of our driver.

We have been working with Christoph over the last few weeks to address
some last comments, and believe that this release is ready for
inclusion with the upstream kernel.

Thank You.

-- James S

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

* Re: [Announce] Emulex lpfcdriver v8.0.28 available
  2005-04-14 12:39 [Announce] Emulex lpfcdriver v8.0.28 available James.Smart
@ 2005-04-14 16:27 ` Christoph Hellwig
  2005-04-17 15:16 ` James Bottomley
  1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2005-04-14 16:27 UTC (permalink / raw)
  To: James.Smart; +Cc: linux-scsi

> We have been working with Christoph over the last few weeks to address
> some last comments, and believe that this release is ready for
> inclusion with the upstream kernel.

A first look at it looks nice indeed.  Care to submit it in patch form?


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

* Re: [Announce] Emulex lpfcdriver v8.0.28 available
  2005-04-14 12:39 [Announce] Emulex lpfcdriver v8.0.28 available James.Smart
  2005-04-14 16:27 ` Christoph Hellwig
@ 2005-04-17 15:16 ` James Bottomley
  1 sibling, 0 replies; 4+ messages in thread
From: James Bottomley @ 2005-04-17 15:16 UTC (permalink / raw)
  To: James.Smart; +Cc: SCSI Mailing List

On Thu, 2005-04-14 at 08:39 -0400, James.Smart@Emulex.Com wrote:
> We have been working with Christoph over the last few weeks to address
> some last comments, and believe that this release is ready for
> inclusion with the upstream kernel.

As Christoph said, you could have made my job quite a bit easier by
having a patch for the kernel tree as well...

However, this is the form I chose:

 Documentation/scsi/ChangeLog.lpfc  | 1865 +++++++++++++++++++++
 Documentation/scsi/lpfc.txt        |   83 
 drivers/scsi/Kconfig               |    8 
 drivers/scsi/Makefile              |    1 
 drivers/scsi/lpfc/Makefile         |   32 
 drivers/scsi/lpfc/lpfc.h           |  384 ++++
 drivers/scsi/lpfc/lpfc_attr.c      | 1291 ++++++++++++++
 drivers/scsi/lpfc/lpfc_compat.h    |   97 +
 drivers/scsi/lpfc/lpfc_crtn.h      |  216 ++
 drivers/scsi/lpfc/lpfc_ct.c        | 1237 ++++++++++++++
 drivers/scsi/lpfc/lpfc_disc.h      |  206 ++
 drivers/scsi/lpfc/lpfc_els.c       | 3258 +++++++++++++++++++++++++++++++++++++
 drivers/scsi/lpfc/lpfc_hbadisc.c   | 2537 ++++++++++++++++++++++++++++
 drivers/scsi/lpfc/lpfc_hw.h        | 2687 ++++++++++++++++++++++++++++++
 drivers/scsi/lpfc/lpfc_init.c      | 1739 +++++++++++++++++++
 drivers/scsi/lpfc/lpfc_logmsg.h    |   41 
 drivers/scsi/lpfc/lpfc_mbox.c      |  646 +++++++
 drivers/scsi/lpfc/lpfc_mem.c       |  179 ++
 drivers/scsi/lpfc/lpfc_nportdisc.c | 1842 ++++++++++++++++++++
 drivers/scsi/lpfc/lpfc_scsi.c      | 1246 ++++++++++++++
 drivers/scsi/lpfc/lpfc_scsi.h      |  157 +
 drivers/scsi/lpfc/lpfc_sli.c       | 2885 ++++++++++++++++++++++++++++++++
 drivers/scsi/lpfc/lpfc_sli.h       |  216 ++
 drivers/scsi/lpfc/lpfc_version.h   |   32 
 24 files changed, 22885 insertions(+)

We can fix up any remaining issues in-tree.

James



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

* RE: [Announce] Emulex lpfcdriver v8.0.28 available
@ 2005-04-18  2:25 James.Smart
  0 siblings, 0 replies; 4+ messages in thread
From: James.Smart @ 2005-04-18  2:25 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi

James,

Sorry, we were in the midst of cutting the patch and testing it. Looks you beat us to it. Let me know if you need anything further from us.

Thanks.

-- James S

> -----Original Message-----
> From: James Bottomley [mailto:James.Bottomley@SteelEye.com]
> Sent: Sunday, April 17, 2005 11:16 AM
> To: Smart, James
> Cc: SCSI Mailing List
> Subject: Re: [Announce] Emulex lpfcdriver v8.0.28 available
> 
> 
> On Thu, 2005-04-14 at 08:39 -0400, James.Smart@Emulex.Com wrote:
> > We have been working with Christoph over the last few weeks 
> to address
> > some last comments, and believe that this release is ready for
> > inclusion with the upstream kernel.
> 
> As Christoph said, you could have made my job quite a bit easier by
> having a patch for the kernel tree as well...
> 
> However, this is the form I chose:
> 
>  Documentation/scsi/ChangeLog.lpfc  | 1865 +++++++++++++++++++++
>  Documentation/scsi/lpfc.txt        |   83 
>  drivers/scsi/Kconfig               |    8 
>  drivers/scsi/Makefile              |    1 
>  drivers/scsi/lpfc/Makefile         |   32 
>  drivers/scsi/lpfc/lpfc.h           |  384 ++++
>  drivers/scsi/lpfc/lpfc_attr.c      | 1291 ++++++++++++++
>  drivers/scsi/lpfc/lpfc_compat.h    |   97 +
>  drivers/scsi/lpfc/lpfc_crtn.h      |  216 ++
>  drivers/scsi/lpfc/lpfc_ct.c        | 1237 ++++++++++++++
>  drivers/scsi/lpfc/lpfc_disc.h      |  206 ++
>  drivers/scsi/lpfc/lpfc_els.c       | 3258 
> +++++++++++++++++++++++++++++++++++++
>  drivers/scsi/lpfc/lpfc_hbadisc.c   | 2537 
> ++++++++++++++++++++++++++++
>  drivers/scsi/lpfc/lpfc_hw.h        | 2687 
> ++++++++++++++++++++++++++++++
>  drivers/scsi/lpfc/lpfc_init.c      | 1739 +++++++++++++++++++
>  drivers/scsi/lpfc/lpfc_logmsg.h    |   41 
>  drivers/scsi/lpfc/lpfc_mbox.c      |  646 +++++++
>  drivers/scsi/lpfc/lpfc_mem.c       |  179 ++
>  drivers/scsi/lpfc/lpfc_nportdisc.c | 1842 ++++++++++++++++++++
>  drivers/scsi/lpfc/lpfc_scsi.c      | 1246 ++++++++++++++
>  drivers/scsi/lpfc/lpfc_scsi.h      |  157 +
>  drivers/scsi/lpfc/lpfc_sli.c       | 2885 
> ++++++++++++++++++++++++++++++++
>  drivers/scsi/lpfc/lpfc_sli.h       |  216 ++
>  drivers/scsi/lpfc/lpfc_version.h   |   32 
>  24 files changed, 22885 insertions(+)
> 
> We can fix up any remaining issues in-tree.
> 
> James
> 
> 
> 

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

end of thread, other threads:[~2005-04-18  2:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-14 12:39 [Announce] Emulex lpfcdriver v8.0.28 available James.Smart
2005-04-14 16:27 ` Christoph Hellwig
2005-04-17 15:16 ` James Bottomley
  -- strict thread matches above, loose matches on Subject: below --
2005-04-18  2:25 James.Smart

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