On 01/18/2017 02:20 AM, James Smart wrote:
> 
> NVME Initiator: Tie in to NVME Fabrics nvme_fc LLDD initiator api
> 
> Adds the routines to:
> - register and deregister the FC port as a nvme-fc initiator localport
> - register and deregister remote FC ports as a nvme-fc remoteport.
> - binding of nvme queues to adapter WQs
> - send/perform NVME LS's
> - send/perform NVME FCP initiator io operations
> 
> Signed-off-by: Dick Kennedy <dick.kenn...@broadcom.com>
> Signed-off-by: James Smart <james.sm...@broadcom.com>
> ---
>  drivers/scsi/lpfc/Makefile         |    7 +-
>  drivers/scsi/lpfc/lpfc.h           |    5 +
>  drivers/scsi/lpfc/lpfc_crtn.h      |    9 +
>  drivers/scsi/lpfc/lpfc_ct.c        |    2 +-
>  drivers/scsi/lpfc/lpfc_els.c       |    4 +-
>  drivers/scsi/lpfc/lpfc_hbadisc.c   |   15 +-
>  drivers/scsi/lpfc/lpfc_init.c      |   20 +-
>  drivers/scsi/lpfc/lpfc_nportdisc.c |    4 +-
>  drivers/scsi/lpfc/lpfc_nvme.c      | 2249 
> ++++++++++++++++++++++++++++++++++++
>  drivers/scsi/lpfc/lpfc_nvme.h      |    6 +
>  drivers/scsi/lpfc/lpfc_sli.c       |   21 +-
>  drivers/scsi/lpfc/lpfc_sli4.h      |    1 +
>  drivers/scsi/lpfc/lpfc_vport.c     |   16 +-
>  13 files changed, 2339 insertions(+), 20 deletions(-)
>  create mode 100644 drivers/scsi/lpfc/lpfc_nvme.c
> 
Reviewed-by: Hannes Reinecke <h...@suse.com>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke                Teamlead Storage & Networking
h...@suse.de                                   +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to