Re: properly communicate queue limits to the DMA layer v2

2019-07-16 Thread Martin K. Petersen
Christoph, > I think all the patches on the block side went into 5.2, but it's been > a while, so I might misremember.. I checked my notes and the reason I held them back was that I was waiting for a response from Broadcom wrt. the megaraid segment size limitation. However, given that mpt3sas

Re: properly communicate queue limits to the DMA layer v2

2019-07-15 Thread Christoph Hellwig
On Mon, Jul 15, 2019 at 01:33:11PM -0400, Martin K. Petersen wrote: > > Christoph, > > > Ping? What happened to this set of bug fixes? > > I thought they depended on Jens' tree? I think all the patches on the block side went into 5.2, but it's been a while, so I might misremember..

Re: properly communicate queue limits to the DMA layer v2

2019-07-15 Thread Martin K. Petersen
Christoph, > Ping? What happened to this set of bug fixes? I thought they depended on Jens' tree? -- Martin K. Petersen Oracle Linux Engineering

Re: properly communicate queue limits to the DMA layer v2

2019-07-15 Thread Christoph Hellwig
On Mon, Jun 17, 2019 at 02:19:52PM +0200, Christoph Hellwig wrote: > Hi Martin, > > we've always had a bit of a problem communicating the block layer > queue limits to the DMA layer, which needs to respect them when > an IOMMU that could merge segments is used. Unfortunately most > drivers don't

properly communicate queue limits to the DMA layer v2

2019-06-17 Thread Christoph Hellwig
Hi Martin, we've always had a bit of a problem communicating the block layer queue limits to the DMA layer, which needs to respect them when an IOMMU that could merge segments is used. Unfortunately most drivers don't get this right. Oddly enough we've been mostly getting away with it, although

Re: properly communicate queue limits to the DMA layer

2019-06-07 Thread Martin K. Petersen
Jens, >> The SCSI bits will need a bit more review, and possibly tweaking >> fo megaraid and mpt3sas. But they are really independent of the >> other patches, so maybe skip them for now and leave them for Martin >> to deal with. > > I dropped the SCSI bits. I'll monitor and merge them. --

Re: properly communicate queue limits to the DMA layer

2019-06-06 Thread Jens Axboe
On 6/5/19 1:24 PM, Christoph Hellwig wrote: > On Wed, Jun 05, 2019 at 01:17:15PM -0600, Jens Axboe wrote: >> Since I'm heading out shortly and since I think this should make >> the next -rc, I'll tentatively queue this up. > > The SCSI bits will need a bit more review, and possibly tweaking > fo