Re: [PATCH 1/8] lpfc: fix calls to dma_set_mask_and_coherent()

2019-02-25 Thread Ewan Milne
The change to use dma_set_mask_and_coherent() incorrectly made a second call with the 32 bit DMA mask value when the call with the 64 bit DMA mask value succeeded. This resulted in NVMe/FC connections failing due to corrupted data buffers, and various other SCSI/FCP I/O errors. Fixes: f30e1bfd615

Re: [PATCH 1/8] lpfc: fix calls to dma_set_mask_and_coherent()

2019-02-18 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH 1/8] lpfc: fix calls to dma_set_mask_and_coherent()

2019-02-17 Thread Hannes Reinecke
The change to use dma_set_mask_and_coherent() incorrectly made a second call with the 32 bit DMA mask value when the call with the 64 bit DMA mask value succeeded. This resulted in NVMe/FC connections failing due to corrupted data buffers, and various other SCSI/FCP I/O errors. Fixes: f30e1bfd615