From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 3 Oct 2017 09:06:49 -0600 From: Keith Busch To: Abhishek Shah Cc: Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org, open list , BCM Kernel Feedback , stable@vger.kernel.org Subject: Re: [PATCH] nvme-pci: Use PCI bus address for data/queues in CMB Message-ID: <20171003150649.GA2195@localhost.localdomain> References: <1506662966-10865-1-git-send-email-abhishek.shah@broadcom.com> <20170929144242.GN8463@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Sat, Sep 30, 2017 at 02:30:16PM +0530, Abhishek Shah wrote: > > On a similar note, we also break CMB usage in virutalization with direct > > assigned devices: the guest doesn't know the host physical bus address, > > so it sets the CMB queue address incorrectly there, too. I don't know of > > a way to fix that other than disabling CMB. > > I don't have much idea on CMB usage in virtualization... will let > someone else comment on this. It's okay, I think it's a gap in the NVMe specification that would allow such usage.