]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: lpfc: Fix nvme port role handling in sysfs and debugfs handlers.
authorJames Smart <jsmart2021@gmail.com>
Fri, 2 Jun 2017 04:06:57 +0000 (21:06 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Jun 2017 01:37:30 +0000 (21:37 -0400)
commit7d790f04d7e4759da238cc6c46796f917af4cec2
tree4a92f0904566ba5c41e06fd84066b86e1646e369
parent80cc004393619a1b3a17aaf4a9e55c5b9f4fc3c1
scsi: lpfc: Fix nvme port role handling in sysfs and debugfs handlers.

While debugging Devloss and recovery, debugfs and sysfs were found to
not show the NVME port roles consistently.

The port role FC_PORT_ROLE_NVME_DISCOVERY was added with the devloss
bringup and the other issues were just oversight.

Add NVME Target and DISCSRVC to debugfs nodeinfo and sysfs nvme info
handlers. The full port role was added to the NVME data only not the
generic nodelist.

Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_attr.c
drivers/scsi/lpfc/lpfc_debugfs.c