This patch set is to address review comments from upstream and Redhat. Patch 1/5: addresses Jame's comments about using fc transport template for vport create/delete. Patch 2/5~5/5: address code review comments we received from Redhat. Jing Huang (5): bfa: add fc transport class based vport create/delete bfa: fix the issue of not handling scsi_cmnd sg chaining case bfa: use pci_iomap() and pci_iounmap() bfa: protect idr using bfad_mutex bfa: sg addr big endian fix drivers/scsi/bfa/bfa_cb_ioim_macros.h | 29 ----- drivers/scsi/bfa/bfa_ioim.c | 22 +++- drivers/scsi/bfa/bfa_os_inc.h | 15 +++ drivers/scsi/bfa/bfad.c | 21 +--- drivers/scsi/bfa/bfad_attr.c | 201 +++++++++++++++++++++++++++++++++ drivers/scsi/bfa/bfad_drv.h | 4 +- drivers/scsi/bfa/bfad_im.c | 66 ++++++----- drivers/scsi/bfa/bfad_im.h | 6 +- 8 files changed, 283 insertions(+), 81 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html