public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Open-FCoE Features for 2.6.31
@ 2009-06-01 17:49 Robert Love
  2009-06-01 17:49 ` [PATCH 1/6] fcoe: reduces lock cost when adding a new skb to fcoe_pending_queue Robert Love
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Robert Love @ 2009-06-01 17:49 UTC (permalink / raw)
  To: James.Bottomley, linux-scsi

The following series consists of logging improvements, watchdog and locking
optimizations and the move of the FIP protocol definition to a more appropriate
header file.

These patches apply to scsi-misc-post-merge with net-next-2.6 merged in. Some
fcoe/ code was touched by a net-next change (storage MAC address addition and
usage) and since the logging changes touch so many lines it created this
dependency.

These patches may or may not depend on the other five outstanding Open-FCoE
fixes as discussed on linux-scsi. Those five patches were in the tree that
this code was tested on before this submission.

---

Robert Love (4):
      libfc: Add runtime debugging with debug_logging module parameter
      libfcoe: Add runtime debugging with module param debug_logging
      fcoe: Add runtime debug logging with module parameter debug_logging
      net, libfcoe: Add the FCoE Initialization Protocol ethertype

Vasu Dev (2):
      fcoe: removes fcoe_watchdog
      fcoe: reduces lock cost when adding a new skb to fcoe_pending_queue


 drivers/scsi/fcoe/fcoe.c      |  195 ++++++++++++++++++-----------------------
 drivers/scsi/fcoe/fcoe.h      |   25 +++++
 drivers/scsi/fcoe/libfcoe.c   |   94 +++++++++++---------
 drivers/scsi/libfc/fc_disc.c  |   83 +++++++----------
 drivers/scsi/libfc/fc_exch.c  |   58 +++++-------
 drivers/scsi/libfc/fc_fcp.c   |   97 +++++++++++---------
 drivers/scsi/libfc/fc_lport.c |  156 ++++++++++++++++-----------------
 drivers/scsi/libfc/fc_rport.c |  120 +++++++++++--------------
 include/linux/if_ether.h      |    1 
 include/scsi/fc/fc_fip.h      |    7 -
 include/scsi/fc_encode.h      |    2 
 include/scsi/libfc.h          |   77 ++++++++++++++--
 12 files changed, 466 insertions(+), 449 deletions(-)

-- 

//Rob

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

end of thread, other threads:[~2009-06-01 17:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 17:49 [PATCH 0/6] Open-FCoE Features for 2.6.31 Robert Love
2009-06-01 17:49 ` [PATCH 1/6] fcoe: reduces lock cost when adding a new skb to fcoe_pending_queue Robert Love
2009-06-01 17:49 ` [PATCH 2/6] fcoe: removes fcoe_watchdog Robert Love
2009-06-01 17:50 ` [PATCH 4/6] fcoe: Add runtime debug logging with module parameter debug_logging Robert Love
2009-06-01 17:50 ` [PATCH 5/6] libfcoe: Add runtime debugging with module param debug_logging Robert Love
2009-06-01 17:50 ` [PATCH 6/6] libfc: Add runtime debugging with debug_logging module parameter Robert Love

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