public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] FIP feature for 2.6.30 merge window
@ 2009-03-04 18:53 Vasu Dev
  2009-03-04 18:53 ` [PATCH 1/5] fcoe: Add a header file defining the FIP protocol for FCoE Vasu Dev
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vasu Dev @ 2009-03-04 18:53 UTC (permalink / raw)
  To: linux-scsi

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

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

end of thread, other threads:[~2009-03-04 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-04 18:53 [PATCH 0/5] FIP feature for 2.6.30 merge window Vasu Dev
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

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