Re: [linux-next/mainline][bisected 3acac06][ppc] Oops when unloading mpt3sas driver

2020-02-25 Thread Sreekanth Reddy
On Tue, Feb 25, 2020 at 11:51 AM Abdul Haleem wrote: > > On Fri, 2020-01-17 at 18:21 +0530, Abdul Haleem wrote: > > On Thu, 2020-01-16 at 09:44 -0800, Christoph Hellwig wrote: > > > Hi Abdul, > > > > > > I think the problem is that mpt3sas has some convoluted logic to do > > > some DMA allocations

Re: [PATCH] mpt2sas: Fall back to 64 bit coherent mask if 64 bit DMA / 32 bit coherent mask not supported

2015-05-13 Thread Sreekanth Reddy
Hi Brain, We had a restriction from the firmware that the upper 32 bits of the RDPQ pool entries must be same. So to limit this restriction we initially set the consistent DMA mask to 32 and then after allocating the RDPQ pools we changed the consistent DMA mask to 64 before allocating remaining p