Re: [PATCH v3 00/26] virtiofs dax patches

2021-05-06 Thread Stefan Hajnoczi
On Wed, Apr 28, 2021 at 12:00:34PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This series adds support for acceleration of virtiofs via DAX > mapping, using features added in the 5.11 Linux kernel. > > DAX originally existed in the kernel for mapping real

Re: [PATCH v3 00/26] virtiofs dax patches

2021-04-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210428110100.27757-1-dgilb...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210428110100.27757-1-dgilb...@redhat.com Subject: [PATCH v3 00/26] virtiofs dax

[PATCH v3 00/26] virtiofs dax patches

2021-04-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" This series adds support for acceleration of virtiofs via DAX mapping, using features added in the 5.11 Linux kernel. DAX originally existed in the kernel for mapping real storage devices directly into memory, so that reads/writes turn into reads/writes directl