public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] libfc, libfcoe and fcoe fixes for 2.6.34
@ 2010-03-13  0:07 Robert Love
  2010-03-13  0:07 ` [PATCH 01/16] libfc: recode incoming PRLI handling Robert Love
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Robert Love @ 2010-03-13  0:07 UTC (permalink / raw)
  To: James.Bottomley, linux-scsi

The following series implements a few fixes to libfc, libfcoe and fcoe. The majority
of fixes are to the Point-to-point code, but there are a few other fixes as well.

These patches were applied and tested against 2.6.34-rc1 before submission.

---

Joe Eykholt (12):
      libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled
      libfc: fix sequence-initiative WARN in fc_seq_start_next
      libfcoe: eliminate unused link and last_link fields
      fcoe: remove an unused variable in fcoe_recv_frame()
      libfc: send point-to-poin FLOGI LS_ACC to assigned D_DID
      libfc: recognize incoming FLOGI for point-to-point mode
      fcoe: save gateway address when receiving FLOGI request
      libfcoe: fix debug message entering non-FIP mode
      fcoe: call fcoe_ctlr_els_send even for ELS responses
      libfc: fix oops in point-to-point mode
      libfc: add definition for task attribute mask
      libfc: recode incoming PRLI handling

Robert Love (1):
      libfc: Add debug statements when fc_fcp returns DID_ERROR to scsi-ml

Vasu Dev (3):
      libfc: fix fcp pkt recovery in fc_fcp_recv_data
      libfc: use offload EM instance again instead jumping to next EM
      libfc: fixes unnecessary seq id jump


 drivers/scsi/fcoe/fcoe.c      |   82 +++++++++++------
 drivers/scsi/fcoe/libfcoe.c   |   65 ++++++--------
 drivers/scsi/libfc/fc_exch.c  |   39 +++-----
 drivers/scsi/libfc/fc_fcp.c   |   74 +++++++++++-----
 drivers/scsi/libfc/fc_lport.c |   13 ++-
 drivers/scsi/libfc/fc_npiv.c  |    3 +
 drivers/scsi/libfc/fc_rport.c |  195 ++++++++++++++++++-----------------------
 include/scsi/fc/fc_fcp.h      |    1 
 include/scsi/libfc.h          |    9 --
 include/scsi/libfcoe.h        |    8 --
 10 files changed, 243 insertions(+), 246 deletions(-)

-- 
//Rob

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

end of thread, other threads:[~2010-03-13  0:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13  0:07 [PATCH 00/16] libfc, libfcoe and fcoe fixes for 2.6.34 Robert Love
2010-03-13  0:07 ` [PATCH 01/16] libfc: recode incoming PRLI handling Robert Love
2010-03-13  0:07 ` [PATCH 02/16] libfc: add definition for task attribute mask Robert Love
2010-03-13  0:07 ` [PATCH 03/16] libfc: fix oops in point-to-point mode Robert Love
2010-03-13  0:07 ` [PATCH 04/16] fcoe: call fcoe_ctlr_els_send even for ELS responses Robert Love
2010-03-13  0:07 ` [PATCH 05/16] libfcoe: fix debug message entering non-FIP mode Robert Love
2010-03-13  0:08 ` [PATCH 06/16] fcoe: save gateway address when receiving FLOGI request Robert Love
2010-03-13  0:08 ` [PATCH 07/16] libfc: recognize incoming FLOGI for point-to-point mode Robert Love
2010-03-13  0:08 ` [PATCH 08/16] libfc: send point-to-poin FLOGI LS_ACC to assigned D_DID Robert Love
2010-03-13  0:08 ` [PATCH 09/16] fcoe: remove an unused variable in fcoe_recv_frame() Robert Love
2010-03-13  0:08 ` [PATCH 10/16] libfcoe: eliminate unused link and last_link fields Robert Love
2010-03-13  0:08 ` [PATCH 11/16] libfc: fix sequence-initiative WARN in fc_seq_start_next Robert Love
2010-03-13  0:08 ` [PATCH 12/16] libfc: fixes unnecessary seq id jump Robert Love
2010-03-13  0:08 ` [PATCH 13/16] libfc: use offload EM instance again instead jumping to next EM Robert Love
2010-03-13  0:08 ` [PATCH 14/16] libfc: fix fcp pkt recovery in fc_fcp_recv_data Robert Love
2010-03-13  0:08 ` [PATCH 15/16] libfc: Add debug statements when fc_fcp returns DID_ERROR to scsi-ml Robert Love
2010-03-13  0:08 ` [PATCH 16/16] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled Robert Love

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