From: Matthew Wilcox <willy@linux.intel.com>
To: "Chenjie (K)" <chenjie6@huawei.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>,
linux-fsdevel@vger.kernel.org, zhihui.gao@huawei.com,
linux-kernel@vger.kernel.org, lizefan@huawei.com,
stable@vger.kernel.org
Subject: Re: [PATCH] bugfix dax fault page should be no cache
Date: Wed, 13 Jan 2016 11:32:06 -0500 [thread overview]
Message-ID: <20160113163206.GE8945@linux.intel.com> (raw)
In-Reply-To: <5695C8C0.1080005@huawei.com>
On Wed, Jan 13, 2016 at 11:47:12AM +0800, Chenjie (K) wrote:
> The DAX means Direct Access for files,if the pages have cache,
> the file is not direct access. But in normal condition,
> we can not find the problem directly.
The file absolutely is direct accessed. The CPU cache is critical to
performance, and should not be bypassed lightly. We have instructions to
flush the cache, and a library (see http://pmem.io/) so that applications
don't have to use them directly.
prev parent reply other threads:[~2016-01-13 16:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 11:43 [PATCH] bugfix dax fault page should be no cache chenjie6
2016-01-12 12:51 ` Matthew Wilcox
2016-01-13 3:47 ` Chenjie (K)
2016-01-13 16:32 ` Matthew Wilcox [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160113163206.GE8945@linux.intel.com \
--to=willy@linux.intel.com \
--cc=chenjie6@huawei.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=stable@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
--cc=zhihui.gao@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).