Message ID | 1587626596-1044-1-git-send-email-suganath-prabu.subramani@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | mpt3sas: Fix changing coherent mask after allocation | expand |
Suganath, > * Set the coherent dma mask to 64 bit and then allocate RDPQ pools, > make sure that each of the RDPQ pools satisfies the 4gb boundary > restriction. if any of the RDPQ pool doesn't satisfies this > restriction then deallocate the pools and reallocate them after > changing the coherent dma mask to 32 bit. > * With this there is no need to change DMA coherent mask when there > are outstanding allocations in mpt3sas. > * Code-Refactoring Applied to 5.8/scsi-queue, thanks!