From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pankaj Gupta Subject: Re: [Qemu-devel] [PATCH v2 0/2] kvm "fake DAX" device Date: Sat, 13 Oct 2018 12:29:12 -0400 (EDT) Message-ID: <2107404743.20781403.1539448152851.JavaMail.zimbra@redhat.com> References: <20181013050021.11962-1-pagupta@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Dan Williams Cc: Kevin Wolf , Jan Kara , Xiao Guangrong , KVM list , Rik van Riel , linux-nvdimm , David Hildenbrand , Linux Kernel Mailing List , Dave Jiang , Qemu Developers , Christoph Hellwig , Vishal L Verma , Igor Mammedov , "Michael S. Tsirkin" , Stefan Hajnoczi , zwisler@kernel.org, lcapitulino@redhat.com, Paolo Bonzini , Nitesh Narayan Lal List-Id: linux-nvdimm@lists.01.org > > > > This patch series has implementation for "fake DAX". > > "fake DAX" is fake persistent memory(nvdimm) in guest > > which allows to bypass the guest page cache. This also > > implements a VIRTIO based asynchronous flush mechanism. > > Can we stop calling this 'fake DAX', because it isn't 'DAX' and it's > starting to confuse people. This enabling is effectively a > host-page-cache-passthrough mechanism not DAX. Let's call the whole > approach virtio-pmem, and leave DAX out of the name to hopefully > prevent people from wondering why some DAX features are disabled with > this driver. For example MAP_SYNC is not compatible with this > approach. Sure. I got your point. I will use "virtio-pmem" in future. > > Additional enabling is need to disable MAP_SYNC in the presence of a > virtio-pmem device. See the rough proposal here: > > https://lkml.org/lkml/2018/4/25/756 Yes, I will handle disabling of MAP_SYNC for this use-case. Thanks, Pankaj