]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: lpfc: Fix NVME I+T not registering NVME as a supported FC4 type
authorJames Smart <jsmart2021@gmail.com>
Mon, 15 May 2017 22:20:47 +0000 (15:20 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 17 May 2017 01:22:52 +0000 (21:22 -0400)
commit82820f0cf19aa62e2608c2909bd44e7a68268ff5
treef8ecd1b6cca23318ab68ed001fe2ef0ec6fef354
parenta8cf5dfeb4d84248c0ad12386ae0cb36ee21589a
scsi: lpfc: Fix NVME I+T not registering NVME as a supported FC4 type

When the driver send the RPA command, it does not send supported FC4
Type NVME to the management server.

Encode NVME (type x28) in the AttribEntry in the RPA command.

Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_ct.c