From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752222AbbCIMUt (ORCPT ); Mon, 9 Mar 2015 08:20:49 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:40555 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbbCIMUr (ORCPT ); Mon, 9 Mar 2015 08:20:47 -0400 Message-ID: <54FD901A.3030905@plexistor.com> Date: Mon, 09 Mar 2015 14:20:42 +0200 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 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 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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