public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/22] Open-FCoE Features for 2.6.32
@ 2009-07-30  0:03 Robert Love
  2009-07-30  0:03 ` [PATCH 01/22] fcoe: Fix validation of mac address when checking for spma support Robert Love
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Robert Love @ 2009-07-30  0:03 UTC (permalink / raw)
  To: James.Bottomley, linux-scsi

The following series contains the first set of features for libfc, libfcoe and fcoe.

The largest change is to share an Exchange Manager amongst virtual interfaces (VLANs) on a physical interface. This will change will also help with NPIV support which should come in a later patch set.

Other than that, there are a lot of miscellaneous fixes and improvements to all three modules.

---

Joe Eykholt (10):
      libfc: fix: cancel rport retry timer
      libfc: fc_rport_logoff should not drop the lock
      libfc: rename rport state "NONE" to "DELETE".
      libfc: fix WARNING from fc_seq_start_next on closed exchanges
      libfc: in fc_lport_destroy, flush rports after turning off link
      libfc: stop login after fabric logoff
      libfc: rename lport NONE state to DISABLED
      fcoe: stop delivery of received frames before doing lport_destroy()
      libfc: change debug messages to give host number.
      libfc: remove extra semicolons from debug macros

Robert Love (1):
      libfc: Remove the FC_EM_DBG macro

Vasu Dev (5):
      fcoe: removes phys_dev and renames real_dev to netdev.
      fcoe, libfc: adds offload EM per eth device with only single xid range per EM
      fcoe: modifies fcoe_hostlist_lock uses as prep work to add shared offload EM
      fcoe, fnic, libfc: modifies current code paths to use EM anchor list
      fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIs

Yi Zou (6):
      libfc: Remove page flags check for sglist
      libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_data
      fcoe: Remove ifdef for NETIF_F_FCOE_CRC and NETIF_F_FSO
      fcoe: Call dev_ethtool_get_settings() in fcoe_link_ok
      libfcoe: Set fip_flags according to fcf and lport's capability of SPMA support
      fcoe: Fix validation of mac address when checking for spma support


 drivers/scsi/fcoe/fcoe.c      |  250 +++++++++++++++++++-----------
 drivers/scsi/fcoe/fcoe.h      |    8 -
 drivers/scsi/fcoe/libfcoe.c   |   14 +-
 drivers/scsi/fnic/fnic_fcs.c  |    2 
 drivers/scsi/fnic/fnic_main.c |   20 +-
 drivers/scsi/libfc/fc_exch.c  |  337 ++++++++++++++++++++++-------------------
 drivers/scsi/libfc/fc_fcp.c   |   29 ----
 drivers/scsi/libfc/fc_lport.c |   61 ++++++-
 drivers/scsi/libfc/fc_rport.c |   83 ++++++----
 include/scsi/fc_frame.h       |    7 -
 include/scsi/libfc.h          |  126 +++++++--------
 11 files changed, 518 insertions(+), 419 deletions(-)

-- 
//Rob

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

end of thread, other threads:[~2009-07-30  0:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30  0:03 [PATCH 00/22] Open-FCoE Features for 2.6.32 Robert Love
2009-07-30  0:03 ` [PATCH 01/22] fcoe: Fix validation of mac address when checking for spma support Robert Love
2009-07-30  0:03 ` [PATCH 02/22] libfcoe: Set fip_flags according to fcf and lport's capability of SPMA support Robert Love
2009-07-30  0:04 ` [PATCH 03/22] fcoe: Call dev_ethtool_get_settings() in fcoe_link_ok Robert Love
2009-07-30  0:04 ` [PATCH 04/22] libfc: remove extra semicolons from debug macros Robert Love
2009-07-30  0:04 ` [PATCH 05/22] libfc: change debug messages to give host number Robert Love
2009-07-30  0:04 ` [PATCH 06/22] fcoe: stop delivery of received frames before doing lport_destroy() Robert Love
2009-07-30  0:04 ` [PATCH 07/22] libfc: rename lport NONE state to DISABLED Robert Love
2009-07-30  0:04 ` [PATCH 08/22] libfc: stop login after fabric logoff Robert Love
2009-07-30  0:04 ` [PATCH 09/22] libfc: in fc_lport_destroy, flush rports after turning off link Robert Love
2009-07-30  0:04 ` [PATCH 10/22] libfc: fix WARNING from fc_seq_start_next on closed exchanges Robert Love
2009-07-30  0:04 ` [PATCH 11/22] libfc: rename rport state "NONE" to "DELETE" Robert Love
2009-07-30  0:04 ` [PATCH 12/22] libfc: fc_rport_logoff should not drop the lock Robert Love
2009-07-30  0:04 ` [PATCH 13/22] libfc: fix: cancel rport retry timer Robert Love
2009-07-30  0:05 ` [PATCH 14/22] fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIs Robert Love
2009-07-30  0:05 ` [PATCH 15/22] libfc: Remove the FC_EM_DBG macro Robert Love
2009-07-30  0:05 ` [PATCH 16/22] fcoe, fnic, libfc: modifies current code paths to use EM anchor list Robert Love
2009-07-30  0:05 ` [PATCH 17/22] fcoe: modifies fcoe_hostlist_lock uses as prep work to add shared offload EM Robert Love
2009-07-30  0:05 ` [PATCH 18/22] fcoe, libfc: adds offload EM per eth device with only single xid range per EM Robert Love
2009-07-30  0:05 ` [PATCH 19/22] fcoe: Remove ifdef for NETIF_F_FCOE_CRC and NETIF_F_FSO Robert Love
2009-07-30  0:05 ` [PATCH 20/22] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_data Robert Love
2009-07-30  0:05 ` [PATCH 21/22] libfc: Remove page flags check for sglist Robert Love
2009-07-30  0:05 ` [PATCH 22/22] fcoe: removes phys_dev and renames real_dev to netdev Robert Love

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