From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size Date: Mon, 28 Jan 2019 12:14:33 -0500 Message-ID: <20190128121407-mutt-send-email-mst__39916.8881982163$1548701820$gmane$org@kernel.org> References: <20190123163049.24863-1-joro@8bytes.org> <20190123163049.24863-6-joro@8bytes.org> <20190123213139.GD9032@lst.de> <20190124084011.GJ32526@8bytes.org> <20190124084221.GB19441@lst.de> <20190124095150.GL32526@8bytes.org> <20190128080526.GA3874@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190128080526.GA3874@lst.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Christoph Hellwig Cc: Jens Axboe , jroedel@suse.de, brijesh.singh@amd.com, Konrad Rzeszutek Wilk , Joerg Roedel , jon.grimm@amd.com, jfehlig@suse.com, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-block@vger.kernel.org, iommu@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org On Mon, Jan 28, 2019 at 09:05:26AM +0100, Christoph Hellwig wrote: > On Thu, Jan 24, 2019 at 10:51:51AM +0100, Joerg Roedel wrote: > > On Thu, Jan 24, 2019 at 09:42:21AM +0100, Christoph Hellwig wrote: > > > Yes. But more importantly it would fix the limit for all other block > > > drivers that set large segment sizes when running over swiotlb. > > > > True, so it would be something like the diff below? I havn't worked on > > the block layer, so I don't know if that needs additional checks for > > ->dev or anything. > > Looks sensible. Maybe for now we'll just do the virtio-blk case > that triggered it, and we'll do something like this patch for the > next merge window. We'll also need to apply the same magic to the > DMA boundary. So do I get an ack for this patch then? -- MST