Re: [RFC 0/2][BNX2]: Add iSCSI support to BNX2 devices.

2007-08-04 Thread Jeff Garzik

Michael Chan wrote:

[BNX2]: Add iSCSI support to BNX2 devices.

Modify bnx2 and add a cnic driver to support some offload functions
needed by iSCSI.

Add a new open-iscsi driver to support iSCSI offload on bnx2 devices.

Signed-off-by: Anil Veerabhadrappa [EMAIL PROTECTED]
Signed-off-by: Michael Chan [EMAIL PROTECTED]

--

The complete patch is in:

ftp://[EMAIL PROTECTED]/0001-BNX2-Add-iSCSI-support-to-BNX2-devices.patch

I broke this into 2 patches and omitted the firmware blob in the next 2
emails for review.


patch #2/2 did not make it (to me personally nor to 
http://marc.info/?l=linux-netdev)


Jeff



-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC 0/2][BNX2]: Add iSCSI support to BNX2 devices.

2007-08-04 Thread Michael Chan
Jeff Garzik wrote:

 Michael Chan wrote:
  [BNX2]: Add iSCSI support to BNX2 devices.
  
  Modify bnx2 and add a cnic driver to support some offload functions
  needed by iSCSI.
  
  Add a new open-iscsi driver to support iSCSI offload on 
 bnx2 devices.
  
  Signed-off-by: Anil Veerabhadrappa [EMAIL PROTECTED]
  Signed-off-by: Michael Chan [EMAIL PROTECTED]
  
  --
  
  The complete patch is in:
  
  
 
ftp://[EMAIL PROTECTED]/0001-BNX2-Add-iSCSI-support-to-BNX2
-devices.patch
 
  I broke this into 2 patches and omitted the firmware blob in the
next 2
  emails for review.

 patch #2/2 did not make it (to me personally nor to 
 http://marc.info/?l=linux-netdev)

Probably too big.  The complete patch is available from FTP above.
I'll try to break it up some more and resend later.







-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[RFC 0/2][BNX2]: Add iSCSI support to BNX2 devices.

2007-08-03 Thread Michael Chan
[BNX2]: Add iSCSI support to BNX2 devices.

Modify bnx2 and add a cnic driver to support some offload functions
needed by iSCSI.

Add a new open-iscsi driver to support iSCSI offload on bnx2 devices.

Signed-off-by: Anil Veerabhadrappa [EMAIL PROTECTED]
Signed-off-by: Michael Chan [EMAIL PROTECTED]

--

The complete patch is in:

ftp://[EMAIL PROTECTED]/0001-BNX2-Add-iSCSI-support-to-BNX2-devices.patch

I broke this into 2 patches and omitted the firmware blob in the next 2
emails for review.

---
 drivers/net/Kconfig   |   10 +
 drivers/net/Makefile  |1 +
 drivers/net/bnx2.c|  116 +-
 drivers/net/bnx2.h|   25 +-
 drivers/net/bnx2_fw.h | 7036 ++---
 drivers/net/cnic.c| 1885 
 drivers/net/cnic.diff |  363 ++
 drivers/net/cnic.h|  163 +
 drivers/net/cnic_cm.h |  555 +++
 drivers/net/cnic_if.h |  152 +
 drivers/scsi/Kconfig  |2 +
 drivers/scsi/Makefile |1 +
 drivers/scsi/bnx2i/57xx_iscsi_constants.h |  212 +
 drivers/scsi/bnx2i/57xx_iscsi_hsi.h   | 1501 ++
 drivers/scsi/bnx2i/Kconfig|7 +
 drivers/scsi/bnx2i/Makefile   |4 +
 drivers/scsi/bnx2i/bnx2i.h|  828 
 drivers/scsi/bnx2i/bnx2i_hwi.c| 1993 
 drivers/scsi/bnx2i/bnx2i_init.c   |  393 ++
 drivers/scsi/bnx2i/bnx2i_iscsi.c  | 3718 +++
 drivers/scsi/bnx2i/bnx2i_sysfs.c  |  616 +++


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html