Re: [PATCH v3 08/26] DAX: virtio-fs: Add cache BAR

2021-05-05 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@redhat.com) wrote: > On Wed, Apr 28, 2021 at 12:00:42PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Add a cache BAR into which files will be directly mapped. > > The size can be set with the cache-size= property, e.g. > >-d

Re: [PATCH v3 08/26] DAX: virtio-fs: Add cache BAR

2021-05-05 Thread Stefan Hajnoczi
On Wed, Apr 28, 2021 at 12:00:42PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add a cache BAR into which files will be directly mapped. > The size can be set with the cache-size= property, e.g. >-device vhost-user-fs-pci,chardev=char0,tag=myfs,cache-size=1

[PATCH v3 08/26] DAX: virtio-fs: Add cache BAR

2021-04-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add a cache BAR into which files will be directly mapped. The size can be set with the cache-size= property, e.g. -device vhost-user-fs-pci,chardev=char0,tag=myfs,cache-size=16G The default is no cache. Signed-off-by: Dr. David Alan Gilbert with PPC fixes by: