Re: [PATCH 03/19] lpfc: move placement of target destroy on driver detach

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/24/2018 11:45 PM, James Smart wrote:
> Ensure nvme localports/targetports are torn down before
> dismantling the adapter sli interface on driver detachment.
> This aids leaving interfaces live while nvme may be making
> callbacks to abort it.
> 
> Signed-off-by: Dick Kennedy <dick.kennedy@xxxxxxxxxxxx>
> Signed-off-by: James Smart <james.smart@xxxxxxxxxxxx>
> ---
>  drivers/scsi/lpfc/lpfc_init.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
> index 5b96bf0d3331..851d4e889042 100644
> --- a/drivers/scsi/lpfc/lpfc_init.c
> +++ b/drivers/scsi/lpfc/lpfc_init.c
> @@ -11503,13 +11503,6 @@ lpfc_pci_remove_one_s4(struct pci_dev *pdev)
>  	/* Remove FC host and then SCSI host with the physical port */
>  	fc_remove_host(shost);
>  	scsi_remove_host(shost);
> -	/*
> -	 * Bring down the SLI Layer. This step disables all interrupts,
> -	 * clears the rings, discards all mailbox commands, and resets
> -	 * the HBA FCoE function.
> -	 */
> -	lpfc_debugfs_terminate(vport);
> -	lpfc_sli4_hba_unset(phba);
>  
>  	/* Perform ndlp cleanup on the physical port.  The nvme and nvmet
>  	 * localports are destroyed after to cleanup all transport memory.
> @@ -11518,6 +11511,13 @@ lpfc_pci_remove_one_s4(struct pci_dev *pdev)
>  	lpfc_nvmet_destroy_targetport(phba);
>  	lpfc_nvme_destroy_localport(vport);
>  
> +	/*
> +	 * Bring down the SLI Layer. This step disables all interrupts,
> +	 * clears the rings, discards all mailbox commands, and resets
> +	 * the HBA FCoE function.
> +	 */
> +	lpfc_debugfs_terminate(vport);
> +	lpfc_sli4_hba_unset(phba);
>  
>  	lpfc_stop_hba_timers(phba);
>  	spin_lock_irq(&phba->hbalock);
> 
Reviewed-by: Hannes Reinecke <hare@xxxxxxxx>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		   Teamlead Storage & Networking
hare@xxxxxxx			               +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)



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux