lkml.org 
[lkml]   [2019]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
On Fri, Feb 15, 2019 at 03:42:02PM +0000, Christopher Lameter wrote:
> On Fri, 15 Feb 2019, Dave Chinner wrote:
>
> > Which tells us filesystem people that the applications are doing
> > something that _will_ cause data corruption and hence not to spend
> > any time triaging data corruption reports because it's not a
> > filesystem bug that caused it.
> >
> > See open(2):
> >
> > Applications should avoid mixing O_DIRECT and normal I/O to
> > the same file, and especially to overlapping byte regions in
> > the same file. Even when the filesystem correctly handles
> > the coherency issues in this situation, overall I/O
> > throughput is likely to be slower than using either mode
> > alone. Likewise, applications should avoid mixing mmap(2)
> > of files with direct I/O to the same files.
>
> Since RDMA is something similar: Can we say that a file that is used for
> RDMA should not use the page cache?

That makes no sense. The page cache is the standard synchronisation point
for filesystems and processes. The only problems come in for the things
which bypass the page cache like O_DIRECT and DAX.

\
 
 \ /
  Last update: 2019-02-15 19:09    [W:0.908 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site