From: Vasu Dev <vasu.dev@intel.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH 0/5] FIP feature for 2.6.30 merge window
Date: Wed, 04 Mar 2009 10:53:36 -0800 [thread overview]
Message-ID: <20090304185025.22010.45242.stgit@vi2.jf.intel.com> (raw)
This patch set implements FCoE initialization protocol (FIP), see patch 2/5
for more details on FIP.
These patches are :
1. built on top of most recently submitted open-fcoe.org patches by Rob
at http://marc.info/?l=linux-scsi&m=123576089125544&w=2
2. tested with open-fcoe.org fcoe-fixes git tree which is based on
Linus's 2.6.29-rc6 tree, thus should apply to scsi-misc also.
---
Joe Eykholt (3):
fcoe: libfcoe: fix FIP link logic
fcoe: Add support for the FIP discovery and keep-alive protocol.
fcoe: Add a header file defining the FIP protocol for FCoE.
Vasu Dev (2):
fcoe: removes sharing of fcoe_rx_list for both FCoE and FIP frames
fcoe: removed kzalloc from fcoe_ctlr_parse_adv (v3)
drivers/scsi/Kconfig | 11
drivers/scsi/Makefile | 1
drivers/scsi/fcoe/fcoe_sw.c | 61 ++
drivers/scsi/fcoe/libfcoe.c | 167 ++---
drivers/scsi/libfcoe/Makefile | 6
drivers/scsi/libfcoe/fcoe_ctlr.c | 1238 ++++++++++++++++++++++++++++++++++++++
include/scsi/fc/fc_fip.h | 237 +++++++
include/scsi/fcoe_ctlr.h | 105 +++
include/scsi/libfcoe.h | 24 -
9 files changed, 1716 insertions(+), 134 deletions(-)
create mode 100644 drivers/scsi/libfcoe/Makefile
create mode 100644 drivers/scsi/libfcoe/fcoe_ctlr.c
create mode 100644 include/scsi/fc/fc_fip.h
create mode 100644 include/scsi/fcoe_ctlr.h
--
Vasu
next reply other threads:[~2009-03-04 18:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-04 18:53 Vasu Dev [this message]
2009-03-04 18:53 ` [PATCH 1/5] fcoe: Add a header file defining the FIP protocol for FCoE Vasu Dev
2009-03-04 18:53 ` [PATCH 2/5] fcoe: Add support for the FIP discovery and keep-alive protocol Vasu Dev
2009-03-04 18:53 ` [PATCH 3/5] fcoe: libfcoe: fix FIP link logic Vasu Dev
2009-03-04 18:53 ` [PATCH 4/5] fcoe: removed kzalloc from fcoe_ctlr_parse_adv (v3) Vasu Dev
2009-03-04 18:54 ` [PATCH 5/5] fcoe: removes sharing of fcoe_rx_list for both FCoE and FIP frames Vasu Dev
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=20090304185025.22010.45242.stgit@vi2.jf.intel.com \
--to=vasu.dev@intel.com \
--cc=linux-scsi@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox