The following series adds a 'debug_logging' module parameter to three modules;
fcoe,
libfcoe, and libfc. Each of these module parameters is an unsigned int
representing
a bitmask of possible logging levels. Each bit represents a different area of
logging
that can be turned on (1) or off (0).
This patchset is an update of previously sent-out logging patches. It will apply
to the fcoe-features.git repository at the time of this posting.
---
Robert Love (9):
libfc: Remove unused FC_DBG macro
libfc: Convert fc_exch.c to use the new debug macros
libfc: Convert fc_fcp.c to use the new debug macros
libfc: Convert fc_rport.c to use the new debug macros
libfc: Convert fc_disc.c to use the new debug macros
libfc: Convert fc_lport.c to use the new debug macros.
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
drivers/scsi/fcoe/fcoe.c | 106 ++++++++++++++--------------
drivers/scsi/fcoe/fcoe.h | 24 ++++++
drivers/scsi/fcoe/libfcoe.c | 101 ++++++++++++++++----------
drivers/scsi/libfc/fc_disc.c | 83 +++++++++-------------
drivers/scsi/libfc/fc_exch.c | 58 ++++++---------
drivers/scsi/libfc/fc_fcp.c | 98 +++++++++++++------------
drivers/scsi/libfc/fc_lport.c | 158 ++++++++++++++++++++---------------------
drivers/scsi/libfc/fc_rport.c | 120 +++++++++++++------------------
include/scsi/fc_encode.h | 2 -
include/scsi/libfc.h | 77 +++++++++++++++++---
10 files changed, 440 insertions(+), 387 deletions(-)
--
//Rob
_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel