From: "Michael Chan" <mchan@broadcom.com>
To: davem@davemloft.net, mchristi@redhat.com, netdev@vger.kernel.org,
open-iscsi@googlegroups.com
Cc: anilgv@broadcom.com, talm@broadcom.com, lusinsky@broadcom.com,
uri@broadcom.com
Subject: [RFC 0/2][BNX2]: Add iSCSI support to BNX2 devices.
Date: Fri, 03 Aug 2007 21:03:49 -0700 [thread overview]
Message-ID: <1186200229.18322.97.camel@dell> (raw)
[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 <anilgv@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
--
The complete patch is in:
ftp://Net_sys_anon@ftp1.broadcom.com/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 +++
next reply other threads:[~2007-08-04 3:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-04 4:03 Michael Chan [this message]
2007-08-04 8:47 ` [RFC 0/2][BNX2]: Add iSCSI support to BNX2 devices Jeff Garzik
2007-08-04 17:02 ` Michael Chan
2007-08-05 0:19 ` [RFC Resend 3/3][BNX2]: " Michael Chan
2007-08-05 2:28 ` Arnaldo Carvalho de Melo
2007-08-06 0:04 ` Anil Veerabhadrappa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1186200229.18322.97.camel@dell \
--to=mchan@broadcom.com \
--cc=anilgv@broadcom.com \
--cc=davem@davemloft.net \
--cc=lusinsky@broadcom.com \
--cc=mchristi@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=open-iscsi@googlegroups.com \
--cc=talm@broadcom.com \
--cc=uri@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.