Re: [PATCH v2 15/20] lpfc: Fix nvme target failure after 2nd adapter reset

2017-08-07 Thread Johannes Thumshirn
On Fri, Aug 04, 2017 at 05:47:26PM -0700, James Smart wrote: > + > + /* Reestablish the local initiator port. > + * The offline process destroyed the previous lport. > + */ > + if (phba->cfg_enable_fc4_type & LPFC_ENABLE_NVME) { > +

[PATCH v2 15/20] lpfc: Fix nvme target failure after 2nd adapter reset

2017-08-04 Thread James Smart
From: Dick Kennedy Fix nvme target failure after 2nd adapter reset The nonrecovery occurred because the lpfc nvme initiator function did not reestablish its localport creation with the nvme host transport in lpfc_oneline. Because of that, an NVME rport binding could not take place. Corrected b