From: Robert Love <robert.w.love@intel.com>
To: James.Bottomley@HansenPartnership.com, linux-scsi@vger.kernel.org
Subject: [PATCH 0/6] Open-FCoE Features for 2.6.31
Date: Mon, 01 Jun 2009 10:49:48 -0700 [thread overview]
Message-ID: <20090601174948.12911.35446.stgit@fritz> (raw)
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
next reply other threads:[~2009-06-01 17:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-01 17:49 Robert Love [this message]
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
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=20090601174948.12911.35446.stgit@fritz \
--to=robert.w.love@intel.com \
--cc=James.Bottomley@HansenPartnership.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