lkml.org 
[lkml]   [2020]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH 00/20] virtiofs: Add DAX support
    Date
    Vivek Goyal <vgoyal@redhat.com> writes:
    > This patch series adds DAX support to virtiofs filesystem. This allows
    > bypassing guest page cache and allows mapping host page cache directly
    > in guest address space.
    >
    > When a page of file is needed, guest sends a request to map that page
    > (in host page cache) in qemu address space. Inside guest this is
    > a physical memory range controlled by virtiofs device. And guest
    > directly maps this physical address range using DAX and hence gets
    > access to file data on host.
    >
    > This can speed up things considerably in many situations. Also this
    > can result in substantial memory savings as file data does not have
    > to be copied in guest and it is directly accessed from host page
    > cache.

    As a potential user of this, let me make sure I understand the expected
    outcome: is the goal to let virtiofs use DAX (for increased performance,
    etc.) or also let applications that use virtiofs use DAX?

    You are mentioning using the host's page cache, so it's probably the
    former and MAP_SYNC on virtiofs will continue to be rejected, right?

    --
    Best Regards

    Patrick Ohly

    \
     
     \ /
      Last update: 2020-03-12 09:05    [W:9.442 / U:0.952 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site