Third version of the iSCSI patch for BNX2 which has addressed the
comments we have received.  I know there is general dislike about this
stuff on netdev, as shown by the RDMA discussions.  iSCSI is at least a
bit more mainstream.  David, please consider merging this for 2.6.24.
Thanks.

Full patch available from ftp:

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

Firmware blob omitted in the next 2 emails for review.

--

[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]>
---
 drivers/net/Kconfig                       |   10 +
 drivers/net/Makefile                      |    1 +
 drivers/net/bnx2.c                        |  117 +-
 drivers/net/bnx2.h                        |   21 +-
 drivers/net/bnx2_fw.h                     | 7039 ++++++++++++++++++-----------
 drivers/net/cnic.c                        | 1881 ++++++++
 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                |  841 ++++
 drivers/scsi/bnx2i/bnx2i_hwi.c            | 1977 ++++++++
 drivers/scsi/bnx2i/bnx2i_init.c           |  400 ++
 drivers/scsi/bnx2i/bnx2i_iscsi.c          | 3578 +++++++++++++++
 drivers/scsi/bnx2i/bnx2i_sysfs.c          |  615 +++
 20 files changed, 16440 insertions(+), 2637 deletions(-)
 create mode 100644 drivers/net/cnic.c
 create mode 100644 drivers/net/cnic.h
 create mode 100644 drivers/net/cnic_cm.h
 create mode 100644 drivers/net/cnic_if.h
 create mode 100644 drivers/scsi/bnx2i/57xx_iscsi_constants.h
 create mode 100644 drivers/scsi/bnx2i/57xx_iscsi_hsi.h
 create mode 100644 drivers/scsi/bnx2i/Kconfig
 create mode 100644 drivers/scsi/bnx2i/Makefile
 create mode 100644 drivers/scsi/bnx2i/bnx2i.h
 create mode 100644 drivers/scsi/bnx2i/bnx2i_hwi.c
 create mode 100644 drivers/scsi/bnx2i/bnx2i_init.c
 create mode 100644 drivers/scsi/bnx2i/bnx2i_iscsi.c
 create mode 100644 drivers/scsi/bnx2i/bnx2i_sysfs.c



-
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

Reply via email to