Re: [PATCH v2 07/20] lpfc: Fix handling of FCP and NVME FC4 types in Pt2Pt topology

2017-08-07 Thread Johannes Thumshirn
On Fri, Aug 04, 2017 at 05:47:18PM -0700, James Smart wrote: > + case LSRJT_CMD_UNSUPPORTED: > + /* lpfc nvmet returns this type of LS_RJT when it > + * receives an FCP PRLI because lpfc nvmet only > + * support NVME. ELS re

[PATCH v2 07/20] lpfc: Fix handling of FCP and NVME FC4 types in Pt2Pt topology

2017-08-04 Thread James Smart
From: Dick Kennedy After link bounce in a NVME Pt2Pt config, the driver managed to map the same nport twice, resulting in multiple device nodes for the same namespace. In Pt2Pt, the driver must send PRLI's for both (scsi) FCP and NVME rather than using fabric aids. The driver was inconsistent on