From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <54FD901A.3030905@plexistor.com> Date: Mon, 09 Mar 2015 14:20:42 +0200 From: Boaz Harrosh MIME-Version: 1.0 Subject: Re: [PATCH 1/8] pmem: Initial version of persistent memory driver References: <54F82CE0.4040502@plexistor.com> <54F830D4.7030205@plexistor.com> <54F84420.40209@plexistor.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org To: Andy Lutomirski , Boaz Harrosh Cc: Matthew Wilcox , Ross Zwisler , Thomas Gleixner , X86 ML , Dan Williams , "Roger C. Pao" , Ingo Molnar , linux-nvdimm , linux-kernel , "H. Peter Anvin" , Christoph Hellwig List-ID: On 03/06/2015 01:03 AM, Andy Lutomirski wrote: <> > > I think it would be nice to have control over the caching mode. > Depending on the application, WT or UC could make more sense. > Patches are welcome. say map=sss@aaa:WT,sss@aaa:CA, ... But for us, with direct_access(), all benchmarks show a slight advantage for the cached mode. Thanks Boaz